From 1136eaa0a1772d84f28b10aedd933087934bf4f3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Thu, 15 Oct 2015 22:49:00 -0700 Subject: [PATCH] Updating json files to pin versions and build.cmd to pin KoreBuild and DNX --- build.cmd | 6 +- samples/SampleApp/project.json | 27 +- samples/SampleApp/project.lock.json | 293 + .../project.json | 12 +- .../project.lock.json | 1132 +++ .../project.json | 75 +- .../project.lock.json | 4189 +++++++++ .../project.json | 40 +- .../project.lock.json | 4421 +++++++++ .../project.json | 24 +- .../project.lock.json | 3162 +++++++ src/Microsoft.AspNet.Http/project.json | 16 +- src/Microsoft.AspNet.Http/project.lock.json | 4490 +++++++++ src/Microsoft.AspNet.Owin/project.json | 36 +- src/Microsoft.AspNet.Owin/project.lock.json | 4564 +++++++++ .../project.json | 22 +- .../project.lock.json | 1807 ++++ .../project.json | 22 +- .../project.lock.json | 1063 +++ .../project.json | 16 +- .../project.lock.json | 3444 +++++++ src/Microsoft.Net.Http.Headers/project.json | 26 +- .../project.lock.json | 1310 +++ .../project.json | 28 +- .../project.lock.json | 7303 +++++++++++++++ .../project.json | 26 +- .../project.lock.json | 7823 ++++++++++++++++ .../project.json | 28 +- .../project.lock.json | 7874 ++++++++++++++++ .../project.json | 24 +- .../project.lock.json | 7001 ++++++++++++++ test/Microsoft.AspNet.Http.Tests/project.json | 24 +- .../project.lock.json | 7685 ++++++++++++++++ test/Microsoft.AspNet.Owin.Tests/project.json | 26 +- .../project.lock.json | 7774 ++++++++++++++++ .../project.json | 12 +- .../project.lock.json | 8139 +++++++++++++++++ .../project.json | 46 +- .../project.lock.json | 7233 +++++++++++++++ .../project.json | 10 +- .../project.lock.json | 6420 +++++++++++++ 41 files changed, 97400 insertions(+), 273 deletions(-) create mode 100644 samples/SampleApp/project.lock.json create mode 100644 src/Microsoft.AspNet.Html.Abstractions/project.lock.json create mode 100644 src/Microsoft.AspNet.Http.Abstractions/project.lock.json create mode 100644 src/Microsoft.AspNet.Http.Extensions/project.lock.json create mode 100644 src/Microsoft.AspNet.Http.Features/project.lock.json create mode 100644 src/Microsoft.AspNet.Http/project.lock.json create mode 100644 src/Microsoft.AspNet.Owin/project.lock.json create mode 100644 src/Microsoft.AspNet.WebUtilities/project.lock.json create mode 100644 src/Microsoft.Framework.WebEncoders.Core/project.lock.json create mode 100644 src/Microsoft.Framework.WebEncoders/project.lock.json create mode 100644 src/Microsoft.Net.Http.Headers/project.lock.json create mode 100644 test/Microsoft.AspNet.Html.Abstractions.Test/project.lock.json create mode 100644 test/Microsoft.AspNet.Http.Abstractions.Tests/project.lock.json create mode 100644 test/Microsoft.AspNet.Http.Extensions.Tests/project.lock.json create mode 100644 test/Microsoft.AspNet.Http.Features.Tests/project.lock.json create mode 100644 test/Microsoft.AspNet.Http.Tests/project.lock.json create mode 100644 test/Microsoft.AspNet.Owin.Tests/project.lock.json create mode 100644 test/Microsoft.AspNet.WebUtilities.Tests/project.lock.json create mode 100644 test/Microsoft.Framework.WebEncoders.Tests/project.lock.json create mode 100644 test/Microsoft.Net.Http.Headers.Tests/project.lock.json diff --git a/build.cmd b/build.cmd index 177997c4..de83f9f4 100644 --- a/build.cmd +++ b/build.cmd @@ -2,10 +2,10 @@ cd %~dp0 SETLOCAL -SET NUGET_VERSION=latest +SET NUGET_VERSION=v3.2.0 SET CACHED_NUGET=%LocalAppData%\NuGet\nuget.%NUGET_VERSION%.exe -SET BUILDCMD_KOREBUILD_VERSION="" -SET BUILDCMD_DNX_VERSION="" +SET BUILDCMD_KOREBUILD_VERSION=0.2.1-beta8 +SET BUILDCMD_DNX_VERSION=1.0.0-beta8 IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... diff --git a/samples/SampleApp/project.json b/samples/SampleApp/project.json index b3b5f51e..d9fce1fa 100644 --- a/samples/SampleApp/project.json +++ b/samples/SampleApp/project.json @@ -1,15 +1,12 @@ -{ - "version": "1.0.0-*", - - "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*" - }, - - "commands": { - "SampleApp": "SampleApp" - }, - - "frameworks": { - "dnx451": { } - } -} +{ + "version": "1.0.0-*", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8" + }, + "commands": { + "SampleApp": "SampleApp" + }, + "frameworks": { + "dnx451": {} + } +} \ No newline at end of file diff --git a/samples/SampleApp/project.lock.json b/samples/SampleApp/project.lock.json new file mode 100644 index 00000000..a47f37c9 --- /dev/null +++ b/samples/SampleApp/project.lock.json @@ -0,0 +1,293 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Html.Abstractions/project.json b/src/Microsoft.AspNet.Html.Abstractions/project.json index e4f6452b..e957f91f 100644 --- a/src/Microsoft.AspNet.Html.Abstractions/project.json +++ b/src/Microsoft.AspNet.Html.Abstractions/project.json @@ -1,5 +1,5 @@ -{ - "version": "1.0.0-*", +{ + "version": "1.0.0-beta8", "description": "ASP.NET 5 HTML content interface.", "repository": { "type": "git", @@ -9,14 +9,14 @@ "warningsAsErrors": true }, "dependencies": { - "Microsoft.Framework.WebEncoders.Core": "1.0.0-*" + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" }, "frameworks": { - "net45" : { }, - "dnx451": { }, + "net45": {}, + "dnx451": {}, "dnxcore50": { "dependencies": { - "System.Resources.ResourceManager": "4.0.1-beta-*" + "System.Resources.ResourceManager": "4.0.1-beta-23409" } } } diff --git a/src/Microsoft.AspNet.Html.Abstractions/project.lock.json b/src/Microsoft.AspNet.Html.Abstractions/project.lock.json new file mode 100644 index 00000000..8272df67 --- /dev/null +++ b/src/Microsoft.AspNet.Html.Abstractions/project.lock.json @@ -0,0 +1,1132 @@ +{ + "locked": true, + "version": 2, + "targets": { + ".NETFramework,Version=v4.5": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + } + }, + "DNX,Version=v4.5.1": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.20": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + ".NETFramework,Version=v4.5/win7-x86": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + } + }, + ".NETFramework,Version=v4.5/win7-x64": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.20": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.20": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Globalization/4.0.0": { + "type": "package", + "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Globalization.xml", + "ref/dotnet/es/System.Globalization.xml", + "ref/dotnet/fr/System.Globalization.xml", + "ref/dotnet/it/System.Globalization.xml", + "ref/dotnet/ja/System.Globalization.xml", + "ref/dotnet/ko/System.Globalization.xml", + "ref/dotnet/ru/System.Globalization.xml", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hans/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Globalization.4.0.0.nupkg", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==", + "files": [ + "lib/DNXCore50/System.Private.Uri.dll", + "lib/netcore50/System.Private.Uri.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll", + "System.Private.Uri.4.0.0.nupkg", + "System.Private.Uri.4.0.0.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", + "files": [ + "lib/DNXCore50/System.Runtime.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.xml", + "ref/dotnet/es/System.Runtime.xml", + "ref/dotnet/fr/System.Runtime.xml", + "ref/dotnet/it/System.Runtime.xml", + "ref/dotnet/ja/System.Runtime.xml", + "ref/dotnet/ko/System.Runtime.xml", + "ref/dotnet/ru/System.Runtime.xml", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", + "ref/dotnet/zh-hans/System.Runtime.xml", + "ref/dotnet/zh-hant/System.Runtime.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "System.Runtime.4.0.20.nupkg", + "System.Runtime.4.0.20.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Tasks.4.0.0.nupkg", + "System.Threading.Tasks.4.0.0.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.WebEncoders.Core >= 1.0.0-beta8" + ], + ".NETFramework,Version=v4.5": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Resources.ResourceManager >= 4.0.1-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http.Abstractions/project.json b/src/Microsoft.AspNet.Http.Abstractions/project.json index 3ae66b0a..27b68910 100644 --- a/src/Microsoft.AspNet.Http.Abstractions/project.json +++ b/src/Microsoft.AspNet.Http.Abstractions/project.json @@ -1,38 +1,41 @@ { - "version": "1.0.0-*", - "description": "ASP.NET 5 HTTP object model. HttpContext and family.", - "repository": { - "type": "git", - "url": "git://github.com/aspnet/httpabstractions" - }, - "compilationOptions": { - "warningsAsErrors": true - }, - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-*", - "Microsoft.Framework.ActivatorUtilities.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.Framework.WebEncoders.Core": "1.0.0-*" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.Globalization.Extensions": "4.0.1-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Linq.Expressions": "4.0.11-beta-*", - "System.Net.Primitives": "4.0.11-beta-*", - "System.Net.WebSockets": "4.0.0-beta-*", - "System.Reflection.TypeExtensions": "4.0.1-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Runtime.InteropServices": "4.0.21-beta-*", - "System.Security.Claims": "4.0.1-beta-*", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", - "System.Security.Principal": "4.0.1-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" - } + "version": "1.0.0-beta8", + "description": "ASP.NET 5 HTTP object model. HttpContext and family.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/httpabstractions" + }, + "compilationOptions": { + "warningsAsErrors": true + }, + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": { + "type": "build", + "version": "1.0.0-beta8" + }, + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + } } - } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http.Abstractions/project.lock.json b/src/Microsoft.AspNet.Http.Abstractions/project.lock.json new file mode 100644 index 00000000..3abf4674 --- /dev/null +++ b/src/Microsoft.AspNet.Http.Abstractions/project.lock.json @@ -0,0 +1,4189 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "sha512": "1f5SWoX7UlFkvUt7A8JoG5lXgZDw4cRAcKG8Eaxa+3Sq6e/UgVWl2YWew1evJv+p+edNNlIIorDfREKcoEDHGw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Collections.Concurrent.xml", + "ref/dotnet/es/System.Collections.Concurrent.xml", + "ref/dotnet/fr/System.Collections.Concurrent.xml", + "ref/dotnet/it/System.Collections.Concurrent.xml", + "ref/dotnet/ja/System.Collections.Concurrent.xml", + "ref/dotnet/ko/System.Collections.Concurrent.xml", + "ref/dotnet/ru/System.Collections.Concurrent.xml", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.0.nupkg", + "System.Collections.Concurrent.4.0.0.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "files": [ + "lib/DNXCore50/System.IO.FileSystem.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/netcore50/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.xml", + "ref/dotnet/es/System.IO.FileSystem.xml", + "ref/dotnet/fr/System.IO.FileSystem.xml", + "ref/dotnet/it/System.IO.FileSystem.xml", + "ref/dotnet/ja/System.IO.FileSystem.xml", + "ref/dotnet/ko/System.IO.FileSystem.xml", + "ref/dotnet/ru/System.IO.FileSystem.xml", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.4.0.0.nupkg", + "System.IO.FileSystem.4.0.0.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http.Features >= 1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Collections >= 4.0.11-beta-23409", + "System.Diagnostics.Tools >= 4.0.1-beta-23409", + "System.Globalization >= 4.0.11-beta-23409", + "System.Globalization.Extensions >= 4.0.1-beta-23409", + "System.Linq >= 4.0.1-beta-23409", + "System.Linq.Expressions >= 4.0.11-beta-23409", + "System.Net.Primitives >= 4.0.11-beta-23409", + "System.Net.WebSockets >= 4.0.0-beta-23409", + "System.Reflection.TypeExtensions >= 4.0.1-beta-23409", + "System.Runtime >= 4.0.21-beta-23409", + "System.Runtime.InteropServices >= 4.0.21-beta-23409", + "System.Security.Claims >= 4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates >= 4.0.0-beta-23409", + "System.Security.Principal >= 4.0.1-beta-23409", + "System.Threading.Tasks >= 4.0.11-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http.Extensions/project.json b/src/Microsoft.AspNet.Http.Extensions/project.json index 4ef08420..10d299e7 100644 --- a/src/Microsoft.AspNet.Http.Extensions/project.json +++ b/src/Microsoft.AspNet.Http.Extensions/project.json @@ -1,26 +1,26 @@ { - "version": "1.0.0-*", - "description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.", - "repository": { - "type": "git", - "url": "git://github.com/aspnet/httpabstractions" - }, + "version": "1.0.0-beta8", + "description": "ASP.NET 5 common extension methods for HTTP abstractions and IApplicationBuilder.", + "repository": { + "type": "git", + "url": "git://github.com/aspnet/httpabstractions" + }, "compilationOptions": { "warningsAsErrors": true }, "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-*", - "Microsoft.Framework.WebEncoders.Core": "1.0.0-*", - "Microsoft.Net.Http.Headers": "1.0.0-*" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.IO.FileSystem": "4.0.1-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Resources.ResourceManager": "4.0.1-beta-*" - } + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + } + } } - } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http.Extensions/project.lock.json b/src/Microsoft.AspNet.Http.Extensions/project.lock.json new file mode 100644 index 00000000..8d30d4ab --- /dev/null +++ b/src/Microsoft.AspNet.Http.Extensions/project.lock.json @@ -0,0 +1,4421 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "sha512": "1f5SWoX7UlFkvUt7A8JoG5lXgZDw4cRAcKG8Eaxa+3Sq6e/UgVWl2YWew1evJv+p+edNNlIIorDfREKcoEDHGw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Collections.Concurrent.xml", + "ref/dotnet/es/System.Collections.Concurrent.xml", + "ref/dotnet/fr/System.Collections.Concurrent.xml", + "ref/dotnet/it/System.Collections.Concurrent.xml", + "ref/dotnet/ja/System.Collections.Concurrent.xml", + "ref/dotnet/ko/System.Collections.Concurrent.xml", + "ref/dotnet/ru/System.Collections.Concurrent.xml", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.0.nupkg", + "System.Collections.Concurrent.4.0.0.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http.Abstractions >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core >= 1.0.0-beta8", + "Microsoft.Net.Http.Headers >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.IO.FileSystem >= 4.0.1-beta-23409", + "System.Runtime >= 4.0.21-beta-23409", + "System.Resources.ResourceManager >= 4.0.1-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http.Features/project.json b/src/Microsoft.AspNet.Http.Features/project.json index 51e3cada..4aede670 100644 --- a/src/Microsoft.AspNet.Http.Features/project.json +++ b/src/Microsoft.AspNet.Http.Features/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "ASP.NET 5 HTTP feature interface definitions.", "repository": { "type": "git", @@ -9,21 +9,21 @@ "warningsAsErrors": true }, "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-*" + "Microsoft.Framework.Primitives": "1.0.0-beta8" }, "frameworks": { - "dnx451": { }, + "dnx451": {}, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Net.Primitives": "4.0.11-beta-*", - "System.Net.WebSockets": "4.0.0-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Security.Claims": "4.0.1-beta-*", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", - "System.Security.Principal": "4.0.1-beta-*" + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http.Features/project.lock.json b/src/Microsoft.AspNet.Http.Features/project.lock.json new file mode 100644 index 00000000..4bd14878 --- /dev/null +++ b/src/Microsoft.AspNet.Http.Features/project.lock.json @@ -0,0 +1,3162 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "sha512": "1f5SWoX7UlFkvUt7A8JoG5lXgZDw4cRAcKG8Eaxa+3Sq6e/UgVWl2YWew1evJv+p+edNNlIIorDfREKcoEDHGw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Collections.Concurrent.xml", + "ref/dotnet/es/System.Collections.Concurrent.xml", + "ref/dotnet/fr/System.Collections.Concurrent.xml", + "ref/dotnet/it/System.Collections.Concurrent.xml", + "ref/dotnet/ja/System.Collections.Concurrent.xml", + "ref/dotnet/ko/System.Collections.Concurrent.xml", + "ref/dotnet/ru/System.Collections.Concurrent.xml", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.0.nupkg", + "System.Collections.Concurrent.4.0.0.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Debug.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Debug.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Debug.xml", + "ref/dotnet/es/System.Diagnostics.Debug.xml", + "ref/dotnet/fr/System.Diagnostics.Debug.xml", + "ref/dotnet/it/System.Diagnostics.Debug.xml", + "ref/dotnet/ja/System.Diagnostics.Debug.xml", + "ref/dotnet/ko/System.Diagnostics.Debug.xml", + "ref/dotnet/ru/System.Diagnostics.Debug.xml", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", + "System.Diagnostics.Debug.4.0.10.nupkg", + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.0": { + "type": "package", + "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Globalization.xml", + "ref/dotnet/es/System.Globalization.xml", + "ref/dotnet/fr/System.Globalization.xml", + "ref/dotnet/it/System.Globalization.xml", + "ref/dotnet/ja/System.Globalization.xml", + "ref/dotnet/ko/System.Globalization.xml", + "ref/dotnet/ru/System.Globalization.xml", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hans/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Globalization.4.0.0.nupkg", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization/4.0.10": { + "type": "package", + "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Globalization.xml", + "ref/dotnet/es/System.Globalization.xml", + "ref/dotnet/fr/System.Globalization.xml", + "ref/dotnet/it/System.Globalization.xml", + "ref/dotnet/ja/System.Globalization.xml", + "ref/dotnet/ko/System.Globalization.xml", + "ref/dotnet/ru/System.Globalization.xml", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hans/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.10.nupkg", + "System.Globalization.4.0.10.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.IO/4.0.0": { + "type": "package", + "sha512": "MoCHQ0u5n0OMwUS8OX4Gl48qKiQziSW5cXvt82d+MmAcsLq9OL90+ihnu/aJ1h6OOYcBswrZAEuApfZha9w2lg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.4.0.0.nupkg", + "System.IO.4.0.0.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", + "files": [ + "lib/DNXCore50/System.IO.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.IO.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "System.IO.4.0.10.nupkg", + "System.IO.4.0.10.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "files": [ + "lib/DNXCore50/System.IO.FileSystem.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/netcore50/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.xml", + "ref/dotnet/es/System.IO.FileSystem.xml", + "ref/dotnet/fr/System.IO.FileSystem.xml", + "ref/dotnet/it/System.IO.FileSystem.xml", + "ref/dotnet/ja/System.IO.FileSystem.xml", + "ref/dotnet/ko/System.IO.FileSystem.xml", + "ref/dotnet/ru/System.IO.FileSystem.xml", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.4.0.0.nupkg", + "System.IO.FileSystem.4.0.0.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.0.0": { + "type": "package", + "sha512": "g96Rn8XuG7y4VfxPj/jnXroRJdQ8L3iN3k3zqsuzk4k3Nq4KMXARYiIO4BLW4GwX06uQpuYwRMcAC/aF117knQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Reflection.xml", + "ref/dotnet/es/System.Reflection.xml", + "ref/dotnet/fr/System.Reflection.xml", + "ref/dotnet/it/System.Reflection.xml", + "ref/dotnet/ja/System.Reflection.xml", + "ref/dotnet/ko/System.Reflection.xml", + "ref/dotnet/ru/System.Reflection.xml", + "ref/dotnet/System.Reflection.dll", + "ref/dotnet/System.Reflection.xml", + "ref/dotnet/zh-hans/System.Reflection.xml", + "ref/dotnet/zh-hant/System.Reflection.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Reflection.4.0.0.nupkg", + "System.Reflection.4.0.0.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "files": [ + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.InteropServices.xml", + "ref/dotnet/es/System.Runtime.InteropServices.xml", + "ref/dotnet/fr/System.Runtime.InteropServices.xml", + "ref/dotnet/it/System.Runtime.InteropServices.xml", + "ref/dotnet/ja/System.Runtime.InteropServices.xml", + "ref/dotnet/ko/System.Runtime.InteropServices.xml", + "ref/dotnet/ru/System.Runtime.InteropServices.xml", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.20.nupkg", + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.0": { + "type": "package", + "sha512": "H6O/9gUrjPDNYanh/7OFGAZHjVXvEuITD0RcnjfvIV04HOGrOPqUBU0kmz9RIX/7YGgCQn1o1S2DX6Cuv8kVGQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.xml", + "ref/dotnet/es/System.Threading.xml", + "ref/dotnet/fr/System.Threading.xml", + "ref/dotnet/it/System.Threading.xml", + "ref/dotnet/ja/System.Threading.xml", + "ref/dotnet/ko/System.Threading.xml", + "ref/dotnet/ru/System.Threading.xml", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", + "ref/dotnet/zh-hans/System.Threading.xml", + "ref/dotnet/zh-hant/System.Threading.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.4.0.0.nupkg", + "System.Threading.4.0.0.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0w6pRxIEE7wuiOJeKabkDgeIKmqf4ER1VNrs6qFwHnooEE78yHwi/bKkg5Jo8/pzGLm0xQJw0nEmPXt1QBAIUA==", + "files": [ + "lib/DNXCore50/System.Threading.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Threading.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Threading.xml", + "ref/dotnet/es/System.Threading.xml", + "ref/dotnet/fr/System.Threading.xml", + "ref/dotnet/it/System.Threading.xml", + "ref/dotnet/ja/System.Threading.xml", + "ref/dotnet/ko/System.Threading.xml", + "ref/dotnet/ru/System.Threading.xml", + "ref/dotnet/System.Threading.dll", + "ref/dotnet/System.Threading.xml", + "ref/dotnet/zh-hans/System.Threading.xml", + "ref/dotnet/zh-hant/System.Threading.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll", + "System.Threading.4.0.10.nupkg", + "System.Threading.4.0.10.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Tasks.4.0.0.nupkg", + "System.Threading.Tasks.4.0.0.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Tasks/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", + "files": [ + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "System.Threading.Tasks.4.0.10.nupkg", + "System.Threading.Tasks.4.0.10.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.Primitives >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Collections >= 4.0.11-beta-23409", + "System.Linq >= 4.0.1-beta-23409", + "System.Net.Primitives >= 4.0.11-beta-23409", + "System.Net.WebSockets >= 4.0.0-beta-23409", + "System.Runtime.Extensions >= 4.0.11-beta-23409", + "System.Security.Claims >= 4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates >= 4.0.0-beta-23409", + "System.Security.Principal >= 4.0.1-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http/project.json b/src/Microsoft.AspNet.Http/project.json index 27cb1107..c709421e 100644 --- a/src/Microsoft.AspNet.Http/project.json +++ b/src/Microsoft.AspNet.Http/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "ASP.NET 5 HTTP feature implementations.", "repository": { "type": "git", @@ -9,17 +9,17 @@ "warningsAsErrors": true }, "dependencies": { - "Microsoft.AspNet.Http.Abstractions": "1.0.0-*", - "Microsoft.AspNet.WebUtilities": "1.0.0-*", - "Microsoft.Net.Http.Headers": "1.0.0-*" + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" }, "frameworks": { - "dnx451": { }, + "dnx451": {}, "dnxcore50": { "dependencies": { - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Text.Encoding": "4.0.11-beta-*" + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Http/project.lock.json b/src/Microsoft.AspNet.Http/project.lock.json new file mode 100644 index 00000000..fd6b0dd6 --- /dev/null +++ b/src/Microsoft.AspNet.Http/project.lock.json @@ -0,0 +1,4490 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "sha512": "1f5SWoX7UlFkvUt7A8JoG5lXgZDw4cRAcKG8Eaxa+3Sq6e/UgVWl2YWew1evJv+p+edNNlIIorDfREKcoEDHGw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Collections.Concurrent.xml", + "ref/dotnet/es/System.Collections.Concurrent.xml", + "ref/dotnet/fr/System.Collections.Concurrent.xml", + "ref/dotnet/it/System.Collections.Concurrent.xml", + "ref/dotnet/ja/System.Collections.Concurrent.xml", + "ref/dotnet/ko/System.Collections.Concurrent.xml", + "ref/dotnet/ru/System.Collections.Concurrent.xml", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.0.nupkg", + "System.Collections.Concurrent.4.0.0.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http.Abstractions >= 1.0.0-beta8", + "Microsoft.AspNet.WebUtilities >= 1.0.0-beta8", + "Microsoft.Net.Http.Headers >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Diagnostics.Debug >= 4.0.11-beta-23409", + "System.Text.Encoding >= 4.0.11-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Owin/project.json b/src/Microsoft.AspNet.Owin/project.json index a20dd5cc..fcfbb8b3 100644 --- a/src/Microsoft.AspNet.Owin/project.json +++ b/src/Microsoft.AspNet.Owin/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "ASP.NET 5 component for running OWIN middleware.", "repository": { "type": "git", @@ -9,27 +9,27 @@ "warningsAsErrors": true }, "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*" + "Microsoft.AspNet.Http": "1.0.0-beta8" }, "frameworks": { - "dnx451": { }, + "dnx451": {}, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.ComponentModel": "4.0.1-beta-*", - "System.Diagnostics.Tools": "4.0.1-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Net.Primitives": "4.0.11-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Runtime.InteropServices": "4.0.21-beta-*", - "System.Security.Claims": "4.0.1-beta-*", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", - "System.Security.Principal": "4.0.1-beta-*", - "System.Threading.Tasks": "4.0.11-beta-*" + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.Owin/project.lock.json b/src/Microsoft.AspNet.Owin/project.lock.json new file mode 100644 index 00000000..3c3a0a47 --- /dev/null +++ b/src/Microsoft.AspNet.Owin/project.lock.json @@ -0,0 +1,4564 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.0": { + "type": "package", + "sha512": "1f5SWoX7UlFkvUt7A8JoG5lXgZDw4cRAcKG8Eaxa+3Sq6e/UgVWl2YWew1evJv+p+edNNlIIorDfREKcoEDHGw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Collections.Concurrent.xml", + "ref/dotnet/es/System.Collections.Concurrent.xml", + "ref/dotnet/fr/System.Collections.Concurrent.xml", + "ref/dotnet/it/System.Collections.Concurrent.xml", + "ref/dotnet/ja/System.Collections.Concurrent.xml", + "ref/dotnet/ko/System.Collections.Concurrent.xml", + "ref/dotnet/ru/System.Collections.Concurrent.xml", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Collections.Concurrent.dll", + "ref/netcore50/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", + "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.0.nupkg", + "System.Collections.Concurrent.4.0.0.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Collections >= 4.0.11-beta-23409", + "System.ComponentModel >= 4.0.1-beta-23409", + "System.Diagnostics.Tools >= 4.0.1-beta-23409", + "System.Globalization >= 4.0.11-beta-23409", + "System.IO >= 4.0.11-beta-23409", + "System.Linq >= 4.0.1-beta-23409", + "System.Net.Primitives >= 4.0.11-beta-23409", + "System.Runtime >= 4.0.21-beta-23409", + "System.Runtime.Extensions >= 4.0.11-beta-23409", + "System.Runtime.InteropServices >= 4.0.21-beta-23409", + "System.Security.Claims >= 4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates >= 4.0.0-beta-23409", + "System.Security.Principal >= 4.0.1-beta-23409", + "System.Threading.Tasks >= 4.0.11-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.WebUtilities/project.json b/src/Microsoft.AspNet.WebUtilities/project.json index 88b039b7..3628f2a6 100644 --- a/src/Microsoft.AspNet.WebUtilities/project.json +++ b/src/Microsoft.AspNet.WebUtilities/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "ASP.NET 5 common helper methods.", "repository": { "type": "git", @@ -9,20 +9,20 @@ "warningsAsErrors": true }, "dependencies": { - "Microsoft.Framework.Primitives": "1.0.0-*", - "Microsoft.Framework.WebEncoders.Core": "1.0.0-*" + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" }, "frameworks": { - "dnx451": { }, + "dnx451": {}, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.IO": "4.0.11-beta-*", - "System.IO.FileSystem": "4.0.1-beta-*", - "System.Runtime": "4.0.21-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*" + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.AspNet.WebUtilities/project.lock.json b/src/Microsoft.AspNet.WebUtilities/project.lock.json new file mode 100644 index 00000000..0c31c08e --- /dev/null +++ b/src/Microsoft.AspNet.WebUtilities/project.lock.json @@ -0,0 +1,1807 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Globalization/4.0.0": { + "type": "package", + "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Globalization.xml", + "ref/dotnet/es/System.Globalization.xml", + "ref/dotnet/fr/System.Globalization.xml", + "ref/dotnet/it/System.Globalization.xml", + "ref/dotnet/ja/System.Globalization.xml", + "ref/dotnet/ko/System.Globalization.xml", + "ref/dotnet/ru/System.Globalization.xml", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hans/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Globalization.4.0.0.nupkg", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "files": [ + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.InteropServices.xml", + "ref/dotnet/es/System.Runtime.InteropServices.xml", + "ref/dotnet/fr/System.Runtime.InteropServices.xml", + "ref/dotnet/it/System.Runtime.InteropServices.xml", + "ref/dotnet/ja/System.Runtime.InteropServices.xml", + "ref/dotnet/ko/System.Runtime.InteropServices.xml", + "ref/dotnet/ru/System.Runtime.InteropServices.xml", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.20.nupkg", + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Tasks.4.0.0.nupkg", + "System.Threading.Tasks.4.0.0.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.Primitives >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core >= 1.0.0-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Collections >= 4.0.11-beta-23409", + "System.Diagnostics.Debug >= 4.0.11-beta-23409", + "System.IO >= 4.0.11-beta-23409", + "System.IO.FileSystem >= 4.0.1-beta-23409", + "System.Runtime >= 4.0.21-beta-23409", + "System.Runtime.Extensions >= 4.0.11-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.Framework.WebEncoders.Core/project.json b/src/Microsoft.Framework.WebEncoders.Core/project.json index 0da3e708..18062dcc 100644 --- a/src/Microsoft.Framework.WebEncoders.Core/project.json +++ b/src/Microsoft.Framework.WebEncoders.Core/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "Contains core encoders for HTML, JavaScript strings, and URLs.", "repository": { "type": "git", @@ -10,18 +10,18 @@ "warningsAsErrors": true }, "frameworks": { - "net45": { }, - "dnx451": { }, + "net45": {}, + "dnx451": {}, "dnxcore50": { "dependencies": { - "System.ComponentModel": "4.0.1-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.IO": "4.0.11-beta-*", - "System.Reflection": "4.0.10-*", - "System.Resources.ResourceManager": "4.0.1-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Threading": "4.0.11-beta-*" + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.Framework.WebEncoders.Core/project.lock.json b/src/Microsoft.Framework.WebEncoders.Core/project.lock.json new file mode 100644 index 00000000..dccd0a6e --- /dev/null +++ b/src/Microsoft.Framework.WebEncoders.Core/project.lock.json @@ -0,0 +1,1063 @@ +{ + "locked": true, + "version": 2, + "targets": { + ".NETFramework,Version=v4.5": {}, + "DNX,Version=v4.5.1": {}, + "DNXCore,Version=v5.0": { + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.20": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + ".NETFramework,Version=v4.5/win7-x86": {}, + ".NETFramework,Version=v4.5/win7-x64": {}, + "DNX,Version=v4.5.1/win7-x86": {}, + "DNX,Version=v4.5.1/win7-x64": {}, + "DNXCore,Version=v5.0/win7-x86": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.20": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.20": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Globalization/4.0.0": { + "type": "package", + "sha512": "IBJyTo1y7ZtzzoJUA60T1XPvNTyw/wfFmjFoBFtlYfkekIOtD/AzDDIg0YdUa7eNtFEfliED2R7HdppTdU4t5A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Globalization.xml", + "ref/dotnet/es/System.Globalization.xml", + "ref/dotnet/fr/System.Globalization.xml", + "ref/dotnet/it/System.Globalization.xml", + "ref/dotnet/ja/System.Globalization.xml", + "ref/dotnet/ko/System.Globalization.xml", + "ref/dotnet/ru/System.Globalization.xml", + "ref/dotnet/System.Globalization.dll", + "ref/dotnet/System.Globalization.xml", + "ref/dotnet/zh-hans/System.Globalization.xml", + "ref/dotnet/zh-hant/System.Globalization.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Globalization.dll", + "ref/netcore50/System.Globalization.xml", + "ref/netcore50/zh-hans/System.Globalization.xml", + "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Globalization.4.0.0.nupkg", + "System.Globalization.4.0.0.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.Private.Uri/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CtuxaCKcRIvPcsqquVl3mPp79EDZPMr2UogfiFCxCs+t2z1VjbpQsKNs1GHZ8VQetqbk1mr0V1yAfMe6y8CHDA==", + "files": [ + "lib/DNXCore50/System.Private.Uri.dll", + "lib/netcore50/System.Private.Uri.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll", + "System.Private.Uri.4.0.0.nupkg", + "System.Private.Uri.4.0.0.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "X7N/9Bz7jVPorqdVFO86ns1sX6MlQM+WTxELtx+Z4VG45x9+LKmWH0GRqjgKprUnVuwmfB9EJ9DQng14Z7/zwg==", + "files": [ + "lib/DNXCore50/System.Runtime.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.xml", + "ref/dotnet/es/System.Runtime.xml", + "ref/dotnet/fr/System.Runtime.xml", + "ref/dotnet/it/System.Runtime.xml", + "ref/dotnet/ja/System.Runtime.xml", + "ref/dotnet/ko/System.Runtime.xml", + "ref/dotnet/ru/System.Runtime.xml", + "ref/dotnet/System.Runtime.dll", + "ref/dotnet/System.Runtime.xml", + "ref/dotnet/zh-hans/System.Runtime.xml", + "ref/dotnet/zh-hant/System.Runtime.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "System.Runtime.4.0.20.nupkg", + "System.Runtime.4.0.20.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Tasks.4.0.0.nupkg", + "System.Threading.Tasks.4.0.0.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [], + ".NETFramework,Version=v4.5": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.ComponentModel >= 4.0.1-beta-23409", + "System.Diagnostics.Debug >= 4.0.11-beta-23409", + "System.IO >= 4.0.11-beta-23409", + "System.Reflection >= 4.1.0-beta-23409", + "System.Resources.ResourceManager >= 4.0.1-beta-23409", + "System.Runtime.Extensions >= 4.0.11-beta-23409", + "System.Threading >= 4.0.11-beta-23409" + ] + } +} \ No newline at end of file diff --git a/src/Microsoft.Framework.WebEncoders/project.json b/src/Microsoft.Framework.WebEncoders/project.json index d2a1c401..c1e9509f 100644 --- a/src/Microsoft.Framework.WebEncoders/project.json +++ b/src/Microsoft.Framework.WebEncoders/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "Contains registration and configuration APIs for the core framework encoders.", "repository": { "type": "git", @@ -9,13 +9,13 @@ "warningsAsErrors": true }, "dependencies": { - "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-*", - "Microsoft.Framework.OptionsModel": "1.0.0-*", - "Microsoft.Framework.WebEncoders.Core": "1.0.0-*" + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" }, "frameworks": { - "net45": { }, - "dnx451": { }, - "dnxcore50": { } + "net45": {}, + "dnx451": {}, + "dnxcore50": {} } -} +} \ No newline at end of file diff --git a/src/Microsoft.Framework.WebEncoders/project.lock.json b/src/Microsoft.Framework.WebEncoders/project.lock.json new file mode 100644 index 00000000..a5efc41b --- /dev/null +++ b/src/Microsoft.Framework.WebEncoders/project.lock.json @@ -0,0 +1,3444 @@ +{ + "locked": true, + "version": 2, + "targets": { + ".NETFramework,Version=v4.5": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + } + }, + "DNX,Version=v4.5.1": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + ".NETFramework,Version=v4.5/win7-x86": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + } + }, + ".NETFramework,Version=v4.5/win7-x64": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net45/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/net45/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": ".NETFramework,Version=v4.5" + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "M2Fg4gBigELMjFow/w44eGZe7VICY6naOe8R6jKbtsXpDTKFsfCuXxpZcUfIgI791hs7Ney88IjxZ3XudsgJeg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.dll", + "lib/dnx451/Microsoft.Framework.Configuration.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.xml", + "lib/dotnet/Microsoft.Framework.Configuration.dll", + "lib/dotnet/Microsoft.Framework.Configuration.xml", + "lib/net45/Microsoft.Framework.Configuration.dll", + "lib/net45/Microsoft.Framework.Configuration.xml", + "Microsoft.Framework.Configuration.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.nuspec" + ] + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "WH5zC6AkShx6VZzZT37tl0QPROkR6zdffACEIPiDyPyqyf+DtWN5Z6v1q9OD5q6CfAij18EwqWaF1eWtYBigNw==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/net45/Microsoft.Framework.Configuration.Abstractions.xml", + "Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "6BWMPvDuy6nTe32z2JWsoiLljVhWagWkDhcN9EbvN4/ihGbnCWzKPIUCJ3a/1s9k/ZsWp4VZtxeuSaZ+60qQbQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll", + "lib/dnx451/Microsoft.Framework.Configuration.Binder.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.xml", + "lib/dotnet/Microsoft.Framework.Configuration.Binder.dll", + "lib/dotnet/Microsoft.Framework.Configuration.Binder.xml", + "lib/net45/Microsoft.Framework.Configuration.Binder.dll", + "lib/net45/Microsoft.Framework.Configuration.Binder.xml", + "Microsoft.Framework.Configuration.Binder.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.Binder.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.Binder.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "TAJYlNnmCTyn1ri2xfbCNh0cZ097EF5CHTnhpyO+VLvFfEtSjDe9wF8O72RfmkUJG+RPm2naoaKxJ7zFPldWLQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.OptionsModel.dll", + "lib/dnx451/Microsoft.Framework.OptionsModel.xml", + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll", + "lib/dnxcore50/Microsoft.Framework.OptionsModel.xml", + "lib/dotnet/Microsoft.Framework.OptionsModel.dll", + "lib/dotnet/Microsoft.Framework.OptionsModel.xml", + "lib/net45/Microsoft.Framework.OptionsModel.dll", + "lib/net45/Microsoft.Framework.OptionsModel.xml", + "Microsoft.Framework.OptionsModel.1.0.0-beta8.nupkg", + "Microsoft.Framework.OptionsModel.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.OptionsModel.nuspec" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "8xElzEmEH5G6XK7qqxRLQ/2r1IuhXlkz0ZdgKNp6ViDD1ukadd+5hccqg1G/L4AYRy96ddMdvgyJjFW87Cegbw==", + "files": [ + "lib/dotnet/System.ComponentModel.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.ComponentModel.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.Primitives.xml", + "ref/dotnet/es/System.ComponentModel.Primitives.xml", + "ref/dotnet/fr/System.ComponentModel.Primitives.xml", + "ref/dotnet/it/System.ComponentModel.Primitives.xml", + "ref/dotnet/ja/System.ComponentModel.Primitives.xml", + "ref/dotnet/ko/System.ComponentModel.Primitives.xml", + "ref/dotnet/ru/System.ComponentModel.Primitives.xml", + "ref/dotnet/System.ComponentModel.Primitives.dll", + "ref/dotnet/System.ComponentModel.Primitives.xml", + "ref/dotnet/zh-hans/System.ComponentModel.Primitives.xml", + "ref/dotnet/zh-hant/System.ComponentModel.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.ComponentModel.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.Primitives.4.0.0.nupkg", + "System.ComponentModel.Primitives.4.0.0.nupkg.sha512", + "System.ComponentModel.Primitives.nuspec" + ] + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "xZeWPGIho3SC93yRXMwyR+BsFfQLdLuzDy42pySd44u7GAp4FZgxaduqGhNi64R0OM3XG5cRbcgPihNDEXbvmg==", + "files": [ + "lib/dotnet/de/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/es/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/fr/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/it/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ja/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ko/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ru/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/System.ComponentModel.TypeConverter.dll", + "lib/dotnet/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/zh-hans/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/zh-hant/System.ComponentModel.TypeConverter.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.ComponentModel.TypeConverter.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.ComponentModel.TypeConverter.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.ComponentModel.TypeConverter.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.TypeConverter.4.0.1-beta-23409.nupkg", + "System.ComponentModel.TypeConverter.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.TypeConverter.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Text.Encoding/4.0.0": { + "type": "package", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Text.Encoding.dll", + "ref/netcore50/System.Text.Encoding.xml", + "ref/netcore50/zh-hans/System.Text.Encoding.xml", + "ref/netcore50/zh-hant/System.Text.Encoding.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Tasks.4.0.0.nupkg", + "System.Threading.Tasks.4.0.0.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.DependencyInjection.Abstractions >= 1.0.0-beta8", + "Microsoft.Framework.OptionsModel >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core >= 1.0.0-beta8" + ], + ".NETFramework,Version=v4.5": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/src/Microsoft.Net.Http.Headers/project.json b/src/Microsoft.Net.Http.Headers/project.json index effac85e..7d479762 100644 --- a/src/Microsoft.Net.Http.Headers/project.json +++ b/src/Microsoft.Net.Http.Headers/project.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-*", + "version": "1.0.0-beta8", "description": "ASP.NET 5 HTTP header implementations.", "repository": { "type": "git", @@ -8,19 +8,19 @@ "compilationOptions": { "warningsAsErrors": true }, - "frameworks" : { - "net45" : { }, - "dnx451" : { }, - "dnxcore50" : { + "frameworks": { + "net45": {}, + "dnx451": {}, + "dnxcore50": { "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Diagnostics.Contracts": "4.0.1-beta-*", - "System.Globalization": "4.0.11-beta-*", - "System.Globalization.Extensions": "4.0.1-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Text.Encoding": "4.0.11-beta-*", - "System.Runtime": "4.0.21-beta-*" + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409", + "System.Runtime": "4.0.21-beta-23409" } } } -} +} \ No newline at end of file diff --git a/src/Microsoft.Net.Http.Headers/project.lock.json b/src/Microsoft.Net.Http.Headers/project.lock.json new file mode 100644 index 00000000..5f664ced --- /dev/null +++ b/src/Microsoft.Net.Http.Headers/project.lock.json @@ -0,0 +1,1310 @@ +{ + "locked": true, + "version": 2, + "targets": { + ".NETFramework,Version=v4.5": {}, + "DNX,Version=v4.5.1": {}, + "DNXCore,Version=v5.0": { + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + ".NETFramework,Version=v4.5/win7-x86": {}, + ".NETFramework,Version=v4.5/win7-x64": {}, + "DNX,Version=v4.5.1/win7-x86": {}, + "DNX,Version=v4.5.1/win7-x64": {}, + "DNXCore,Version=v5.0/win7-x86": { + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + } + } + } + }, + "libraries": { + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Debug.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Debug.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Debug.xml", + "ref/dotnet/es/System.Diagnostics.Debug.xml", + "ref/dotnet/fr/System.Diagnostics.Debug.xml", + "ref/dotnet/it/System.Diagnostics.Debug.xml", + "ref/dotnet/ja/System.Diagnostics.Debug.xml", + "ref/dotnet/ko/System.Diagnostics.Debug.xml", + "ref/dotnet/ru/System.Diagnostics.Debug.xml", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", + "System.Diagnostics.Debug.4.0.10.nupkg", + "System.Diagnostics.Debug.4.0.10.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.0": { + "type": "package", + "sha512": "MoCHQ0u5n0OMwUS8OX4Gl48qKiQziSW5cXvt82d+MmAcsLq9OL90+ihnu/aJ1h6OOYcBswrZAEuApfZha9w2lg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.4.0.0.nupkg", + "System.IO.4.0.0.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.0.0": { + "type": "package", + "sha512": "g96Rn8XuG7y4VfxPj/jnXroRJdQ8L3iN3k3zqsuzk4k3Nq4KMXARYiIO4BLW4GwX06uQpuYwRMcAC/aF117knQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Reflection.xml", + "ref/dotnet/es/System.Reflection.xml", + "ref/dotnet/fr/System.Reflection.xml", + "ref/dotnet/it/System.Reflection.xml", + "ref/dotnet/ja/System.Reflection.xml", + "ref/dotnet/ko/System.Reflection.xml", + "ref/dotnet/ru/System.Reflection.xml", + "ref/dotnet/System.Reflection.dll", + "ref/dotnet/System.Reflection.xml", + "ref/dotnet/zh-hans/System.Reflection.xml", + "ref/dotnet/zh-hant/System.Reflection.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Reflection.dll", + "ref/netcore50/System.Reflection.xml", + "ref/netcore50/zh-hans/System.Reflection.xml", + "ref/netcore50/zh-hant/System.Reflection.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Reflection.4.0.0.nupkg", + "System.Reflection.4.0.0.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Resources.ResourceManager.xml", + "ref/dotnet/es/System.Resources.ResourceManager.xml", + "ref/dotnet/fr/System.Resources.ResourceManager.xml", + "ref/dotnet/it/System.Resources.ResourceManager.xml", + "ref/dotnet/ja/System.Resources.ResourceManager.xml", + "ref/dotnet/ko/System.Resources.ResourceManager.xml", + "ref/dotnet/ru/System.Resources.ResourceManager.xml", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.xml", + "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", + "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "System.Resources.ResourceManager.4.0.0.nupkg", + "System.Resources.ResourceManager.4.0.0.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", + "files": [ + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Extensions.xml", + "ref/dotnet/es/System.Runtime.Extensions.xml", + "ref/dotnet/fr/System.Runtime.Extensions.xml", + "ref/dotnet/it/System.Runtime.Extensions.xml", + "ref/dotnet/ja/System.Runtime.Extensions.xml", + "ref/dotnet/ko/System.Runtime.Extensions.xml", + "ref/dotnet/ru/System.Runtime.Extensions.xml", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "System.Runtime.Extensions.4.0.10.nupkg", + "System.Runtime.Extensions.4.0.10.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "files": [ + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.InteropServices.xml", + "ref/dotnet/es/System.Runtime.InteropServices.xml", + "ref/dotnet/fr/System.Runtime.InteropServices.xml", + "ref/dotnet/it/System.Runtime.InteropServices.xml", + "ref/dotnet/ja/System.Runtime.InteropServices.xml", + "ref/dotnet/ko/System.Runtime.InteropServices.xml", + "ref/dotnet/ru/System.Runtime.InteropServices.xml", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.20.nupkg", + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Threading.Tasks/4.0.0": { + "type": "package", + "sha512": "dA3y1B6Pc8mNt9obhEWWGGpvEakS51+nafXpmM/Z8IF847GErLXGTjdfA+AYEKszfFbH7SVLWUklXhYeeSQ1lw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Threading.Tasks.xml", + "ref/dotnet/es/System.Threading.Tasks.xml", + "ref/dotnet/fr/System.Threading.Tasks.xml", + "ref/dotnet/it/System.Threading.Tasks.xml", + "ref/dotnet/ja/System.Threading.Tasks.xml", + "ref/dotnet/ko/System.Threading.Tasks.xml", + "ref/dotnet/ru/System.Threading.Tasks.xml", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/dotnet/System.Threading.Tasks.xml", + "ref/dotnet/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "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/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Tasks.4.0.0.nupkg", + "System.Threading.Tasks.4.0.0.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [], + ".NETFramework,Version=v4.5": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Collections >= 4.0.11-beta-23409", + "System.Diagnostics.Contracts >= 4.0.1-beta-23409", + "System.Globalization >= 4.0.11-beta-23409", + "System.Globalization.Extensions >= 4.0.1-beta-23409", + "System.Linq >= 4.0.1-beta-23409", + "System.Text.Encoding >= 4.0.11-beta-23409", + "System.Runtime >= 4.0.21-beta-23409" + ] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Html.Abstractions.Test/project.json b/test/Microsoft.AspNet.Html.Abstractions.Test/project.json index 9d82a3d9..b660e163 100644 --- a/test/Microsoft.AspNet.Html.Abstractions.Test/project.json +++ b/test/Microsoft.AspNet.Html.Abstractions.Test/project.json @@ -1,15 +1,15 @@ { - "dependencies": { - "Microsoft.AspNet.Html.Abstractions": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "Microsoft.Framework.WebEncoders.Testing": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "dependencies": { + "Microsoft.AspNet.Html.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.Testing": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Testing": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Html.Abstractions.Test/project.lock.json b/test/Microsoft.AspNet.Html.Abstractions.Test/project.lock.json new file mode 100644 index 00000000..413c3ef9 --- /dev/null +++ b/test/Microsoft.AspNet.Html.Abstractions.Test/project.lock.json @@ -0,0 +1,7303 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Reflection", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.Globalization": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Reflection", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Reflection", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.Globalization": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.Globalization": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Html.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Html.Abstractions/project.json" + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "fINgtCvM125RaMzUSlJ70Xjrg/4BbSF5cYkctRLPJSsZiKDpRQfSvOLU+EenwcNvSR3eBLpjcV1y/YSd/pEr6Q==", + "files": [ + "lib/dnx451/Microsoft.AspNet.Testing.dll", + "lib/dnx451/Microsoft.AspNet.Testing.xml", + "lib/dnxcore50/Microsoft.AspNet.Testing.dll", + "lib/dnxcore50/Microsoft.AspNet.Testing.xml", + "Microsoft.AspNet.Testing.1.0.0-beta8.nupkg", + "Microsoft.AspNet.Testing.1.0.0-beta8.nupkg.sha512", + "Microsoft.AspNet.Testing.nuspec" + ] + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "M2Fg4gBigELMjFow/w44eGZe7VICY6naOe8R6jKbtsXpDTKFsfCuXxpZcUfIgI791hs7Ney88IjxZ3XudsgJeg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.dll", + "lib/dnx451/Microsoft.Framework.Configuration.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.xml", + "lib/dotnet/Microsoft.Framework.Configuration.dll", + "lib/dotnet/Microsoft.Framework.Configuration.xml", + "lib/net45/Microsoft.Framework.Configuration.dll", + "lib/net45/Microsoft.Framework.Configuration.xml", + "Microsoft.Framework.Configuration.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.nuspec" + ] + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "WH5zC6AkShx6VZzZT37tl0QPROkR6zdffACEIPiDyPyqyf+DtWN5Z6v1q9OD5q6CfAij18EwqWaF1eWtYBigNw==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/net45/Microsoft.Framework.Configuration.Abstractions.xml", + "Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "6BWMPvDuy6nTe32z2JWsoiLljVhWagWkDhcN9EbvN4/ihGbnCWzKPIUCJ3a/1s9k/ZsWp4VZtxeuSaZ+60qQbQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll", + "lib/dnx451/Microsoft.Framework.Configuration.Binder.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.xml", + "lib/dotnet/Microsoft.Framework.Configuration.Binder.dll", + "lib/dotnet/Microsoft.Framework.Configuration.Binder.xml", + "lib/net45/Microsoft.Framework.Configuration.Binder.dll", + "lib/net45/Microsoft.Framework.Configuration.Binder.xml", + "Microsoft.Framework.Configuration.Binder.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.Binder.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.Binder.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "TAJYlNnmCTyn1ri2xfbCNh0cZ097EF5CHTnhpyO+VLvFfEtSjDe9wF8O72RfmkUJG+RPm2naoaKxJ7zFPldWLQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.OptionsModel.dll", + "lib/dnx451/Microsoft.Framework.OptionsModel.xml", + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll", + "lib/dnxcore50/Microsoft.Framework.OptionsModel.xml", + "lib/dotnet/Microsoft.Framework.OptionsModel.dll", + "lib/dotnet/Microsoft.Framework.OptionsModel.xml", + "lib/net45/Microsoft.Framework.OptionsModel.dll", + "lib/net45/Microsoft.Framework.OptionsModel.xml", + "Microsoft.Framework.OptionsModel.1.0.0-beta8.nupkg", + "Microsoft.Framework.OptionsModel.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.OptionsModel.nuspec" + ] + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "dIecpmDfs7ONcEX15rF5TwGY7LLmwlyzOJWOpjr/IJzgueOBXQpjU5nfPHr3NAhztyEKCOc7o5gNUripE3c3xQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll", + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.xml", + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll", + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.xml", + "lib/net45/Microsoft.Framework.WebEncoders.Testing.dll", + "lib/net45/Microsoft.Framework.WebEncoders.Testing.xml", + "Microsoft.Framework.WebEncoders.Testing.1.0.0-beta8.nupkg", + "Microsoft.Framework.WebEncoders.Testing.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.WebEncoders.Testing.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "8xElzEmEH5G6XK7qqxRLQ/2r1IuhXlkz0ZdgKNp6ViDD1ukadd+5hccqg1G/L4AYRy96ddMdvgyJjFW87Cegbw==", + "files": [ + "lib/dotnet/System.ComponentModel.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.ComponentModel.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.Primitives.xml", + "ref/dotnet/es/System.ComponentModel.Primitives.xml", + "ref/dotnet/fr/System.ComponentModel.Primitives.xml", + "ref/dotnet/it/System.ComponentModel.Primitives.xml", + "ref/dotnet/ja/System.ComponentModel.Primitives.xml", + "ref/dotnet/ko/System.ComponentModel.Primitives.xml", + "ref/dotnet/ru/System.ComponentModel.Primitives.xml", + "ref/dotnet/System.ComponentModel.Primitives.dll", + "ref/dotnet/System.ComponentModel.Primitives.xml", + "ref/dotnet/zh-hans/System.ComponentModel.Primitives.xml", + "ref/dotnet/zh-hant/System.ComponentModel.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.ComponentModel.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.Primitives.4.0.0.nupkg", + "System.ComponentModel.Primitives.4.0.0.nupkg.sha512", + "System.ComponentModel.Primitives.nuspec" + ] + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "xZeWPGIho3SC93yRXMwyR+BsFfQLdLuzDy42pySd44u7GAp4FZgxaduqGhNi64R0OM3XG5cRbcgPihNDEXbvmg==", + "files": [ + "lib/dotnet/de/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/es/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/fr/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/it/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ja/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ko/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ru/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/System.ComponentModel.TypeConverter.dll", + "lib/dotnet/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/zh-hans/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/zh-hant/System.ComponentModel.TypeConverter.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.ComponentModel.TypeConverter.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.ComponentModel.TypeConverter.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.ComponentModel.TypeConverter.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.TypeConverter.4.0.1-beta-23409.nupkg", + "System.ComponentModel.TypeConverter.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.TypeConverter.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Diagnostics.Tools.xml", + "ref/dotnet/es/System.Diagnostics.Tools.xml", + "ref/dotnet/fr/System.Diagnostics.Tools.xml", + "ref/dotnet/it/System.Diagnostics.Tools.xml", + "ref/dotnet/ja/System.Diagnostics.Tools.xml", + "ref/dotnet/ko/System.Diagnostics.Tools.xml", + "ref/dotnet/ru/System.Diagnostics.Tools.xml", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "System.Diagnostics.Tools.4.0.0.nupkg", + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Html.Abstractions >= 1.0.0-beta8", + "Microsoft.AspNet.Testing >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Testing >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Abstractions.Tests/project.json b/test/Microsoft.AspNet.Http.Abstractions.Tests/project.json index 21eb7701..33062e7f 100644 --- a/test/Microsoft.AspNet.Http.Abstractions.Tests/project.json +++ b/test/Microsoft.AspNet.Http.Abstractions.Tests/project.json @@ -1,14 +1,14 @@ { - "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Testing": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "Microsoft.AspNet.Testing": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Abstractions.Tests/project.lock.json b/test/Microsoft.AspNet.Http.Abstractions.Tests/project.lock.json new file mode 100644 index 00000000..b9a1e00b --- /dev/null +++ b/test/Microsoft.AspNet.Http.Abstractions.Tests/project.lock.json @@ -0,0 +1,7823 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Reflection", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.Globalization": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Reflection", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Reflection", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.Globalization": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.Globalization": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Testing.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.AspNet.Testing/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "fINgtCvM125RaMzUSlJ70Xjrg/4BbSF5cYkctRLPJSsZiKDpRQfSvOLU+EenwcNvSR3eBLpjcV1y/YSd/pEr6Q==", + "files": [ + "lib/dnx451/Microsoft.AspNet.Testing.dll", + "lib/dnx451/Microsoft.AspNet.Testing.xml", + "lib/dnxcore50/Microsoft.AspNet.Testing.dll", + "lib/dnxcore50/Microsoft.AspNet.Testing.xml", + "Microsoft.AspNet.Testing.1.0.0-beta8.nupkg", + "Microsoft.AspNet.Testing.1.0.0-beta8.nupkg.sha512", + "Microsoft.AspNet.Testing.nuspec" + ] + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8", + "Microsoft.AspNet.Testing >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Extensions.Tests/project.json b/test/Microsoft.AspNet.Http.Extensions.Tests/project.json index bac14023..d1984e52 100644 --- a/test/Microsoft.AspNet.Http.Extensions.Tests/project.json +++ b/test/Microsoft.AspNet.Http.Extensions.Tests/project.json @@ -1,15 +1,15 @@ { - "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Http.Extensions": "1.0.0-*", - "Microsoft.Framework.DependencyInjection": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "Microsoft.AspNet.Http.Extensions": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Extensions.Tests/project.lock.json b/test/Microsoft.AspNet.Http.Extensions.Tests/project.lock.json new file mode 100644 index 00000000..f1b8655a --- /dev/null +++ b/test/Microsoft.AspNet.Http.Extensions.Tests/project.lock.json @@ -0,0 +1,7874 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Extensions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Extensions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "6TmUFq/mt2l7QKoDyCuJOrDFcJ9A3ljZ/P3SBQMb+IYJ9J7XivUb47E+E9dQXhIjs5FpFHUGAE5Mxj2oKpxkfA==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.xml", + "Microsoft.Framework.DependencyInjection.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8", + "Microsoft.AspNet.Http.Extensions >= 1.0.0-beta8", + "Microsoft.Framework.DependencyInjection >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Features.Tests/project.json b/test/Microsoft.AspNet.Http.Features.Tests/project.json index 12e00145..71527a51 100644 --- a/test/Microsoft.AspNet.Http.Features.Tests/project.json +++ b/test/Microsoft.AspNet.Http.Features.Tests/project.json @@ -1,13 +1,13 @@ { - "dependencies": { - "Microsoft.AspNet.Http.Features": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Features.Tests/project.lock.json b/test/Microsoft.AspNet.Http.Features.Tests/project.lock.json new file mode 100644 index 00000000..3550b56f --- /dev/null +++ b/test/Microsoft.AspNet.Http.Features.Tests/project.lock.json @@ -0,0 +1,7001 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Diagnostics.Tools.xml", + "ref/dotnet/es/System.Diagnostics.Tools.xml", + "ref/dotnet/fr/System.Diagnostics.Tools.xml", + "ref/dotnet/it/System.Diagnostics.Tools.xml", + "ref/dotnet/ja/System.Diagnostics.Tools.xml", + "ref/dotnet/ko/System.Diagnostics.Tools.xml", + "ref/dotnet/ru/System.Diagnostics.Tools.xml", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "System.Diagnostics.Tools.4.0.0.nupkg", + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "serviceable": true, + "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23225.nupkg", + "System.Reflection.4.1.0-beta-23225.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", + "files": [ + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.TypeExtensions.xml", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", + "ref/dotnet/it/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "System.Reflection.TypeExtensions.4.0.0.nupkg", + "System.Reflection.TypeExtensions.4.0.0.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http.Features >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Tests/project.json b/test/Microsoft.AspNet.Http.Tests/project.json index cde6b4f8..0adcd210 100644 --- a/test/Microsoft.AspNet.Http.Tests/project.json +++ b/test/Microsoft.AspNet.Http.Tests/project.json @@ -1,13 +1,13 @@ { - "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Http.Tests/project.lock.json b/test/Microsoft.AspNet.Http.Tests/project.lock.json new file mode 100644 index 00000000..4e271dcf --- /dev/null +++ b/test/Microsoft.AspNet.Http.Tests/project.lock.json @@ -0,0 +1,7685 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Owin.Tests/project.json b/test/Microsoft.AspNet.Owin.Tests/project.json index 05c31c8a..7705697a 100644 --- a/test/Microsoft.AspNet.Owin.Tests/project.json +++ b/test/Microsoft.AspNet.Owin.Tests/project.json @@ -1,14 +1,14 @@ { - "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.Owin": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { } - } -} + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "Microsoft.AspNet.Owin": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": {} + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.Owin.Tests/project.lock.json b/test/Microsoft.AspNet.Owin.Tests/project.lock.json new file mode 100644 index 00000000..d9218ced --- /dev/null +++ b/test/Microsoft.AspNet.Owin.Tests/project.lock.json @@ -0,0 +1,7774 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.Owin/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Owin/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8", + "Microsoft.AspNet.Owin >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.WebUtilities.Tests/project.json b/test/Microsoft.AspNet.WebUtilities.Tests/project.json index 29994be2..660b0bc2 100644 --- a/test/Microsoft.AspNet.WebUtilities.Tests/project.json +++ b/test/Microsoft.AspNet.WebUtilities.Tests/project.json @@ -1,15 +1,15 @@ { "dependencies": { - "Microsoft.AspNet.Http": "1.0.0-*", - "Microsoft.AspNet.WebUtilities": "1.0.0-*", + "Microsoft.AspNet.Http": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", "Microsoft.AspNet.Http.Core": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" }, "commands": { "test": "xunit.runner.aspnet" }, "frameworks": { - "dnx451": { }, - "dnxcore50": { } + "dnx451": {}, + "dnxcore50": {} } -} +} \ No newline at end of file diff --git a/test/Microsoft.AspNet.WebUtilities.Tests/project.lock.json b/test/Microsoft.AspNet.WebUtilities.Tests/project.lock.json new file mode 100644 index 00000000..678af926 --- /dev/null +++ b/test/Microsoft.AspNet.WebUtilities.Tests/project.lock.json @@ -0,0 +1,8139 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll": {} + } + }, + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.AspNet.FeatureModel": "1.0.0-beta4", + "Microsoft.AspNet.Http": "1.0.0-beta4", + "Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta4", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta4", + "Microsoft.Net.Http.Headers": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Http.Core.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Http.Core.dll": {} + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.TypeExtensions": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll": {} + } + }, + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.AspNet.FeatureModel": "1.0.0-beta4", + "Microsoft.AspNet.Http": "1.0.0-beta4", + "Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta4", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta4", + "Microsoft.Net.Http.Headers": "1.0.0-beta4", + "Microsoft.Net.WebSocketAbstractions": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Security.Claims": "4.0.0-beta-22816", + "System.Security.Principal": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll": {} + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.Net.WebSocketAbstractions": "1.0.0-beta4", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Security.Claims": "4.0.0-beta-22816", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-22816", + "System.Security.Principal": "4.0.0-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.WebSocketAbstractions/1.0.0-beta4": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll": {} + } + }, + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.AspNet.FeatureModel": "1.0.0-beta4", + "Microsoft.AspNet.Http": "1.0.0-beta4", + "Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta4", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta4", + "Microsoft.Net.Http.Headers": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Http.Core.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Http.Core.dll": {} + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll": {} + } + }, + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.AspNet.FeatureModel": "1.0.0-beta4", + "Microsoft.AspNet.Http": "1.0.0-beta4", + "Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta4", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta4", + "Microsoft.Net.Http.Headers": "1.0.0-beta4" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Http.Core.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Http.Core.dll": {} + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8" + } + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.TypeExtensions": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll": {} + } + }, + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.AspNet.FeatureModel": "1.0.0-beta4", + "Microsoft.AspNet.Http": "1.0.0-beta4", + "Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta4", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta4", + "Microsoft.Net.Http.Headers": "1.0.0-beta4", + "Microsoft.Net.WebSocketAbstractions": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Security.Claims": "4.0.0-beta-22816", + "System.Security.Principal": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll": {} + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.Net.WebSocketAbstractions": "1.0.0-beta4", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Security.Claims": "4.0.0-beta-22816", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-22816", + "System.Security.Principal": "4.0.0-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.WebSocketAbstractions/1.0.0-beta4": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Reflection": "4.0.10-beta-22816", + "System.Reflection.TypeExtensions": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Threading": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll": {} + } + }, + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Abstractions": "1.0.0-beta8", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta8", + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.AspNet.Http.Features": "1.0.0-beta8", + "Microsoft.Framework.ActivatorUtilities.Sources": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Tools": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + } + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.AspNet.FeatureModel": "1.0.0-beta4", + "Microsoft.AspNet.Http": "1.0.0-beta4", + "Microsoft.AspNet.Http.Interfaces": "1.0.0-beta4", + "Microsoft.AspNet.WebUtilities": "1.0.0-beta4", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta4", + "Microsoft.Net.Http.Headers": "1.0.0-beta4", + "Microsoft.Net.WebSocketAbstractions": "1.0.0-beta4", + "System.Collections": "4.0.10-beta-22816", + "System.ComponentModel": "4.0.0-beta-22816", + "System.Diagnostics.Debug": "4.0.10-beta-22816", + "System.Diagnostics.Tools": "4.0.0-beta-22816", + "System.Globalization": "4.0.10-beta-22816", + "System.IO": "4.0.10-beta-22816", + "System.Linq": "4.0.0-beta-22816", + "System.Runtime": "4.0.20-beta-22816", + "System.Runtime.Extensions": "4.0.10-beta-22816", + "System.Runtime.InteropServices": "4.0.20-beta-22816", + "System.Security.Claims": "4.0.0-beta-22816", + "System.Security.Principal": "4.0.0-beta-22816", + "System.Text.Encoding": "4.0.10-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll": {} + } + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.WebSockets": "4.0.0-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Security.Claims": "4.0.1-beta-23409", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23409", + "System.Security.Principal": "4.0.1-beta-23409" + } + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "dependencies": { + "Microsoft.Net.WebSocketAbstractions": "1.0.0-beta4", + "System.Net.Primitives": "4.0.10-beta-22816", + "System.Security.Claims": "4.0.0-beta-22816", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-22816", + "System.Security.Principal": "4.0.0-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll": {} + } + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.Primitives": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + } + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Primitives.dll": {} + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Net.WebSocketAbstractions/1.0.0-beta4": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" + }, + "compile": { + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Cng": "4.0.0-beta-23409", + "System.Security.Cryptography.Csp": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package" + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.WebSockets.dll": {} + }, + "runtime": { + "lib/dotnet/System.Net.WebSockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package" + }, + "System.Security.Claims/4.0.1-beta-23409": { + "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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.AspNet.Http/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http/project.json" + }, + "Microsoft.AspNet.Http.Abstractions/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Abstractions/project.json" + }, + "Microsoft.AspNet.Http.Features/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.Http.Features/project.json" + }, + "Microsoft.AspNet.WebUtilities/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.AspNet.WebUtilities/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.AspNet.FeatureModel/1.0.0-beta4": { + "type": "package", + "serviceable": true, + "sha512": "Xewac6SajTjfxmPKZSSYWLsRu/ZI/hqx775ozDjHsSIl2xsl2bq6ZJu6PCIoEj16+Ws/Gl+cfbdNrhCa5LslHQ==", + "files": [ + "lib/dnx451/Microsoft.AspNet.FeatureModel.dll", + "lib/dnx451/Microsoft.AspNet.FeatureModel.xml", + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.dll", + "lib/dnxcore50/Microsoft.AspNet.FeatureModel.xml", + "Microsoft.AspNet.FeatureModel.1.0.0-beta4.nupkg", + "Microsoft.AspNet.FeatureModel.1.0.0-beta4.nupkg.sha512", + "Microsoft.AspNet.FeatureModel.nuspec" + ] + }, + "Microsoft.AspNet.Http.Core/1.0.0-beta4": { + "type": "package", + "serviceable": true, + "sha512": "U6jZxua+mNfNTjm9lW/1W4sKd1aYUWiTp7KBY7hPs49IU4p7NMewvDKV34/svcaDYDOqhtuduyGJCdw62GrvqQ==", + "files": [ + "lib/dnx451/Microsoft.AspNet.Http.Core.dll", + "lib/dnx451/Microsoft.AspNet.Http.Core.xml", + "lib/dnxcore50/Microsoft.AspNet.Http.Core.dll", + "lib/dnxcore50/Microsoft.AspNet.Http.Core.xml", + "Microsoft.AspNet.Http.Core.1.0.0-beta4.nupkg", + "Microsoft.AspNet.Http.Core.1.0.0-beta4.nupkg.sha512", + "Microsoft.AspNet.Http.Core.nuspec" + ] + }, + "Microsoft.AspNet.Http.Interfaces/1.0.0-beta4": { + "type": "package", + "serviceable": true, + "sha512": "31C78ja91ggo1ywLn83yNpTR0pnhMbPMcKhE72Gx3I5M0F1foDJQTHBOBFS0ebGkn8eiDMWkKGqjYucslaiu5Q==", + "files": [ + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.dll", + "lib/dnx451/Microsoft.AspNet.Http.Interfaces.xml", + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.dll", + "lib/dnxcore50/Microsoft.AspNet.Http.Interfaces.xml", + "Microsoft.AspNet.Http.Interfaces.1.0.0-beta4.nupkg", + "Microsoft.AspNet.Http.Interfaces.1.0.0-beta4.nupkg.sha512", + "Microsoft.AspNet.Http.Interfaces.nuspec" + ] + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.ActivatorUtilities.Sources/1.0.0-beta8": { + "type": "package", + "sha512": "ZeJe6DEOYr0B54yi0hmi/mwe+XB9QMkReV2RqT80lCZWwsE+EXcLF6zyhg/m6SVCwbQ+PuLzpMfS64DLym3BEA==", + "files": [ + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnx451/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dnxcore50/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/dotnet/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.dll", + "lib/net45/Microsoft.Framework.ActivatorUtilities.Sources.xml", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg", + "Microsoft.Framework.ActivatorUtilities.Sources.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.ActivatorUtilities.Sources.nuspec", + "shared/ActivatorUtilities.cs" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Primitives/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "tCmbjiE+AgwTfikByvv0xEsnA/z5SOAecZT6gb7EbjuanlzzCUyqTSnvi5SRLGBQsTNKjLiQFFlVOeWHZPOcDg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Primitives.dll", + "lib/dnx451/Microsoft.Framework.Primitives.xml", + "lib/dnxcore50/Microsoft.Framework.Primitives.dll", + "lib/dnxcore50/Microsoft.Framework.Primitives.xml", + "lib/dotnet/Microsoft.Framework.Primitives.dll", + "lib/dotnet/Microsoft.Framework.Primitives.xml", + "lib/net45/Microsoft.Framework.Primitives.dll", + "lib/net45/Microsoft.Framework.Primitives.xml", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg", + "Microsoft.Framework.Primitives.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Primitives.nuspec" + ] + }, + "Microsoft.Net.WebSocketAbstractions/1.0.0-beta4": { + "type": "package", + "serviceable": true, + "sha512": "NmW6dLxY5zu7Dyb12PttLWje8wSjxrlBeUovtchbJfZe/OTRw5FFe/Z6yytLuWT3UcA+siGVv2t/br2xXkDqYg==", + "files": [ + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.dll", + "lib/dnxcore50/Microsoft.Net.WebSocketAbstractions.xml", + "lib/net45/Microsoft.Net.WebSocketAbstractions.dll", + "lib/net45/Microsoft.Net.WebSocketAbstractions.xml", + "Microsoft.Net.WebSocketAbstractions.1.0.0-beta4.nupkg", + "Microsoft.Net.WebSocketAbstractions.1.0.0-beta4.nupkg.sha512", + "Microsoft.Net.WebSocketAbstractions.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lJUuUHJJz9O7cZuWQeSwqdz7SjLU1P5D2azxgWZrZYOEZgiYoSteIapgDKY3pFwZHPS3i1/otFd8j13Fef9hBQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "piL7Q/rkUlBDt8S9hRxLUV/8yyvxPCZg7mUcGIQU2k2c+PATWAMxlj6SLGvjsE/dY9jDQ1No8jI/wgXRPE7zRA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", + "runtimes/win7/lib/dotnet/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/de/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/es/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/fr/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/it/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ja/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ko/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/ru/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", + "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Security.Cryptography.X509Certificates.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Security.Cryptography.X509Certificates.xml" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/8C9PvnURwFnAuU2Qo6IDC39lr29DRlQsU2g1wMc60l2D5gxmvFDfpNKTOxJa3S3/Rxx/Cz/sg7CauiIE1lpKw==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.Tools.xml", + "lib/DNXCore50/es/System.Diagnostics.Tools.xml", + "lib/DNXCore50/fr/System.Diagnostics.Tools.xml", + "lib/DNXCore50/it/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ja/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ko/System.Diagnostics.Tools.xml", + "lib/DNXCore50/ru/System.Diagnostics.Tools.xml", + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/DNXCore50/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/net45/_._", + "lib/netcore50/de/System.Diagnostics.Tools.xml", + "lib/netcore50/es/System.Diagnostics.Tools.xml", + "lib/netcore50/fr/System.Diagnostics.Tools.xml", + "lib/netcore50/it/System.Diagnostics.Tools.xml", + "lib/netcore50/ja/System.Diagnostics.Tools.xml", + "lib/netcore50/ko/System.Diagnostics.Tools.xml", + "lib/netcore50/ru/System.Diagnostics.Tools.xml", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/netcore50/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Diagnostics.Tools.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Diagnostics.Tools.xml", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Tools.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "unNM3UgK0kR9ac/9a74aGOMSz6SgJXHCw+EYpYBe4LBm++7JROLe2uRhx8CJbkeWsM3ySnfJrGwkPSSM0ZmNAA==", + "files": [ + "lib/aspnetcore50/System.Globalization.Calendars.dll", + "lib/contract/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.Net.WebSockets/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "7RIGfnSPjwT5cxPG2tT2UljjXpHfVvcSWL15M1FEtqjw3Qhd6A4nYSmMBrAjjqwVvaJHKWI+MSCMq5I9JzTKRQ==", + "files": [ + "lib/dotnet/de/System.Net.WebSockets.xml", + "lib/dotnet/es/System.Net.WebSockets.xml", + "lib/dotnet/fr/System.Net.WebSockets.xml", + "lib/dotnet/it/System.Net.WebSockets.xml", + "lib/dotnet/ja/System.Net.WebSockets.xml", + "lib/dotnet/ko/System.Net.WebSockets.xml", + "lib/dotnet/ru/System.Net.WebSockets.xml", + "lib/dotnet/System.Net.WebSockets.dll", + "lib/dotnet/System.Net.WebSockets.xml", + "lib/dotnet/zh-hans/System.Net.WebSockets.xml", + "lib/dotnet/zh-hant/System.Net.WebSockets.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.WebSockets.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.WebSockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.WebSockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg", + "System.Net.WebSockets.4.0.0-beta-23409.nupkg.sha512", + "System.Net.WebSockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "sha512": "NBJgeNU+0+5e8v1hb9qQdldYwmbyLM/75M9pr7x6ODeL75Rfw7/LlwNGUFh5JBJe6PiaMS688vKKRtLW3JWIuQ==", + "files": [ + "lib/aspnetcore50/System.Runtime.Numerics.dll", + "lib/contract/System.Runtime.Numerics.dll", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "4Pk5w+x/qwbH1zhwdvmr7etb4VyVfaEAtKjoyV4HzATh8x13wgvoaTZpNgq21z3zzl2p/0/IeUgcvCKsIRMUow==", + "files": [ + "lib/dotnet/de/System.Security.Claims.xml", + "lib/dotnet/es/System.Security.Claims.xml", + "lib/dotnet/fr/System.Security.Claims.xml", + "lib/dotnet/it/System.Security.Claims.xml", + "lib/dotnet/ja/System.Security.Claims.xml", + "lib/dotnet/ko/System.Security.Claims.xml", + "lib/dotnet/ru/System.Security.Claims.xml", + "lib/dotnet/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.xml", + "lib/dotnet/zh-hans/System.Security.Claims.xml", + "lib/dotnet/zh-hant/System.Security.Claims.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Claims.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Claims.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Claims.4.0.1-beta-23409.nupkg", + "System.Security.Claims.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "owdtLoEoRYAH5jT1ZNzH9nn3h4zbnWQZdAIdPbWkpnePlOhs6lv+Mlq2AI6upC0OAnn2eAvoAlP3FdBT9GX1CQ==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "kCmh8XAO168Bg9wQAxjy9GjoAeROD4PSOarAqaXM5gstc9GElHE0haUn8FI5zW9tzU8O9uaebiUHFvsz2K1CVQ==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9v+nwvi6noNn7XEjk+zTd+sk7lfi2wBpI4PCWTsH4WTgi/BmXngONfGjxjlFz9thkOAXXueq7p+LnHbuTli6aw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "C2megOy1S2njgUF1IqHsDgFaCrRG6RrbJ8SsaTLZZDls2VNK8iKGADQoo+wlpt1WmAFZHwteabjKnw36J6airg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Btr2WL0J5DU3yKH+q8W1q9t9UzfrtNtvod0HQ4YVjSLBVc4xEAzJion5R3LdPqZN+bo7jY/0aH+dHl84IcFoKQ==", + "files": [ + "lib/dotnet/de/System.Security.Principal.xml", + "lib/dotnet/es/System.Security.Principal.xml", + "lib/dotnet/fr/System.Security.Principal.xml", + "lib/dotnet/it/System.Security.Principal.xml", + "lib/dotnet/ja/System.Security.Principal.xml", + "lib/dotnet/ko/System.Security.Principal.xml", + "lib/dotnet/ru/System.Security.Principal.xml", + "lib/dotnet/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.xml", + "lib/dotnet/zh-hans/System.Security.Principal.xml", + "lib/dotnet/zh-hant/System.Security.Principal.xml", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/netcore50/System.Security.Principal.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Security.Principal.dll", + "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.1-beta-23409.nupkg", + "System.Security.Principal.4.0.1-beta-23409.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.AspNet.Http >= 1.0.0-beta8", + "Microsoft.AspNet.WebUtilities >= 1.0.0-beta8", + "Microsoft.AspNet.Http.Core >= 1.0.0-*", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file diff --git a/test/Microsoft.Framework.WebEncoders.Tests/project.json b/test/Microsoft.Framework.WebEncoders.Tests/project.json index 0968582e..2ca794da 100644 --- a/test/Microsoft.Framework.WebEncoders.Tests/project.json +++ b/test/Microsoft.Framework.WebEncoders.Tests/project.json @@ -1,24 +1,24 @@ { - "dependencies": { - "Microsoft.Framework.DependencyInjection": "1.0.0-*", - "Microsoft.Framework.WebEncoders": "1.0.0-*", - "Microsoft.Framework.WebEncoders.Testing": "1.0.0-*", - "Newtonsoft.Json": "6.0.6", - "xunit.runner.aspnet": "2.0.0-aspnet-*" - }, - "commands": { - "test": "xunit.runner.aspnet" - }, - "compilationOptions": { - "allowUnsafe": true - }, - "frameworks": { - "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Text.Encoding.Extensions": "4.0.11-beta-*" - } - } - }, - "resource": "..\\..\\unicode\\UnicodeData.txt" -} + "dependencies": { + "Microsoft.Framework.DependencyInjection": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Testing": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" + }, + "commands": { + "test": "xunit.runner.aspnet" + }, + "compilationOptions": { + "allowUnsafe": true + }, + "frameworks": { + "dnx451": {}, + "dnxcore50": { + "dependencies": { + "System.Text.Encoding.Extensions": "4.0.11-beta-23409" + } + } + }, + "resource": "..\\..\\unicode\\UnicodeData.txt" +} \ No newline at end of file diff --git a/test/Microsoft.Framework.WebEncoders.Tests/project.lock.json b/test/Microsoft.Framework.WebEncoders.Tests/project.lock.json new file mode 100644 index 00000000..d7456a31 --- /dev/null +++ b/test/Microsoft.Framework.WebEncoders.Tests/project.lock.json @@ -0,0 +1,7233 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "compile": { + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "compile": { + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.IO.FileSystem": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.dll": {} + } + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Linq": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration": "1.0.0-beta8", + "System.ComponentModel.TypeConverter": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.Configuration.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Configuration.Binder": "1.0.0-beta8", + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.0.10", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll": {} + } + }, + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.OptionsModel": "1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Core": "1.0.0-beta8" + } + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23409", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading": "4.0.11-beta-23409" + } + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.WebEncoders": "1.0.0-beta8", + "xunit.assert": "2.1.0" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "compile": { + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.ComponentModel": "4.0.0", + "System.ComponentModel.Primitives": "4.0.0", + "System.Globalization": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.TypeConverter.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.Framework.WebEncoders/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders/project.json" + }, + "Microsoft.Framework.WebEncoders.Core/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Framework.WebEncoders.Core/project.json" + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Configuration/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "M2Fg4gBigELMjFow/w44eGZe7VICY6naOe8R6jKbtsXpDTKFsfCuXxpZcUfIgI791hs7Ney88IjxZ3XudsgJeg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.dll", + "lib/dnx451/Microsoft.Framework.Configuration.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.xml", + "lib/dotnet/Microsoft.Framework.Configuration.dll", + "lib/dotnet/Microsoft.Framework.Configuration.xml", + "lib/net45/Microsoft.Framework.Configuration.dll", + "lib/net45/Microsoft.Framework.Configuration.xml", + "Microsoft.Framework.Configuration.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.nuspec" + ] + }, + "Microsoft.Framework.Configuration.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "WH5zC6AkShx6VZzZT37tl0QPROkR6zdffACEIPiDyPyqyf+DtWN5Z6v1q9OD5q6CfAij18EwqWaF1eWtYBigNw==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Configuration.Abstractions.xml", + "lib/net45/Microsoft.Framework.Configuration.Abstractions.dll", + "lib/net45/Microsoft.Framework.Configuration.Abstractions.xml", + "Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Configuration.Binder/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "6BWMPvDuy6nTe32z2JWsoiLljVhWagWkDhcN9EbvN4/ihGbnCWzKPIUCJ3a/1s9k/ZsWp4VZtxeuSaZ+60qQbQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.Configuration.Binder.dll", + "lib/dnx451/Microsoft.Framework.Configuration.Binder.xml", + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.dll", + "lib/dnxcore50/Microsoft.Framework.Configuration.Binder.xml", + "lib/dotnet/Microsoft.Framework.Configuration.Binder.dll", + "lib/dotnet/Microsoft.Framework.Configuration.Binder.xml", + "lib/net45/Microsoft.Framework.Configuration.Binder.dll", + "lib/net45/Microsoft.Framework.Configuration.Binder.xml", + "Microsoft.Framework.Configuration.Binder.1.0.0-beta8.nupkg", + "Microsoft.Framework.Configuration.Binder.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Configuration.Binder.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "6TmUFq/mt2l7QKoDyCuJOrDFcJ9A3ljZ/P3SBQMb+IYJ9J7XivUb47E+E9dQXhIjs5FpFHUGAE5Mxj2oKpxkfA==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.xml", + "Microsoft.Framework.DependencyInjection.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.OptionsModel/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "TAJYlNnmCTyn1ri2xfbCNh0cZ097EF5CHTnhpyO+VLvFfEtSjDe9wF8O72RfmkUJG+RPm2naoaKxJ7zFPldWLQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.OptionsModel.dll", + "lib/dnx451/Microsoft.Framework.OptionsModel.xml", + "lib/dnxcore50/Microsoft.Framework.OptionsModel.dll", + "lib/dnxcore50/Microsoft.Framework.OptionsModel.xml", + "lib/dotnet/Microsoft.Framework.OptionsModel.dll", + "lib/dotnet/Microsoft.Framework.OptionsModel.xml", + "lib/net45/Microsoft.Framework.OptionsModel.dll", + "lib/net45/Microsoft.Framework.OptionsModel.xml", + "Microsoft.Framework.OptionsModel.1.0.0-beta8.nupkg", + "Microsoft.Framework.OptionsModel.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.OptionsModel.nuspec" + ] + }, + "Microsoft.Framework.WebEncoders.Testing/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "dIecpmDfs7ONcEX15rF5TwGY7LLmwlyzOJWOpjr/IJzgueOBXQpjU5nfPHr3NAhztyEKCOc7o5gNUripE3c3xQ==", + "files": [ + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.dll", + "lib/dnx451/Microsoft.Framework.WebEncoders.Testing.xml", + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.dll", + "lib/dnxcore50/Microsoft.Framework.WebEncoders.Testing.xml", + "lib/net45/Microsoft.Framework.WebEncoders.Testing.dll", + "lib/net45/Microsoft.Framework.WebEncoders.Testing.xml", + "Microsoft.Framework.WebEncoders.Testing.1.0.0-beta8.nupkg", + "Microsoft.Framework.WebEncoders.Testing.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.WebEncoders.Testing.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/6.0.6": { + "type": "package", + "sha512": "w26uZNyCG5VeoKiEOJ4+9/o8koSofLKwHl7WLreIcp0U6r57L7WiRXmjp8MTKFw6dYNZ9AE0lw69WYbIhUsU9Q==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/netcore45/Newtonsoft.Json.dll", + "lib/netcore45/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+aspnetcore50/Newtonsoft.Json.dll", + "lib/portable-net45+wp80+win8+wpa81+aspnetcore50/Newtonsoft.Json.xml", + "Newtonsoft.Json.6.0.6.nupkg", + "Newtonsoft.Json.6.0.6.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.ComponentModel.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "8xElzEmEH5G6XK7qqxRLQ/2r1IuhXlkz0ZdgKNp6ViDD1ukadd+5hccqg1G/L4AYRy96ddMdvgyJjFW87Cegbw==", + "files": [ + "lib/dotnet/System.ComponentModel.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.ComponentModel.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.Primitives.xml", + "ref/dotnet/es/System.ComponentModel.Primitives.xml", + "ref/dotnet/fr/System.ComponentModel.Primitives.xml", + "ref/dotnet/it/System.ComponentModel.Primitives.xml", + "ref/dotnet/ja/System.ComponentModel.Primitives.xml", + "ref/dotnet/ko/System.ComponentModel.Primitives.xml", + "ref/dotnet/ru/System.ComponentModel.Primitives.xml", + "ref/dotnet/System.ComponentModel.Primitives.dll", + "ref/dotnet/System.ComponentModel.Primitives.xml", + "ref/dotnet/zh-hans/System.ComponentModel.Primitives.xml", + "ref/dotnet/zh-hant/System.ComponentModel.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.ComponentModel.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.Primitives.4.0.0.nupkg", + "System.ComponentModel.Primitives.4.0.0.nupkg.sha512", + "System.ComponentModel.Primitives.nuspec" + ] + }, + "System.ComponentModel.TypeConverter/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "xZeWPGIho3SC93yRXMwyR+BsFfQLdLuzDy42pySd44u7GAp4FZgxaduqGhNi64R0OM3XG5cRbcgPihNDEXbvmg==", + "files": [ + "lib/dotnet/de/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/es/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/fr/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/it/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ja/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ko/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/ru/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/System.ComponentModel.TypeConverter.dll", + "lib/dotnet/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/zh-hans/System.ComponentModel.TypeConverter.xml", + "lib/dotnet/zh-hant/System.ComponentModel.TypeConverter.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.ComponentModel.TypeConverter.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.ComponentModel.TypeConverter.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.ComponentModel.TypeConverter.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.TypeConverter.4.0.1-beta-23409.nupkg", + "System.ComponentModel.TypeConverter.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.TypeConverter.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Diagnostics.Tools.xml", + "ref/dotnet/es/System.Diagnostics.Tools.xml", + "ref/dotnet/fr/System.Diagnostics.Tools.xml", + "ref/dotnet/it/System.Diagnostics.Tools.xml", + "ref/dotnet/ja/System.Diagnostics.Tools.xml", + "ref/dotnet/ko/System.Diagnostics.Tools.xml", + "ref/dotnet/ru/System.Diagnostics.Tools.xml", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "System.Diagnostics.Tools.4.0.0.nupkg", + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "wsou1TLHRyTJ/wqznHoxIS/jPX2bW52HzbLos8l09svN0I6OytlUz7pWENAd23wt3Gjo2Gap80H2zN64YNgiBg==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23409.nupkg", + "System.Reflection.4.1.0-beta-23409.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "n8m144jjCwhN/qtLih35a2sO33fLWm1U3eg51KxqAcAjJcw0nq1zWie8FZognBTPv7BXdW/G8xGbbvDGFoJwZA==", + "files": [ + "lib/DNXCore50/de/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/es/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/fr/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/it/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ja/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ko/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/ru/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/DNXCore50/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/DNXCore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Reflection.TypeExtensions.xml", + "lib/net46/es/System.Reflection.TypeExtensions.xml", + "lib/net46/fr/System.Reflection.TypeExtensions.xml", + "lib/net46/it/System.Reflection.TypeExtensions.xml", + "lib/net46/ja/System.Reflection.TypeExtensions.xml", + "lib/net46/ko/System.Reflection.TypeExtensions.xml", + "lib/net46/ru/System.Reflection.TypeExtensions.xml", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net46/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Reflection.TypeExtensions.xml", + "ref/net46/es/System.Reflection.TypeExtensions.xml", + "ref/net46/fr/System.Reflection.TypeExtensions.xml", + "ref/net46/it/System.Reflection.TypeExtensions.xml", + "ref/net46/ja/System.Reflection.TypeExtensions.xml", + "ref/net46/ko/System.Reflection.TypeExtensions.xml", + "ref/net46/ru/System.Reflection.TypeExtensions.xml", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/net46/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/net46/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.TypeExtensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.TypeExtensions.xml", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg", + "System.Reflection.TypeExtensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "5SDFZ1MMB6lxIhLTU4o1so4j+pQ3zCsRisqq+dukRqSmKfZo/qxd8S77sqIZSO2pzl8aY91UyZZvNRwdtjmvog==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Framework.DependencyInjection >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders >= 1.0.0-beta8", + "Microsoft.Framework.WebEncoders.Testing >= 1.0.0-beta8", + "Newtonsoft.Json >= 6.0.6", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "System.Text.Encoding.Extensions >= 4.0.11-beta-23409" + ] + } +} \ No newline at end of file diff --git a/test/Microsoft.Net.Http.Headers.Tests/project.json b/test/Microsoft.Net.Http.Headers.Tests/project.json index 4859085a..2b7097ce 100644 --- a/test/Microsoft.Net.Http.Headers.Tests/project.json +++ b/test/Microsoft.Net.Http.Headers.Tests/project.json @@ -1,14 +1,14 @@ { "version": "1.0.0-*", "dependencies": { - "Microsoft.Net.Http.Headers": "1.0.0-*", - "xunit.runner.aspnet": "2.0.0-aspnet-*" + "Microsoft.Net.Http.Headers": "1.0.0-beta8", + "xunit.runner.aspnet": "2.0.0-aspnet-beta8" }, "commands": { "test": "xunit.runner.aspnet" }, "frameworks": { - "dnx451": { }, - "dnxcore50": { } + "dnx451": {}, + "dnxcore50": {} } -} +} \ No newline at end of file diff --git a/test/Microsoft.Net.Http.Headers.Tests/project.lock.json b/test/Microsoft.Net.Http.Headers.Tests/project.lock.json new file mode 100644 index 00000000..d92a5297 --- /dev/null +++ b/test/Microsoft.Net.Http.Headers.Tests/project.lock.json @@ -0,0 +1,6420 @@ +{ + "locked": true, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "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": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core", + "System.Runtime", + "System.Threading.Tasks" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections.Concurrent", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNX,Version=v4.5.1" + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "compile": { + "lib/net45/Newtonsoft.Json.dll": {} + }, + "runtime": { + "lib/net45/Newtonsoft.Json.dll": {} + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "compile": { + "lib/net35/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/net35/xunit.abstractions.dll": {} + } + }, + "xunit.assert/2.1.0": { + "type": "package", + "compile": { + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} + } + }, + "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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} + } + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "dependencies": { + "xunit.extensibility.core": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.execution.dotnet.dll": {} + } + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Collections", + "System.Core", + "System.Threading", + "System.Xml", + "System.Xml.Linq", + "System.Xml.XDocument" + ], + "compile": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.aspnet.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "dependencies": { + "Newtonsoft.Json": "7.0.1", + "xunit.runner.utility": "[2.1.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.reporters.dotnet.dll": {} + } + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" + }, + "compile": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + }, + "runtime": { + "lib/dnx451/xunit.runner.utility.dotnet.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x86/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "System.IO.FileSystem": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.IO": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Threading.Tasks": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll": {} + } + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging": "1.0.0-beta8", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23409", + "System.Diagnostics.Process": "4.1.0-beta-23409", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23409", + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Net.Primitives": "4.0.11-beta-23409", + "System.Net.Sockets": "4.1.0-beta-23409", + "System.Reflection.Extensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll": {} + } + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23409", + "System.Diagnostics.Debug": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Linq.Expressions": "4.0.11-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Framework.DependencyInjection.Abstractions": "1.0.0-beta8", + "Microsoft.Framework.Logging.Abstractions": "1.0.0-beta8", + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.ComponentModel": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Threading": "4.0.11-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.dll": {} + } + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Collections.Concurrent": "4.0.11-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23409", + "System.Runtime.Extensions": "4.0.11-beta-23409", + "System.Runtime.InteropServices": "4.0.21-beta-23409" + }, + "compile": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll": {} + } + }, + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "System.Collections": "4.0.11-beta-23409", + "System.Diagnostics.Contracts": "4.0.1-beta-23409", + "System.Globalization": "4.0.11-beta-23409", + "System.Globalization.Extensions": "4.0.1-beta-23409", + "System.Linq": "4.0.1-beta-23409", + "System.Runtime": "4.0.21-beta-23409", + "System.Text.Encoding": "4.0.11-beta-23409" + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} + } + }, + "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": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23409", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10", + "System.Threading.Thread": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll": {} + } + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23409", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Process.dll": {} + } + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.TraceSource": "4.0.0-beta-23409", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} + } + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.TraceSource.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Extensions.dll": {} + } + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} + } + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Net.Http.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23409" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23409" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.RegularExpressions.dll": {} + }, + "runtime": { + "lib/dotnet/System.Text.RegularExpressions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "compile": { + "lib/contract/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Thread.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Thread.dll": {} + } + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Text.RegularExpressions": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.ReaderWriter.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.ReaderWriter.dll": {} + } + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tools": "4.0.0", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Reflection": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet/System.Xml.XDocument.dll": {} + } + }, + "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.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": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.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.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-beta8", + "Microsoft.Dnx.TestHost": "1.0.0-beta8", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-beta8", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23409", + "System.Threading.ThreadPool": "4.0.10-beta-23409", + "System.Xml.XDocument": "4.0.11-beta-23409", + "xunit.assert": "2.1.0", + "xunit.extensibility.execution": "2.1.0", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.aspnet.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.aspnet.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": {} + } + } + } + }, + "libraries": { + "Microsoft.Net.Http.Headers/1.0.0-beta8": { + "type": "project", + "path": "../../src/Microsoft.Net.Http.Headers/project.json" + }, + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "u07MYumKjjVs1nzDMJp6DiECYmOpkT8eDsixcVJl5sQrkv/GzPTfoPeATHzbtsby3FaeIBTG35lYbsECrnHerQ==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.Runtime.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "t1vLklb3nzZHDbrnXw49rOwq+/ATQby/em1L3seL4wODoHS0W4L7WHG8rxbMZCnrFo/G+UhB/atxULIMuwZL5w==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Runtime.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Runtime.Abstractions.xml", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Runtime.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Runtime.Abstractions.nuspec" + ] + }, + "Microsoft.Dnx.TestHost/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "+bgAlZmvgE9HVTjqndmEhixeDkcmHyFEqseONks8vIZJIMqk2DSdfNuVZPnZ3pmGDcdDco+QC1FZ/0XPs1VWDg==", + "files": [ + "app/project.json", + "lib/dnx451/Microsoft.Dnx.TestHost.dll", + "lib/dnx451/Microsoft.Dnx.TestHost.xml", + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll", + "lib/dnxcore50/Microsoft.Dnx.TestHost.xml", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" + ] + }, + "Microsoft.Dnx.Testing.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "A88CyT4kUu9gHFPTcaQAbxoSC30zr7yNYNCgdMYvwZbNYovyrnvTGnGP8KykV04mXZOpvPXe+XQkkOVB3c+pgg==", + "files": [ + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnx451/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dnxcore50/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.DependencyInjection.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "7WL9hy+7bYDyBtIrrW5tw57dChBcizjSyuD0p5pVkay+gSseLqvAk72a4KldMmRgH//7t74d/YVrTvLhw83b7w==", + "files": [ + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.dll", + "lib/net45/Microsoft.Framework.DependencyInjection.Abstractions.xml", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.DependencyInjection.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Framework.Logging/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "4PpVGirfXovwJjlLfgvM3kKgXUSSnOhqwlIFxAl6v1yTEVrrYrAxVmZ2YVz7EzTDUaeRpElm4AgCoyqHcZty4A==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.dll", + "lib/dnx451/Microsoft.Framework.Logging.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.xml", + "lib/dotnet/Microsoft.Framework.Logging.dll", + "lib/dotnet/Microsoft.Framework.Logging.xml", + "lib/net45/Microsoft.Framework.Logging.dll", + "lib/net45/Microsoft.Framework.Logging.xml", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.nuspec" + ] + }, + "Microsoft.Framework.Logging.Abstractions/1.0.0-beta8": { + "type": "package", + "serviceable": true, + "sha512": "m0NE8yhLNYlHlXfVRdfkwv+aR1a3oL06jf4sXejQKTnhE3hg6Biy7a3/W19ao6IaSyk640ARxrrt2jBEJzeUjg==", + "files": [ + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnx451/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dnxcore50/Microsoft.Framework.Logging.Abstractions.xml", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.dll", + "lib/dotnet/Microsoft.Framework.Logging.Abstractions.xml", + "lib/net45/Microsoft.Framework.Logging.Abstractions.dll", + "lib/net45/Microsoft.Framework.Logging.Abstractions.xml", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg", + "Microsoft.Framework.Logging.Abstractions.1.0.0-beta8.nupkg.sha512", + "Microsoft.Framework.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v1PMRQcZvyCTXKKpghk96avnJP1CoNs6Q3v22hZnnTiHqYUTyaqdqkjW5Xsj9XO60aJTBEpd5OyudgrqqDHBoQ==", + "files": [ + "lib/DNXCore50/de/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/es/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/fr/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/it/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ja/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ko/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/DNXCore50/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/ru/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hans/Microsoft.Win32.Registry.xml", + "lib/DNXCore50/zh-hant/Microsoft.Win32.Registry.xml", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23409.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet/Microsoft.Win32.Registry.dll", + "ref/net46/Microsoft.Win32.Registry.dll" + ] + }, + "Newtonsoft.Json/7.0.1": { + "type": "package", + "sha512": "q3V4KLetMLnt1gpAVWgtXnHjKs0UG/RalBc29u2ZKxd5t5Ze4JBL5WiiYIklJyK/5CRiIiNwigVQUo0FgbsuWA==", + "files": [ + "lib/net20/Newtonsoft.Json.dll", + "lib/net20/Newtonsoft.Json.xml", + "lib/net35/Newtonsoft.Json.dll", + "lib/net35/Newtonsoft.Json.xml", + "lib/net40/Newtonsoft.Json.dll", + "lib/net40/Newtonsoft.Json.xml", + "lib/net45/Newtonsoft.Json.dll", + "lib/net45/Newtonsoft.Json.xml", + "lib/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", + "Newtonsoft.Json.7.0.1.nupkg", + "Newtonsoft.Json.7.0.1.nupkg.sha512", + "Newtonsoft.Json.nuspec", + "tools/install.ps1" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "NMFGQxP/3qlBYknm/9RcdlDNh7A+B+d1d3qaQlV7mHqjHmgB/IOEGWvToEl3PbVOZIq0kjdx7TbRmOJxW0aE0A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "+sIT09ie+ATxd4BeTqEJLHvnWedZ2T9RtzEYdW5WYYOLaqk5llDFkAldprX2SIpnOdSg6vR6BZ5aVQe97gljqg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/de/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/es/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/fr/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/it/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ja/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ko/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/ru/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Diagnostics.Debug.xml", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" + ] + }, + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WQ9fNSFkKk/aaKiVS9YA0b1W6CpXt60zvUY2HdmY5N9Js6h/mxhXavxCowYR9qVW95gqA42zcxb3FElWsCqqEw==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.Process.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.Process.xml" + ] + }, + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SWRhj/cqDcpB2eHm7aeRx/UFsBDXFzb9gH5DhfffKWeFDj2QfRvdqtxERI/bzCrn1QeNB7Q6b3e80K5Aisr1QQ==", + "files": [ + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet/de/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/es/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/fr/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/it/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ja/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ko/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/ru/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/dotnet/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Diagnostics.TraceSource.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Diagnostics.TraceSource.xml" + ] + }, + "runtime.win7.System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rahgL3dRtC+Pn7hzciPRdo4REM4jzAIPI0SHkZaEPPgrX8bkPVqT9Ch6lR+UJJLfZ3oryKhjprYwh5LEIJt0dA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Globalization.Extensions.nuspec", + "runtimes/win7/lib/dotnet/de/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/es/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/fr/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/it/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ja/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ko/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/ru/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.dll", + "runtimes/win7/lib/dotnet/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Globalization.Extensions.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Globalization.Extensions.xml" + ] + }, + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "174mgFFnzvMQMAVsIm8IEvCSG3u968h6arQMV+EgHEfQLCkd2CGFfKeSfAqBPRTWOZ0RbU3XdbTAiiJgxsv/iQ==", + "files": [ + "lib/net/_._", + "lib/win8/_._", + "lib/wp8/_._", + "lib/wpa81/_._", + "ref/dotnet/_._", + "ref/netcore50/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.dll", + "runtimes/win7/lib/dotnet/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/de/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/es/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/fr/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/it/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ja/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ko/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/ru/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.IO.FileSystem.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.IO.FileSystem.xml" + ] + }, + "runtime.win7.System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "qNKbs2b7iieSJE83DUURAxvULsCLmlow/bMRsK+uHqLTonXTcg3Dn2nJjpHKR73LhqRPeThF+7qUr+3NNpBRyw==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/de/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/es/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/fr/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/it/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ja/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ko/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/ru/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", + "runtimes/win7/lib/netcore50/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Net.Primitives.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Net.Primitives.xml" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ekmn+hRaoe9/0y6Qx/9d66t6wRm1dmeTRoPAfQx88nBYH3vbEIFAY1xT0Jxg2UsI6Rp4uRu4OuacGus6vsf2Pg==", + "files": [ + "lib/DNXCore50/de/System.Net.Sockets.xml", + "lib/DNXCore50/es/System.Net.Sockets.xml", + "lib/DNXCore50/fr/System.Net.Sockets.xml", + "lib/DNXCore50/it/System.Net.Sockets.xml", + "lib/DNXCore50/ja/System.Net.Sockets.xml", + "lib/DNXCore50/ko/System.Net.Sockets.xml", + "lib/DNXCore50/ru/System.Net.Sockets.xml", + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/DNXCore50/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hans/System.Net.Sockets.xml", + "lib/DNXCore50/zh-hant/System.Net.Sockets.xml", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DuShsPp9slm2buJjxbBeKycZbs0nP0KWlm/ZGRDDFcfwgbAXp1ncd7e0dqHPSRl8P0Gg0aj8WYHIIKBJbIfbAg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.nuspec", + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", + "runtimes/win7/lib/netcore50/System.Private.Uri.dll", + "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" + ] + }, + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TN7bBCwy7tUf+/wluTyYPb1XihXBxg2N9H2/6LUVwfP7+t4yPmOWAGyHu3RjMpVZfRyBDYDn9TZv7VN4b/Dlyg==", + "files": [ + "lib/DNXCore50/de/System.Runtime.Extensions.xml", + "lib/DNXCore50/es/System.Runtime.Extensions.xml", + "lib/DNXCore50/fr/System.Runtime.Extensions.xml", + "lib/DNXCore50/it/System.Runtime.Extensions.xml", + "lib/DNXCore50/ja/System.Runtime.Extensions.xml", + "lib/DNXCore50/ko/System.Runtime.Extensions.xml", + "lib/DNXCore50/ru/System.Runtime.Extensions.xml", + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/DNXCore50/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hans/System.Runtime.Extensions.xml", + "lib/DNXCore50/zh-hant/System.Runtime.Extensions.xml", + "lib/netcore50/de/System.Runtime.Extensions.xml", + "lib/netcore50/es/System.Runtime.Extensions.xml", + "lib/netcore50/fr/System.Runtime.Extensions.xml", + "lib/netcore50/it/System.Runtime.Extensions.xml", + "lib/netcore50/ja/System.Runtime.Extensions.xml", + "lib/netcore50/ko/System.Runtime.Extensions.xml", + "lib/netcore50/ru/System.Runtime.Extensions.xml", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "lib/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.Extensions.xml" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Ibh9sZOcY0cFSQlimj7FfYTEIeN6VJcnFZa+UrXSmL9lrEsT5NPECZlWQMpvEJ95efEko+xeXugBWzsVbq/wNA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet/System.Security.Cryptography.Algorithms.dll" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "V9BYsks+TUXbB52ze7t9OM5KB8aD/KuvRml9arSfToJdZMo7zYSTrcj8xCRuIE7ClFCyNplJzs53zYA9qQi8zw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "m0DkCw77atHTUmQH/hzHRed/f0tAniyl4S8MQUoF8okdg99VA24lWGtgh+ZouC3n9pJA4FXt9GQvcmvDMtTWCg==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "TgSZK3wQJBbv9jK5sdGyEle1YSslFgRLwXY67CWJWOKwVo/ueEyqeItQ2oZId8Rus8px/sdnXPotbMXC78ZMQQ==", + "files": [ + "lib/dotnet/de/System.Collections.Concurrent.xml", + "lib/dotnet/es/System.Collections.Concurrent.xml", + "lib/dotnet/fr/System.Collections.Concurrent.xml", + "lib/dotnet/it/System.Collections.Concurrent.xml", + "lib/dotnet/ja/System.Collections.Concurrent.xml", + "lib/dotnet/ko/System.Collections.Concurrent.xml", + "lib/dotnet/ru/System.Collections.Concurrent.xml", + "lib/dotnet/System.Collections.Concurrent.dll", + "lib/dotnet/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hans/System.Collections.Concurrent.xml", + "lib/dotnet/zh-hant/System.Collections.Concurrent.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.Concurrent.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "f2B63u5mLi2B9UkndsEu8Q7Br3OEZ4Gp7QaePnQiqMs8jjVMUCBGiQFAy7uxB0BE+6JFG0yGdpPNdlPi9T4CRw==", + "files": [ + "lib/dotnet/de/System.ComponentModel.xml", + "lib/dotnet/es/System.ComponentModel.xml", + "lib/dotnet/fr/System.ComponentModel.xml", + "lib/dotnet/it/System.ComponentModel.xml", + "lib/dotnet/ja/System.ComponentModel.xml", + "lib/dotnet/ko/System.ComponentModel.xml", + "lib/dotnet/ru/System.ComponentModel.xml", + "lib/dotnet/System.ComponentModel.dll", + "lib/dotnet/System.ComponentModel.xml", + "lib/dotnet/zh-hans/System.ComponentModel.xml", + "lib/dotnet/zh-hant/System.ComponentModel.xml", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/netcore50/System.ComponentModel.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.ComponentModel.dll", + "ref/net45/_._", + "ref/netcore50/System.ComponentModel.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23409.nupkg", + "System.ComponentModel.4.0.1-beta-23409.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vVstiHq9NKm6jfqm2OQGYgEinU4Zrwbcjtfxq61v0xHXVhx8p3igw9XQCdCOILf1ZWsZtKcvdbcazNP7tL+u+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Contracts/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "9phlbMwuHtwF0Vuk6t5WB3d6w3nhZuydTeaTszYFlp5owddwKtUfSGdWtxBVGxDnBfDPKr6DKv9HBy1K8GLC8w==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Contracts.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Contracts.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Diagnostics.Contracts.dll", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg", + "System.Diagnostics.Contracts.4.0.1-beta-23409.nupkg.sha512", + "System.Diagnostics.Contracts.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "vHxX7BoBEYRGYhOom9LvAi/KEiXEVsEzK76X8BHlqTJimGMuMOLBjpiLtKrR3cI4d4KuLa3mPAsR7NPUnLBMcw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Debug.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23409.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Process/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VLTAJH3qKr4UUJeoP75sTeTWCyvsX2RQD1JoaXrXrqGLE4VXIDBlJEFd/Llbtupq09DvRcKSJohownJh5M5x9A==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Diagnostics.Process.xml", + "lib/net46/es/System.Diagnostics.Process.xml", + "lib/net46/fr/System.Diagnostics.Process.xml", + "lib/net46/it/System.Diagnostics.Process.xml", + "lib/net46/ja/System.Diagnostics.Process.xml", + "lib/net46/ko/System.Diagnostics.Process.xml", + "lib/net46/ru/System.Diagnostics.Process.xml", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net46/System.Diagnostics.Process.xml", + "lib/net46/zh-hans/System.Diagnostics.Process.xml", + "lib/net46/zh-hant/System.Diagnostics.Process.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.Process.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Diagnostics.Process.xml", + "ref/net46/es/System.Diagnostics.Process.xml", + "ref/net46/fr/System.Diagnostics.Process.xml", + "ref/net46/it/System.Diagnostics.Process.xml", + "ref/net46/ja/System.Diagnostics.Process.xml", + "ref/net46/ko/System.Diagnostics.Process.xml", + "ref/net46/ru/System.Diagnostics.Process.xml", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net46/System.Diagnostics.Process.xml", + "ref/net46/zh-hans/System.Diagnostics.Process.xml", + "ref/net46/zh-hant/System.Diagnostics.Process.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23409.nupkg.sha512", + "System.Diagnostics.Process.nuspec" + ] + }, + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "M7NzNfJve/zyd8eZKwlboa3JCKadlsUu16wXAOHHgfQFC2jRu0uzYvq5aotihrbasDIRykmk431eonhaMMxP3A==", + "files": [ + "lib/DNXCore50/de/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/es/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/fr/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/it/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ja/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ko/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/ru/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "lib/DNXCore50/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TextWriterTraceListener.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" + ] + }, + "System.Diagnostics.Tools/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tools.dll", + "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Diagnostics.Tools.xml", + "ref/dotnet/es/System.Diagnostics.Tools.xml", + "ref/dotnet/fr/System.Diagnostics.Tools.xml", + "ref/dotnet/it/System.Diagnostics.Tools.xml", + "ref/dotnet/ja/System.Diagnostics.Tools.xml", + "ref/dotnet/ko/System.Diagnostics.Tools.xml", + "ref/dotnet/ru/System.Diagnostics.Tools.xml", + "ref/dotnet/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tools.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tools.xml", + "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", + "ref/netcore50/System.Diagnostics.Tools.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll", + "System.Diagnostics.Tools.4.0.0.nupkg", + "System.Diagnostics.Tools.4.0.0.nupkg.sha512", + "System.Diagnostics.Tools.nuspec" + ] + }, + "System.Diagnostics.TraceSource/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "43qywT02IIcP3uRoIYndSa6tTalx2VIVulk7lTN++hFCpHvne8zrD7HNuBn8AnfgDWohEkO4kFbvCpiwbOSGhg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Diagnostics.TraceSource.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23409.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Xrl32grXQAhNtyRCwfjj1ZWBEoZVNlk2HcqZbZieNcZga0NBDrQtbqRDkf6Z6GZK1PL0oATJYzcg05u8yPG2qw==", + "files": [ + "lib/DNXCore50/System.Globalization.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Globalization.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23409.nupkg", + "System.Globalization.4.0.11-beta-23409.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "MVAhaPkoq12d2CBnvnqK/NAqho/aCBnkpUcKICWVOds6/1I9lP5/mNxbGGuPDtMxiuhsw9VwOiXkDay67gwfhw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Globalization.Extensions.xml", + "lib/net46/es/System.Globalization.Extensions.xml", + "lib/net46/fr/System.Globalization.Extensions.xml", + "lib/net46/it/System.Globalization.Extensions.xml", + "lib/net46/ja/System.Globalization.Extensions.xml", + "lib/net46/ko/System.Globalization.Extensions.xml", + "lib/net46/ru/System.Globalization.Extensions.xml", + "lib/net46/System.Globalization.Extensions.dll", + "lib/net46/System.Globalization.Extensions.xml", + "lib/net46/zh-hans/System.Globalization.Extensions.xml", + "lib/net46/zh-hant/System.Globalization.Extensions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Globalization.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Globalization.Extensions.xml", + "ref/net46/es/System.Globalization.Extensions.xml", + "ref/net46/fr/System.Globalization.Extensions.xml", + "ref/net46/it/System.Globalization.Extensions.xml", + "ref/net46/ja/System.Globalization.Extensions.xml", + "ref/net46/ko/System.Globalization.Extensions.xml", + "ref/net46/ru/System.Globalization.Extensions.xml", + "ref/net46/System.Globalization.Extensions.dll", + "ref/net46/System.Globalization.Extensions.xml", + "ref/net46/zh-hans/System.Globalization.Extensions.xml", + "ref/net46/zh-hant/System.Globalization.Extensions.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg", + "System.Globalization.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Globalization.Extensions.nuspec" + ] + }, + "System.IO/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "IWejoNPCWXhqxCySpIoSL15/XMA2ol/gLoI/pE7zXSnVDHhOjPR3lRcWDEHprCl+7bi1ZqHvQqJ8c+CNuR9CGw==", + "files": [ + "lib/DNXCore50/de/System.IO.xml", + "lib/DNXCore50/es/System.IO.xml", + "lib/DNXCore50/fr/System.IO.xml", + "lib/DNXCore50/it/System.IO.xml", + "lib/DNXCore50/ja/System.IO.xml", + "lib/DNXCore50/ko/System.IO.xml", + "lib/DNXCore50/ru/System.IO.xml", + "lib/DNXCore50/System.IO.dll", + "lib/DNXCore50/System.IO.xml", + "lib/DNXCore50/zh-hans/System.IO.xml", + "lib/DNXCore50/zh-hant/System.IO.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.IO.xml", + "lib/netcore50/es/System.IO.xml", + "lib/netcore50/fr/System.IO.xml", + "lib/netcore50/it/System.IO.xml", + "lib/netcore50/ja/System.IO.xml", + "lib/netcore50/ko/System.IO.xml", + "lib/netcore50/ru/System.IO.xml", + "lib/netcore50/System.IO.dll", + "lib/netcore50/System.IO.xml", + "lib/netcore50/zh-hans/System.IO.xml", + "lib/netcore50/zh-hant/System.IO.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/es/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/it/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "runtimes/win8-aot/lib/netcore50/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.IO.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.IO.xml", + "System.IO.4.0.11-beta-23409.nupkg", + "System.IO.4.0.11-beta-23409.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "sha512": "Lqr+URMwKzf+8HJF6YrqEqzKzDzFJTE4OekaxqdIns71r8Ufbd8SbZa0LKl9q+7nu6Em4SkIEXVMB7plSXekOw==", + "files": [ + "runtimes/win10-x64/native/ClrCompression.dll", + "runtimes/win7-x64/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x64.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x64.nuspec" + ] + }, + "System.IO.Compression.clrcompression-x86/4.0.0": { + "type": "package", + "sha512": "GmevpuaMRzYDXHu+xuV10fxTO8DsP7OKweWxYtkaxwVnDSj9X6RBupSiXdiveq9yj/xjZ1NbG+oRRRb99kj+VQ==", + "files": [ + "runtimes/win10-x86/native/ClrCompression.dll", + "runtimes/win7-x86/native/clrcompression.dll", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg", + "System.IO.Compression.clrcompression-x86.4.0.0.nupkg.sha512", + "System.IO.Compression.clrcompression-x86.nuspec" + ] + }, + "System.IO.FileSystem/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "rJ1qnAG50/+luhCinZa/Vle7vLyFZSw89ycK5wM8EIhlK9osZ68gcLF0d6X/3mz1UOr4VGMnu6/XS5uELmOZ0g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg", + "System.IO.FileSystem.4.0.1-beta-23409.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "VqrieHGgjmtYEPqqVQyw1jOFDVQuo5KvAEXaAavvpefiBBs+n6x3K3GG1qqDCYlA2GOz/8Snh6CSNZ8pl+O2bw==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "CXZPkabv/+t4w8AVb1BEWV8WfqRcY5Nr3SGppiyxcv7BJ33tUbEZ95attbEGguwDlhRYPGOMAXhrUHzi8zbVvg==", + "files": [ + "lib/DNXCore50/de/System.Linq.Expressions.xml", + "lib/DNXCore50/es/System.Linq.Expressions.xml", + "lib/DNXCore50/fr/System.Linq.Expressions.xml", + "lib/DNXCore50/it/System.Linq.Expressions.xml", + "lib/DNXCore50/ja/System.Linq.Expressions.xml", + "lib/DNXCore50/ko/System.Linq.Expressions.xml", + "lib/DNXCore50/ru/System.Linq.Expressions.xml", + "lib/DNXCore50/System.Linq.Expressions.dll", + "lib/DNXCore50/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hans/System.Linq.Expressions.xml", + "lib/DNXCore50/zh-hant/System.Linq.Expressions.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Linq.Expressions.xml", + "lib/netcore50/es/System.Linq.Expressions.xml", + "lib/netcore50/fr/System.Linq.Expressions.xml", + "lib/netcore50/it/System.Linq.Expressions.xml", + "lib/netcore50/ja/System.Linq.Expressions.xml", + "lib/netcore50/ko/System.Linq.Expressions.xml", + "lib/netcore50/ru/System.Linq.Expressions.xml", + "lib/netcore50/System.Linq.Expressions.dll", + "lib/netcore50/System.Linq.Expressions.xml", + "lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "runtimes/win8-aot/lib/netcore50/de/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Linq.Expressions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Linq.Expressions.xml", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg", + "System.Linq.Expressions.4.0.11-beta-23409.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "files": [ + "lib/DNXCore50/System.Net.Http.dll", + "lib/net45/_._", + "lib/netcore50/System.Net.Http.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Net.Http.xml", + "ref/dotnet/es/System.Net.Http.xml", + "ref/dotnet/fr/System.Net.Http.xml", + "ref/dotnet/it/System.Net.Http.xml", + "ref/dotnet/ja/System.Net.Http.xml", + "ref/dotnet/ko/System.Net.Http.xml", + "ref/dotnet/ru/System.Net.Http.xml", + "ref/dotnet/System.Net.Http.dll", + "ref/dotnet/System.Net.Http.xml", + "ref/dotnet/zh-hans/System.Net.Http.xml", + "ref/dotnet/zh-hant/System.Net.Http.xml", + "ref/net45/_._", + "ref/netcore50/System.Net.Http.dll", + "ref/netcore50/System.Net.Http.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Net.Http.4.0.0.nupkg", + "System.Net.Http.4.0.0.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WNz1rOxe8OJaMJxr+SFOVDp8OEOzIsg1H2/72nYuLvRonEL//DtiPEeroydUkeP2JD7z0GOzRaPXB6SgpJsQ+g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Primitives.4.0.11-beta-23409.nupkg", + "System.Net.Primitives.4.0.11-beta-23409.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "v+oQgsXYbwZal83dd5ryeSWYdXMydLqY90vc4CtAOPOcT8u8vC1W/tYou6GdR0HIKf6zt1PGFC5GkKi7Cj1HdA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/de/System.Net.Sockets.xml", + "lib/net46/es/System.Net.Sockets.xml", + "lib/net46/fr/System.Net.Sockets.xml", + "lib/net46/it/System.Net.Sockets.xml", + "lib/net46/ja/System.Net.Sockets.xml", + "lib/net46/ko/System.Net.Sockets.xml", + "lib/net46/ru/System.Net.Sockets.xml", + "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Net.Sockets.xml", + "lib/net46/zh-hans/System.Net.Sockets.xml", + "lib/net46/zh-hant/System.Net.Sockets.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Net.Sockets.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/de/System.Net.Sockets.xml", + "ref/net46/es/System.Net.Sockets.xml", + "ref/net46/fr/System.Net.Sockets.xml", + "ref/net46/it/System.Net.Sockets.xml", + "ref/net46/ja/System.Net.Sockets.xml", + "ref/net46/ko/System.Net.Sockets.xml", + "ref/net46/ru/System.Net.Sockets.xml", + "ref/net46/System.Net.Sockets.dll", + "ref/net46/System.Net.Sockets.xml", + "ref/net46/zh-hans/System.Net.Sockets.xml", + "ref/net46/zh-hant/System.Net.Sockets.xml", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23409.nupkg", + "System.Net.Sockets.4.1.0-beta-23409.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "BOHTXwGVcPsiZAoXuKCCCkS4AK6BUdWfpqCSA5WXg4uHFHE9NZky7HgQGUWmRhyQf3d2BSVkRhA5SoO5Lt8KWw==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23409.nupkg", + "System.Private.Networking.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23409": { + "type": "package", + "sha512": "AFcABskTE3SUyh75bTI3EcmQsqdH9LsEkEE39yeG83bBeu3FQhIcTkJjrmAkgncxP0YYyJohQ1ti/iO8JXtjFg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23409.nupkg", + "System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "serviceable": true, + "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23225.nupkg", + "System.Reflection.4.1.0-beta-23225.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "t5cS0b8mUdbaMqR2A58Ms75+dKWljYuljrMs2A7UTZbfu4W1i+9lvZr+LPwEMqNdB5F3EiJNNWCoBFlZFxT11w==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Reflection.Extensions.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Reflection.Extensions.xml", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23409.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", + "files": [ + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.TypeExtensions.xml", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", + "ref/dotnet/it/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "System.Reflection.TypeExtensions.4.0.0.nupkg", + "System.Reflection.TypeExtensions.4.0.0.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "WfQwSR/xhY2slMGaFeu6+psuGJrbqXZY5PQ/QJVqxck1cp1LMTiFXgUXvkYlIGWfbyPNDNjPy6P0bCBXT0suyQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Resources.ResourceManager.dll", + "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23409.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "RMY5vXDu2cCelJmXP5un1HZSzbgRVpT5sgQPvFL2T7cLVinSY4vMWIgnlkh1visiQiy+nUlzeWP0uoMPDDRRJw==", + "files": [ + "lib/DNXCore50/de/System.Runtime.xml", + "lib/DNXCore50/es/System.Runtime.xml", + "lib/DNXCore50/fr/System.Runtime.xml", + "lib/DNXCore50/it/System.Runtime.xml", + "lib/DNXCore50/ja/System.Runtime.xml", + "lib/DNXCore50/ko/System.Runtime.xml", + "lib/DNXCore50/ru/System.Runtime.xml", + "lib/DNXCore50/System.Runtime.dll", + "lib/DNXCore50/System.Runtime.xml", + "lib/DNXCore50/zh-hans/System.Runtime.xml", + "lib/DNXCore50/zh-hant/System.Runtime.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.xml", + "lib/netcore50/es/System.Runtime.xml", + "lib/netcore50/fr/System.Runtime.xml", + "lib/netcore50/it/System.Runtime.xml", + "lib/netcore50/ja/System.Runtime.xml", + "lib/netcore50/ko/System.Runtime.xml", + "lib/netcore50/ru/System.Runtime.xml", + "lib/netcore50/System.Runtime.dll", + "lib/netcore50/System.Runtime.xml", + "lib/netcore50/zh-hans/System.Runtime.xml", + "lib/netcore50/zh-hant/System.Runtime.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "runtimes/win8-aot/lib/netcore50/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Runtime.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Runtime.xml", + "System.Runtime.4.0.21-beta-23409.nupkg", + "System.Runtime.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaCDzHKkDK88oDUZhTboKRPh54qSLnM8Hp0XTJObZqhR+a/W7yxlF4TdjpegeVDbrDxwjCVDrHGlqwAFc6hdow==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23409.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.21-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "lRYZlCsX/Qn66MAyV4W1KxHrlciyMOTWZ9Itk5NpgOdyIM1svj/fzImrvzxtENSRPd6aI+sjSHHa1qUE4O5y7g==", + "files": [ + "lib/DNXCore50/de/System.Runtime.InteropServices.xml", + "lib/DNXCore50/es/System.Runtime.InteropServices.xml", + "lib/DNXCore50/fr/System.Runtime.InteropServices.xml", + "lib/DNXCore50/it/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ja/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ko/System.Runtime.InteropServices.xml", + "lib/DNXCore50/ru/System.Runtime.InteropServices.xml", + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/DNXCore50/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/DNXCore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Runtime.InteropServices.xml", + "lib/netcore50/es/System.Runtime.InteropServices.xml", + "lib/netcore50/fr/System.Runtime.InteropServices.xml", + "lib/netcore50/it/System.Runtime.InteropServices.xml", + "lib/netcore50/ja/System.Runtime.InteropServices.xml", + "lib/netcore50/ko/System.Runtime.InteropServices.xml", + "lib/netcore50/ru/System.Runtime.InteropServices.xml", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/netcore50/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "lib/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23409.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "DdCXdjldFGCojJdtHoVNFbilievhuyNzHCP45AqFeyUl/eJWwrwiJ+5e+Ex4wz586Zouou8FLI4VqZHo1yF3nA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "/rPxuMDbGMHuKXdl4RgFpZFvunVH8UaLof1CMsYOVGc96eK5ST+xeIRu+2667BZ0a5IVvenjLe6dUjt90Jc9FA==", + "files": [ + "lib/dotnet/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23409.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Text.Encoding/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "A4zm0dQKGKyhPUeTBuBmpRJ3XEX5z47pyVv+bmH03EMl7zuWmwATMT5gLsdfHxbYNJvxR8Gyq3e6DGeEgSUutQ==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Text.Encoding.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.11-beta-23409.nupkg", + "System.Text.Encoding.4.0.11-beta-23409.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Text.RegularExpressions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", + "files": [ + "lib/dotnet/System.Text.RegularExpressions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.RegularExpressions.xml", + "ref/dotnet/es/System.Text.RegularExpressions.xml", + "ref/dotnet/fr/System.Text.RegularExpressions.xml", + "ref/dotnet/it/System.Text.RegularExpressions.xml", + "ref/dotnet/ja/System.Text.RegularExpressions.xml", + "ref/dotnet/ko/System.Text.RegularExpressions.xml", + "ref/dotnet/ru/System.Text.RegularExpressions.xml", + "ref/dotnet/System.Text.RegularExpressions.dll", + "ref/dotnet/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hans/System.Text.RegularExpressions.xml", + "ref/dotnet/zh-hant/System.Text.RegularExpressions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "8jaof2HzSCHh1xcB4BQW5Z4mVaC66g71ewBSWKCGerqae4ffwthAoEbvfYIl68YH3MZ0dQvd0OxRkO9+ib4ZOA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "MoePL55naRl0wyIVAv+YuE61G8KDE/kEQFOL/uOkiSUJH5oieBdgUToF3vdHkfRPllgze/nWU7WzpUbviXEW3w==", + "files": [ + "lib/aspnetcore50/System.Threading.Overlapped.dll", + "lib/contract/System.Threading.Overlapped.dll", + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "Uq/EL+l39wgeqT6JoRxYeB0y9aIbs+Q1Hi5Tn/M0ppa0dfDgxh/zGAanXeLFmXwLv6YMM5q3/Yg4X4V4iH36gw==", + "files": [ + "lib/DNXCore50/de/System.Threading.Tasks.xml", + "lib/DNXCore50/es/System.Threading.Tasks.xml", + "lib/DNXCore50/fr/System.Threading.Tasks.xml", + "lib/DNXCore50/it/System.Threading.Tasks.xml", + "lib/DNXCore50/ja/System.Threading.Tasks.xml", + "lib/DNXCore50/ko/System.Threading.Tasks.xml", + "lib/DNXCore50/ru/System.Threading.Tasks.xml", + "lib/DNXCore50/System.Threading.Tasks.dll", + "lib/DNXCore50/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hans/System.Threading.Tasks.xml", + "lib/DNXCore50/zh-hant/System.Threading.Tasks.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Threading.Tasks.xml", + "lib/netcore50/es/System.Threading.Tasks.xml", + "lib/netcore50/fr/System.Threading.Tasks.xml", + "lib/netcore50/it/System.Threading.Tasks.xml", + "lib/netcore50/ja/System.Threading.Tasks.xml", + "lib/netcore50/ko/System.Threading.Tasks.xml", + "lib/netcore50/ru/System.Threading.Tasks.xml", + "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/System.Threading.Tasks.xml", + "lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Tasks.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Threading.Tasks.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Threading.Tasks.xml", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg", + "System.Threading.Tasks.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.Thread/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "P69kQVO3f9z2f7/vpSukvncQ8PJmxrNXl6w5mNb1FiS+HZES1MqKhDXz2yAiykqSPo+ND1qWISL6qD/hOrWeLw==", + "files": [ + "lib/DNXCore50/System.Threading.Thread.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.Thread.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.Thread.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.Thread.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.Thread.4.0.0-beta-23409.nupkg", + "System.Threading.Thread.4.0.0-beta-23409.nupkg.sha512", + "System.Threading.Thread.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "XeD7mDWCdLEWPGmX9zJ2XP/D9qe7g2JDxOcjPz9iOarHm/RriQWEAVLtOkQj/6WhosfYt2E8Q4okTB+mPNUhCA==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.ThreadPool.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Threading.ThreadPool.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23409.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + }, + "System.Xml.ReaderWriter/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", + "files": [ + "lib/dotnet/System.Xml.ReaderWriter.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Xml.ReaderWriter.xml", + "ref/dotnet/es/System.Xml.ReaderWriter.xml", + "ref/dotnet/fr/System.Xml.ReaderWriter.xml", + "ref/dotnet/it/System.Xml.ReaderWriter.xml", + "ref/dotnet/ja/System.Xml.ReaderWriter.xml", + "ref/dotnet/ko/System.Xml.ReaderWriter.xml", + "ref/dotnet/ru/System.Xml.ReaderWriter.xml", + "ref/dotnet/System.Xml.ReaderWriter.dll", + "ref/dotnet/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hans/System.Xml.ReaderWriter.xml", + "ref/dotnet/zh-hant/System.Xml.ReaderWriter.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.ReaderWriter.4.0.10.nupkg", + "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", + "System.Xml.ReaderWriter.nuspec" + ] + }, + "System.Xml.XDocument/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "E2cEmEXzv3+x10cG69Uc50gt2YLvHUmlee9HJ4M6yFcBpVD2/E1V1lm8Fu6Y1jZQcokZY/rXiZQxt/U56FJPnQ==", + "files": [ + "lib/dotnet/de/System.Xml.XDocument.xml", + "lib/dotnet/es/System.Xml.XDocument.xml", + "lib/dotnet/fr/System.Xml.XDocument.xml", + "lib/dotnet/it/System.Xml.XDocument.xml", + "lib/dotnet/ja/System.Xml.XDocument.xml", + "lib/dotnet/ko/System.Xml.XDocument.xml", + "lib/dotnet/ru/System.Xml.XDocument.xml", + "lib/dotnet/System.Xml.XDocument.dll", + "lib/dotnet/System.Xml.XDocument.xml", + "lib/dotnet/zh-hans/System.Xml.XDocument.xml", + "lib/dotnet/zh-hant/System.Xml.XDocument.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Xml.XDocument.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg", + "System.Xml.XDocument.4.0.11-beta-23409.nupkg.sha512", + "System.Xml.XDocument.nuspec" + ] + }, + "xunit.abstractions/2.0.0": { + "type": "package", + "sha512": "NAdxKQRzuLnCZ0g++x6i87/8rMBpQoRiRlRNLAqfODm2zJPbteHRoSER3DXfxnqrHXyBJT8rFaZ8uveBeQyaMA==", + "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", + "xunit.abstractions.2.0.0.nupkg.sha512", + "xunit.abstractions.nuspec" + ] + }, + "xunit.assert/2.1.0": { + "type": "package", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", + "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", + "xunit.assert.2.1.0.nupkg.sha512", + "xunit.assert.nuspec" + ] + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", + "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", + "xunit.extensibility.core.2.1.0.nupkg.sha512", + "xunit.extensibility.core.nuspec" + ] + }, + "xunit.extensibility.execution/2.1.0": { + "type": "package", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", + "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", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", + "xunit.extensibility.execution.nuspec" + ] + }, + "xunit.runner.aspnet/2.0.0-aspnet-beta8": { + "type": "package", + "sha512": "pEbeS73DKoC24YiZ4VVv1iN0G/5ADgPhsKV/L6AUkqHEu37GlddrmDD86gX9d1rDxcAqn2Rig6iaxtzhNC1mNA==", + "files": [ + "lib/dnx451/xunit.runner.aspnet.dll", + "lib/dnx451/xunit.runner.aspnet.xml", + "lib/dnxcore50/xunit.runner.aspnet.dll", + "lib/dnxcore50/xunit.runner.aspnet.xml", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg", + "xunit.runner.aspnet.2.0.0-aspnet-beta8.nupkg.sha512", + "xunit.runner.aspnet.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { + "type": "package", + "sha512": "ja0kJrvwSiho2TRFpfHfa+6tGJI5edcyD8fdekTkjn7Us17PbGqglIihRe8sR9YFAmS4ipEC8+7CXOM/b69ENQ==", + "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", + "xunit.runner.reporters.2.1.0.nupkg.sha512", + "xunit.runner.reporters.nuspec" + ] + }, + "xunit.runner.utility/2.1.0": { + "type": "package", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", + "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", + "xunit.runner.utility.2.1.0.nupkg.sha512", + "xunit.runner.utility.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Net.Http.Headers >= 1.0.0-beta8", + "xunit.runner.aspnet >= 2.0.0-aspnet-beta8" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [] + } +} \ No newline at end of file