From 8742ce7bc843454d9f73c1d60cd2f49f07bb3203 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 15 Jun 2015 11:03:07 -0700 Subject: [PATCH 1/2] Update dnx version to latest. Should solve the dnx deadlock issues seen now and again in corefx --- dir.props | 2 +- src/.nuget/packages.Windows_NT.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dir.props b/dir.props index 32a59530bd5b..5800f2a2a13f 100644 --- a/dir.props +++ b/dir.props @@ -11,7 +11,7 @@ 1.0.25-prerelease-00053 - 1.0.0-beta5-11682 + 1.0.0-beta6-12032 1.0.0-beta5-11760 dnx-coreclr-win-x86.$(DnxVersion) dnx-mono.$(DnxVersion) diff --git a/src/.nuget/packages.Windows_NT.config b/src/.nuget/packages.Windows_NT.config index 30d8b6871d01..6363055a541a 100644 --- a/src/.nuget/packages.Windows_NT.config +++ b/src/.nuget/packages.Windows_NT.config @@ -1,6 +1,6 @@  - + From dc3639001f6c948891187fdbdfe1cd101fe66cfe Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 15 Jun 2015 11:18:06 -0700 Subject: [PATCH 2/2] Add xunit.netcore.extensions package and let entire project float to latest version --- src/System.Net.Http/tests/project.json | 3 +- src/System.Net.Http/tests/project.lock.json | 1586 ++++++++++--------- 2 files changed, 820 insertions(+), 769 deletions(-) diff --git a/src/System.Net.Http/tests/project.json b/src/System.Net.Http/tests/project.json index c2f45d238f23..26359af4e13e 100644 --- a/src/System.Net.Http/tests/project.json +++ b/src/System.Net.Http/tests/project.json @@ -9,7 +9,8 @@ "xunit": "2.0.0-beta5-build2785", "xunit.abstractions.netcore": "1.0.0-prerelease", "xunit.assert": "2.0.0-beta5-build2785", - "xunit.core.netcore": "1.0.1-prerelease" + "xunit.core.netcore": "1.0.1-prerelease", + "xunit.netcore.extensions": "1.0.0-prerelease-*" }, "frameworks": { "dnxcore50": {} diff --git a/src/System.Net.Http/tests/project.lock.json b/src/System.Net.Http/tests/project.lock.json index d8195f70095f..7b8bbe5a0bf2 100644 --- a/src/System.Net.Http/tests/project.lock.json +++ b/src/System.Net.Http/tests/project.lock.json @@ -1,601 +1,606 @@ { "locked": true, - "version": -9997, + "version": -9996, "targets": { "DNXCore,Version=v5.0": { - "Microsoft.Win32.Primitives/4.0.0-beta-23008": { + "Microsoft.Win32.Primitives/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Runtime.InteropServices": "4.0.20-beta-23008" - }, - "compile": [ - "ref/any/Microsoft.Win32.Primitives.dll" - ], - "runtime": [ - "lib/any/Microsoft.Win32.Primitives.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Runtime.InteropServices": "4.0.20-beta-23011" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } }, - "System.Collections/4.0.10-beta-23008": { + "System.Collections/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008" - }, - "compile": [ - "ref/any/System.Collections.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Collections.dll" - ] + "System.Runtime": "4.0.20-beta-23011" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } }, - "System.Collections.Concurrent/4.0.0-beta-23008": { + "System.Collections.Concurrent/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Threading.Tasks": "4.0.0-beta-23008" + "System.Runtime": "4.0.0-beta-23011", + "System.Threading.Tasks": "4.0.0-beta-23011" }, - "compile": [ - "ref/any/System.Collections.Concurrent.dll" - ] + "compile": { + "ref/dotnet/System.Collections.Concurrent.dll": {} + } }, - "System.Collections.NonGeneric/4.0.0-beta-23008": { + "System.Collections.NonGeneric/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Globalization": "4.0.10-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.10-beta-23008", - "System.Threading": "4.0.10-beta-23008", - "System.Runtime.Extensions": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Collections.NonGeneric.dll" - ], - "runtime": [ - "lib/any/System.Collections.NonGeneric.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Globalization": "4.0.10-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.10-beta-23011", + "System.Threading": "4.0.10-beta-23011", + "System.Runtime.Extensions": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } }, - "System.ComponentModel.EventBasedAsync/4.0.10-beta-23008": { + "System.ComponentModel.EventBasedAsync/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Threading": "4.0.10-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Threading.Tasks": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.ComponentModel.EventBasedAsync.dll" - ], - "runtime": [ - "lib/any/System.ComponentModel.EventBasedAsync.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Threading": "4.0.10-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Threading.Tasks": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } }, - "System.Diagnostics.Contracts/4.0.0-beta-23008": { + "System.Diagnostics.Contracts/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Diagnostics.Contracts.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Diagnostics.Contracts.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Contracts.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Contracts.dll": {} + } }, - "System.Diagnostics.Debug/4.0.10-beta-23008": { + "System.Diagnostics.Debug/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Diagnostics.Debug.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Diagnostics.Debug.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } }, - "System.Diagnostics.Tools/4.0.0-beta-23008": { + "System.Diagnostics.Tools/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Diagnostics.Tools.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Diagnostics.Tools.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} + } }, - "System.Diagnostics.Tracing/4.0.0-beta-23008": { + "System.Diagnostics.Tracing/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" + "System.Runtime": "4.0.0-beta-23011" }, - "compile": [ - "ref/any/System.Diagnostics.Tracing.dll" - ] + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + } }, - "System.Globalization/4.0.0-beta-23008": { + "System.Globalization/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" + "System.Runtime": "4.0.0-beta-23011" }, - "compile": [ - "ref/any/System.Globalization.dll" - ] + "compile": { + "ref/dotnet/System.Globalization.dll": {} + } }, - "System.Globalization.Calendars/4.0.0-beta-23008": { + "System.Globalization.Calendars/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Globalization": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Globalization.Calendars.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Globalization.Calendars.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Globalization": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Globalization.Calendars.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.Calendars.dll": {} + } }, - "System.IO/4.0.10-beta-23008": { + "System.IO/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Text.Encoding": "4.0.0-beta-23008", - "System.Threading.Tasks": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.IO.dll" - ], - "runtime": [ - "lib/DNXCore50/System.IO.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Text.Encoding": "4.0.0-beta-23011", + "System.Threading.Tasks": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } }, - "System.IO.FileSystem/4.0.0-beta-23008": { + "System.IO.FileSystem/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Runtime.InteropServices": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.IO.FileSystem.Primitives": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008", - "System.Threading.Overlapped": "4.0.0-beta-23008", - "System.Text.Encoding": "4.0.10-beta-23008", - "System.IO": "4.0.10-beta-23008", - "System.Collections": "4.0.10-beta-23008", - "System.Threading.Tasks": "4.0.10-beta-23008", - "System.Runtime.Extensions": "4.0.10-beta-23008", - "System.Text.Encoding.Extensions": "4.0.10-beta-23008", - "System.Threading": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.IO.FileSystem.dll" - ], - "runtime": [ - "lib/DNXCore50/System.IO.FileSystem.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Runtime.InteropServices": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.IO.FileSystem.Primitives": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011", + "System.Threading.Overlapped": "4.0.0-beta-23011", + "System.Text.Encoding": "4.0.10-beta-23011", + "System.IO": "4.0.10-beta-23011", + "System.Collections": "4.0.10-beta-23011", + "System.Threading.Tasks": "4.0.10-beta-23011", + "System.Runtime.Extensions": "4.0.10-beta-23011", + "System.Text.Encoding.Extensions": "4.0.10-beta-23011", + "System.Threading": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } }, - "System.IO.FileSystem.Primitives/4.0.0-beta-23008": { + "System.IO.FileSystem.Primitives/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008" - }, - "compile": [ - "ref/any/System.IO.FileSystem.Primitives.dll" - ], - "runtime": [ - "lib/any/System.IO.FileSystem.Primitives.dll" - ] + "System.Runtime": "4.0.20-beta-23011" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } }, - "System.Linq/4.0.0-beta-23008": { + "System.Linq/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Collections": "4.0.10-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.10-beta-23008", - "System.Runtime.Extensions": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Linq.dll" - ], - "runtime": [ - "lib/any/System.Linq.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Collections": "4.0.10-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.10-beta-23011", + "System.Runtime.Extensions": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } }, - "System.Net.Primitives/4.0.10-beta-23008": { + "System.Net.Primitives/4.0.10-beta-23011": { "dependencies": { - "System.Private.Networking": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Net.Primitives.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Net.Primitives.dll" - ] + "System.Private.Networking": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } }, - "System.Private.Networking/4.0.0-beta-23008": { + "System.Private.Networking/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Runtime.InteropServices": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23008", - "System.Collections": "4.0.0-beta-23008", - "System.Collections.Concurrent": "4.0.0-beta-23008", - "System.Diagnostics.Tracing": "4.0.0-beta-23008", - "System.Threading": "4.0.0-beta-23008", - "System.Threading.Tasks": "4.0.0-beta-23008", - "System.Collections.NonGeneric": "4.0.0-beta-23008", - "System.Security.SecureString": "4.0.0-beta-23008", - "System.Security.Principal.Windows": "4.0.0-beta-23008", - "Microsoft.Win32.Primitives": "4.0.0-beta-23008", - "System.IO.FileSystem": "4.0.0-beta-23008", - "System.Threading.Overlapped": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Globalization": "4.0.0-beta-23008", - "System.IO.FileSystem.Primitives": "4.0.0-beta-23008", - "System.IO": "4.0.10-beta-23008", - "System.Diagnostics.Debug": "4.0.10-beta-23008", - "System.Threading.ThreadPool": "4.0.10-beta-23008", - "System.ComponentModel.EventBasedAsync": "4.0.10-beta-23008", - "System.Runtime.Extensions": "4.0.10-beta-23008" - }, - "runtime": [ - "lib/DNXCore50/System.Private.Networking.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Runtime.InteropServices": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23011", + "System.Collections": "4.0.0-beta-23011", + "System.Collections.Concurrent": "4.0.0-beta-23011", + "System.Diagnostics.Tracing": "4.0.0-beta-23011", + "System.Threading": "4.0.0-beta-23011", + "System.Threading.Tasks": "4.0.0-beta-23011", + "System.Collections.NonGeneric": "4.0.0-beta-23011", + "System.Security.SecureString": "4.0.0-beta-23011", + "System.Security.Principal.Windows": "4.0.0-beta-23011", + "Microsoft.Win32.Primitives": "4.0.0-beta-23011", + "System.IO.FileSystem": "4.0.0-beta-23011", + "System.Threading.Overlapped": "4.0.0-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Globalization": "4.0.0-beta-23011", + "System.IO.FileSystem.Primitives": "4.0.0-beta-23011", + "System.IO": "4.0.10-beta-23011", + "System.Diagnostics.Debug": "4.0.10-beta-23011", + "System.Threading.ThreadPool": "4.0.10-beta-23011", + "System.ComponentModel.EventBasedAsync": "4.0.10-beta-23011", + "System.Runtime.Extensions": "4.0.10-beta-23011" + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } }, - "System.Private.Uri/4.0.0-beta-23008": { - "runtime": [ - "lib/DNXCore50/System.Private.Uri.dll" - ] + "System.Private.Uri/4.0.0-beta-23011": { + "runtime": { + "lib/DNXCore50/System.Private.Uri.dll": {} + } }, - "System.Reflection/4.0.10-beta-23008": { + "System.Reflection/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.IO": "4.0.0-beta-23008", - "System.Reflection.Primitives": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Reflection.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Reflection.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.IO": "4.0.0-beta-23011", + "System.Reflection.Primitives": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } }, - "System.Reflection.Primitives/4.0.0-beta-23008": { + "System.Reflection.Primitives/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Reflection.Primitives.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Reflection.Primitives.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } }, - "System.Reflection.TypeExtensions/4.0.0-beta-23008": { + "System.Reflection.TypeExtensions/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Reflection": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Reflection.TypeExtensions.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Reflection.TypeExtensions.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Reflection": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } }, - "System.Resources.ResourceManager/4.0.0-beta-23008": { + "System.Resources.ResourceManager/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Reflection": "4.0.0-beta-23008", - "System.Globalization": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Resources.ResourceManager.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Resources.ResourceManager.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Reflection": "4.0.0-beta-23011", + "System.Globalization": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Resources.ResourceManager.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} + } }, - "System.Runtime/4.0.20-beta-23008": { + "System.Runtime/4.0.20-beta-23011": { "dependencies": { - "System.Private.Uri": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Runtime.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Runtime.dll" - ] + "System.Private.Uri": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } }, - "System.Runtime.Extensions/4.0.10-beta-23008": { + "System.Runtime.Extensions/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008" - }, - "compile": [ - "ref/any/System.Runtime.Extensions.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Runtime.Extensions.dll" - ] + "System.Runtime": "4.0.20-beta-23011" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } }, - "System.Runtime.Handles/4.0.0-beta-23008": { + "System.Runtime.Handles/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Runtime.Handles.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Runtime.Handles.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } }, - "System.Runtime.InteropServices/4.0.20-beta-23008": { + "System.Runtime.InteropServices/4.0.20-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Reflection": "4.0.0-beta-23008", - "System.Reflection.Primitives": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Runtime.InteropServices.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Runtime.InteropServices.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Reflection": "4.0.0-beta-23011", + "System.Reflection.Primitives": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } }, - "System.Runtime.Numerics/4.0.0-beta-23008": { + "System.Runtime.Numerics/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Globalization": "4.0.10-beta-23008", - "System.Runtime.Extensions": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Runtime.Numerics.dll" - ], - "runtime": [ - "lib/any/System.Runtime.Numerics.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Globalization": "4.0.10-beta-23011", + "System.Runtime.Extensions": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/dotnet/System.Runtime.Numerics.dll": {} + } }, - "System.Security.Claims/4.0.0-beta-23008": { + "System.Security.Claims/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Security.Principal": "4.0.0-beta-23008", - "System.IO": "4.0.0-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Collections": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.0-beta-23008", - "System.Globalization": "4.0.0-beta-23008", - "System.Runtime.Extensions": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Claims.dll" - ], - "runtime": [ - "lib/any/System.Security.Claims.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Security.Principal": "4.0.0-beta-23011", + "System.IO": "4.0.0-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Collections": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.0-beta-23011", + "System.Globalization": "4.0.0-beta-23011", + "System.Runtime.Extensions": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23008": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Runtime.InteropServices": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.Encoding.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.Encoding.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Runtime.InteropServices": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Encoding.dll": {} + } }, - "System.Security.Cryptography.Encryption/4.0.0-beta-23008": { + "System.Security.Cryptography.Encryption/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Threading.Tasks": "4.0.0-beta-23008", - "System.Globalization": "4.0.0-beta-23008", - "System.IO": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.Encryption.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.Encryption.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Threading.Tasks": "4.0.0-beta-23011", + "System.Globalization": "4.0.0-beta-23011", + "System.IO": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Encryption.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Encryption.dll": {} + } }, - "System.Security.Cryptography.Hashing/4.0.0-beta-23008": { + "System.Security.Cryptography.Hashing/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.IO": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.Hashing.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.Hashing.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.IO": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Hashing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Hashing.dll": {} + } }, - "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23008": { + "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008", - "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-23008", - "System.Security.Cryptography.Hashing": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.Hashing.Algorithms.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011", + "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-23011", + "System.Security.Cryptography.Hashing": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.Hashing.Algorithms.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} + } }, - "System.Security.Cryptography.RandomNumberGenerator/4.0.0-beta-23008": { + "System.Security.Cryptography.RandomNumberGenerator/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Runtime.InteropServices": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.RandomNumberGenerator.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.RandomNumberGenerator.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Runtime.InteropServices": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.RandomNumberGenerator.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.RandomNumberGenerator.dll": {} + } }, - "System.Security.Cryptography.RSA/4.0.0-beta-23008": { + "System.Security.Cryptography.RSA/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23008", - "System.IO": "4.0.0-beta-23008", - "System.Reflection": "4.0.0-beta-23008", - "System.Security.Cryptography.Hashing": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Runtime.InteropServices": "4.0.0-beta-23008", - "System.Runtime.Extensions": "4.0.0-beta-23008", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23008", - "System.Threading": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.RSA.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.RSA.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23011", + "System.IO": "4.0.0-beta-23011", + "System.Reflection": "4.0.0-beta-23011", + "System.Security.Cryptography.Hashing": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.0-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Runtime.InteropServices": "4.0.0-beta-23011", + "System.Runtime.Extensions": "4.0.0-beta-23011", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23011", + "System.Threading": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.RSA.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.RSA.dll": {} + } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23008": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Runtime.InteropServices": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Security.Cryptography.RSA": "4.0.0-beta-23008", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23008", - "System.Globalization": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.0-beta-23008", - "System.Runtime.Numerics": "4.0.0-beta-23008", - "System.IO": "4.0.0-beta-23008", - "System.Globalization.Calendars": "4.0.0-beta-23008", - "System.Threading": "4.0.0-beta-23008", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23008", - "System.Security.Cryptography.Hashing": "4.0.0-beta-23008", - "System.IO.FileSystem": "4.0.0-beta-23008", - "System.Runtime.Extensions": "4.0.10-beta-23008", - "System.Text.Encoding": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Cryptography.X509Certificates.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Runtime.InteropServices": "4.0.0-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Security.Cryptography.RSA": "4.0.0-beta-23011", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23011", + "System.Globalization": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.0-beta-23011", + "System.Runtime.Numerics": "4.0.0-beta-23011", + "System.IO": "4.0.0-beta-23011", + "System.Globalization.Calendars": "4.0.0-beta-23011", + "System.Threading": "4.0.0-beta-23011", + "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23011", + "System.Security.Cryptography.Hashing": "4.0.0-beta-23011", + "System.IO.FileSystem": "4.0.0-beta-23011", + "System.Runtime.Extensions": "4.0.10-beta-23011", + "System.Text.Encoding": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll": {} + } }, - "System.Security.Principal/4.0.0-beta-23008": { + "System.Security.Principal/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Principal.dll" - ], - "runtime": [ - "lib/any/System.Security.Principal.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } }, - "System.Security.Principal.Windows/4.0.0-beta-23008": { + "System.Security.Principal.Windows/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Collections": "4.0.0-beta-23008", - "System.Runtime.InteropServices": "4.0.0-beta-23008", - "System.Security.Claims": "4.0.0-beta-23008", - "System.Security.Principal": "4.0.0-beta-23008", - "System.Diagnostics.Debug": "4.0.0-beta-23008", - "System.Reflection": "4.0.0-beta-23008", - "System.Runtime.Extensions": "4.0.0-beta-23008", - "System.Threading": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Security.Principal.Windows.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.Principal.Windows.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Collections": "4.0.0-beta-23011", + "System.Runtime.InteropServices": "4.0.0-beta-23011", + "System.Security.Claims": "4.0.0-beta-23011", + "System.Security.Principal": "4.0.0-beta-23011", + "System.Diagnostics.Debug": "4.0.0-beta-23011", + "System.Reflection": "4.0.0-beta-23011", + "System.Runtime.Extensions": "4.0.0-beta-23011", + "System.Threading": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.Principal.Windows.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Principal.Windows.dll": {} + } }, - "System.Security.SecureString/4.0.0-beta-23008": { + "System.Security.SecureString/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.20-beta-23008", - "System.Runtime.InteropServices": "4.0.20-beta-23008", - "System.Resources.ResourceManager": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008", - "System.Security.Cryptography.Encryption": "4.0.0-beta-23008", - "System.Threading": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Security.SecureString.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Security.SecureString.dll" - ] + "System.Runtime": "4.0.20-beta-23011", + "System.Runtime.InteropServices": "4.0.20-beta-23011", + "System.Resources.ResourceManager": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011", + "System.Security.Cryptography.Encryption": "4.0.0-beta-23011", + "System.Threading": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Security.SecureString.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.SecureString.dll": {} + } }, - "System.Text.Encoding/4.0.10-beta-23008": { + "System.Text.Encoding/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Text.Encoding.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Text.Encoding.dll" - ] + "System.Runtime": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } }, - "System.Text.Encoding.Extensions/4.0.10-beta-23008": { + "System.Text.Encoding.Extensions/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Text.Encoding": "4.0.10-beta-23008" - }, - "compile": [ - "ref/any/System.Text.Encoding.Extensions.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Text.Encoding.Extensions.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Text.Encoding": "4.0.10-beta-23011" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } }, - "System.Threading/4.0.0-beta-23008": { + "System.Threading/4.0.10-beta-22816": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Threading.Tasks": "4.0.0-beta-23008" + "System.Runtime": "4.0.20-beta-22816", + "System.Threading.Tasks": "4.0.10-beta-22816" }, - "compile": [ - "ref/any/System.Threading.dll" - ] + "compile": { + "lib/contract/System.Threading.dll": {} + }, + "runtime": { + "lib/aspnetcore50/System.Threading.dll": {} + } }, - "System.Threading.Overlapped/4.0.0-beta-23008": { + "System.Threading.Overlapped/4.0.0-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Runtime.Handles": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Threading.Overlapped.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Threading.Overlapped.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Runtime.Handles": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } }, - "System.Threading.Tasks/4.0.0-beta-23008": { + "System.Threading.Tasks/4.0.10-beta-22816": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008" + "System.Runtime": "4.0.20-beta-22816" }, - "compile": [ - "ref/any/System.Threading.Tasks.dll" - ] + "compile": { + "lib/contract/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/aspnetcore50/System.Threading.Tasks.dll": {} + } }, - "System.Threading.ThreadPool/4.0.10-beta-23008": { + "System.Threading.ThreadPool/4.0.10-beta-23011": { "dependencies": { - "System.Runtime": "4.0.0-beta-23008", - "System.Runtime.InteropServices": "4.0.0-beta-23008" - }, - "compile": [ - "ref/any/System.Threading.ThreadPool.dll" - ], - "runtime": [ - "lib/DNXCore50/System.Threading.ThreadPool.dll" - ] + "System.Runtime": "4.0.0-beta-23011", + "System.Runtime.InteropServices": "4.0.0-beta-23011" + }, + "compile": { + "ref/dotnet/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } }, "xunit/2.0.0-beta5-build2785": { "dependencies": { @@ -604,277 +609,308 @@ } }, "xunit.abstractions/2.0.0-beta5-build2785": { - "compile": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.abstractions.dll" - ], - "runtime": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.abstractions.dll" - ] + "compile": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.abstractions.dll": {} + } }, "xunit.abstractions.netcore/1.0.0-prerelease": { - "compile": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" - ], - "runtime": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll" - ] + "compile": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} + }, + "runtime": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} + } }, "xunit.assert/2.0.0-beta5-build2785": { - "compile": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10/xunit.assert.dll" - ], - "runtime": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10/xunit.assert.dll" - ] + "compile": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10/xunit.assert.dll": {} + }, + "runtime": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monoandroid+monotouch10/xunit.assert.dll": {} + } }, "xunit.core/2.0.0-beta5-build2785": { "dependencies": { "xunit.abstractions": "[2.0.0-beta5-build2785]" }, - "compile": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.core.dll" - ], - "runtime": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.core.dll" - ] + "compile": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.core.dll": {} + }, + "runtime": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80+monotouch+monoandroid/xunit.core.dll": {} + } }, "xunit.core.netcore/1.0.1-prerelease": { "dependencies": { "xunit.abstractions": "[2.0.0-beta5-build2785]" }, - "compile": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80/xunit.core.dll" - ], - "runtime": [ - "lib/portable-net45+aspnetcore50+win+wpa81+wp80/xunit.core.dll" - ] + "compile": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80/xunit.core.dll": {} + }, + "runtime": { + "lib/portable-net45+aspnetcore50+win+wpa81+wp80/xunit.core.dll": {} + } + }, + "xunit.netcore.extensions/1.0.0-prerelease-00053": { + "dependencies": { + "System.Diagnostics.Debug": "4.0.10-beta-22703", + "System.IO": "4.0.10-beta-22703", + "System.Linq": "4.0.0-beta-22703", + "System.Reflection": "4.0.10-beta-22703", + "System.Reflection.Primitives": "4.0.0-beta-22703", + "System.Runtime": "4.0.20-beta-22703", + "System.Runtime.Extensions": "4.0.10-beta-22703", + "System.Runtime.Handles": "4.0.0-beta-22703", + "System.Runtime.InteropServices": "4.0.20-beta-22703", + "System.Text.Encoding": "4.0.10-beta-22703", + "System.Threading": "4.0.10-beta-22703", + "System.Threading.Tasks": "4.0.10-beta-22703", + "xunit.abstractions.netcore": "1.0.0-prerelease", + "xunit.core.netcore": "1.0.0-prerelease" + }, + "compile": { + "lib/portable-wpa80+win80+net45+aspnetcore50/Xunit.NetCore.Extensions.dll": {} + }, + "runtime": { + "lib/portable-wpa80+win80+net45+aspnetcore50/Xunit.NetCore.Extensions.dll": {} + } } } }, "libraries": { - "Microsoft.Win32.Primitives/4.0.0-beta-23008": { - "sha512": "Qe4ZsArl/Wsoe+aqVhmPJb5mG8yqDbaZZj7YzsL9YVCj8sDs0Qjie/NIOh75qZlUuyyvwAbvglRIzbRvnti0Jg==", + "Microsoft.Win32.Primitives/4.0.0-beta-23011": { + "sha512": "616XdcBJ4qCqR1H9m7Sg4iMncCdg9bl6bSTvcKINfiWigVPdvLNO9JkTTVSqiq0IJgx8JknL/oFU7G+S6Uv/+Q==", "files": [ - "Microsoft.Win32.Primitives.4.0.0-beta-23008.nupkg", - "Microsoft.Win32.Primitives.4.0.0-beta-23008.nupkg.sha512", + "Microsoft.Win32.Primitives.4.0.0-beta-23011.nupkg", + "Microsoft.Win32.Primitives.4.0.0-beta-23011.nupkg.sha512", "Microsoft.Win32.Primitives.nuspec", - "lib/any/Microsoft.Win32.Primitives.dll", + "lib/dotnet/Microsoft.Win32.Primitives.dll", "lib/net46/Microsoft.Win32.Primitives.dll", - "ref/any/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.dll", "ref/net46/Microsoft.Win32.Primitives.dll" ] }, - "System.Collections/4.0.10-beta-23008": { - "sha512": "sKunA43A1Z5H+P20kMoaMybo/q+pcGRSxbZAnhQ8APUgMUkHEJr+4DLFQ75sx7sP+WIqE+UX/dcffqo63SmMCw==", + "System.Collections/4.0.10-beta-23011": { + "sha512": "BE8JCafr5xuUed047XDtgZ5ESLVcZxbxsjP9YIbUZd3+el2YzhloI1exhS6f316CXezvza1Rark+ZiozkDC0xA==", "files": [ - "System.Collections.4.0.10-beta-23008.nupkg", - "System.Collections.4.0.10-beta-23008.nupkg.sha512", + "System.Collections.4.0.10-beta-23011.nupkg", + "System.Collections.4.0.10-beta-23011.nupkg.sha512", "System.Collections.nuspec", "lib/DNXCore50/System.Collections.dll", "lib/net46/_._", "lib/netcore50/System.Collections.dll", - "ref/any/System.Collections.dll", + "ref/dotnet/System.Collections.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Collections.dll" ] }, - "System.Collections.Concurrent/4.0.0-beta-23008": { - "sha512": "6wsbUb9d4/GdBjw5Y9NQ66O9oY+bMFHZqsb9iggWhnOnjANeU82SV97DqZJLgXEknB8nDHrE3ufY62d0rN8Bpg==", + "System.Collections.Concurrent/4.0.0-beta-23011": { + "sha512": "qsaERCUJIwa3O8pmMoYqaP0AEF0VGqaLD6oVotajJWdYTdDRo1pUHdTxTiohad+R8ldCDQj54W8Ccxw9TzKOYw==", "files": [ "License.rtf", - "System.Collections.Concurrent.4.0.0-beta-23008.nupkg", - "System.Collections.Concurrent.4.0.0-beta-23008.nupkg.sha512", + "System.Collections.Concurrent.4.0.0-beta-23011.nupkg", + "System.Collections.Concurrent.4.0.0-beta-23011.nupkg.sha512", "System.Collections.Concurrent.nuspec", "lib/net45/_._", "lib/win8/_._", - "ref/any/System.Collections.Concurrent.dll", + "ref/dotnet/System.Collections.Concurrent.dll", "ref/net45/_._", + "ref/netcore50/System.Collections.Concurrent.dll", "ref/win8/_._" ] }, - "System.Collections.NonGeneric/4.0.0-beta-23008": { - "sha512": "cYlHdTAUvU9EihTzhxpBgaRZBZCSZ/9ZS3w+qPy9294LOkR73PUB8DGPDpOtz/gvGljQ3H0LrHjPcxH4smIYFQ==", + "System.Collections.NonGeneric/4.0.0-beta-23011": { + "sha512": "OVLzdYGQ6qKFGiJWnTBsBrW1EnbZW4NEMo+X7lqGtUdJ35lt3Fl+z4cq6el5PeElPcYU5lqzNHds5RV9CSV/Gw==", "files": [ - "System.Collections.NonGeneric.4.0.0-beta-23008.nupkg", - "System.Collections.NonGeneric.4.0.0-beta-23008.nupkg.sha512", + "System.Collections.NonGeneric.4.0.0-beta-23011.nupkg", + "System.Collections.NonGeneric.4.0.0-beta-23011.nupkg.sha512", "System.Collections.NonGeneric.nuspec", - "lib/any/System.Collections.NonGeneric.dll", + "lib/dotnet/System.Collections.NonGeneric.dll", "lib/net46/System.Collections.NonGeneric.dll", - "ref/any/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.dll", "ref/net46/System.Collections.NonGeneric.dll" ] }, - "System.ComponentModel.EventBasedAsync/4.0.10-beta-23008": { - "sha512": "GBO+BmDmLcrqSHFd4KnbXv2eRlUm/fQ+KTmznZoniFlPxGKbM4XAiMdmM2RomR910rlJQO65KlnszHQN2LXkag==", + "System.ComponentModel.EventBasedAsync/4.0.10-beta-23011": { + "sha512": "e4yeOdxDJrkrP3MtN9SR3Q/B8TishagcMMqE/hnq9GLoviCgsEtlJHieMEtgB3IDgez4Qo3DYdtRcCTN8rBcnw==", "files": [ - "System.ComponentModel.EventBasedAsync.4.0.10-beta-23008.nupkg", - "System.ComponentModel.EventBasedAsync.4.0.10-beta-23008.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.4.0.10-beta-23011.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10-beta-23011.nupkg.sha512", "System.ComponentModel.EventBasedAsync.nuspec", - "lib/any/System.ComponentModel.EventBasedAsync.dll", + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", "lib/net46/_._", - "ref/any/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", "ref/net46/_._" ] }, - "System.Diagnostics.Contracts/4.0.0-beta-23008": { - "sha512": "hY7hap2tevYvQ2Fy3gHRD0+nriX6ny9U6DqTZ7nV28mG0zmTuO+TvnzRxVJm04uYcSIoEQKRSkCTB5ccAVgKJA==", + "System.Diagnostics.Contracts/4.0.0-beta-23011": { + "sha512": "TcK8I92MV7TJpoQ8DUVHQYm42VRlJX4DFcoTNe4TY4WwLNA/HQ5x66OlBrOwSJHd4igmDWLDbanCq3ddlDfrVQ==", "files": [ - "System.Diagnostics.Contracts.4.0.0-beta-23008.nupkg", - "System.Diagnostics.Contracts.4.0.0-beta-23008.nupkg.sha512", + "System.Diagnostics.Contracts.4.0.0-beta-23011.nupkg", + "System.Diagnostics.Contracts.4.0.0-beta-23011.nupkg.sha512", "System.Diagnostics.Contracts.nuspec", "lib/DNXCore50/System.Diagnostics.Contracts.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Contracts.dll", "lib/win8/_._", - "ref/any/System.Diagnostics.Contracts.dll", + "ref/dotnet/System.Diagnostics.Contracts.dll", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Contracts.dll", "ref/win8/_._", "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Contracts.dll" ] }, - "System.Diagnostics.Debug/4.0.10-beta-23008": { - "sha512": "nJDxh4LmuRPM/GKdWMX6kqpR2GHTWoIy1U8rOKMsBd7z+SjPyZn9F5IQjjRpi/ClOc88kNAtVgvWn4iCYU26Nw==", + "System.Diagnostics.Debug/4.0.10-beta-23011": { + "sha512": "sB3xq/+AlGnbVGDR54yiGNyLKO69as2mOvroQYtyFHa/+NHUE3Ih3mnsr/HSh8Z/GeZE8tjMA1cQtlwERb2pOg==", "files": [ - "System.Diagnostics.Debug.4.0.10-beta-23008.nupkg", - "System.Diagnostics.Debug.4.0.10-beta-23008.nupkg.sha512", + "System.Diagnostics.Debug.4.0.10-beta-23011.nupkg", + "System.Diagnostics.Debug.4.0.10-beta-23011.nupkg.sha512", "System.Diagnostics.Debug.nuspec", "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/net46/_._", "lib/netcore50/System.Diagnostics.Debug.dll", - "ref/any/System.Diagnostics.Debug.dll", + "ref/dotnet/System.Diagnostics.Debug.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" ] }, - "System.Diagnostics.Tools/4.0.0-beta-23008": { - "sha512": "UTnQGZ5sFnZPYnhh8sewrlG8QACgNBfLUBJwhahFnuPaOAXKtqvov8XlBGzEwNFGRtBkIm7FfTgoIbY7V4KQlQ==", + "System.Diagnostics.Tools/4.0.0-beta-23011": { + "sha512": "L6J5l4Zw2qH0x3OBc1CtfRCviTXGAehckuKFB4vk9TWjuMC+oUh8g3uB+D1Jbpk18KHDn75I96QdvkMgNq0yYw==", "files": [ - "System.Diagnostics.Tools.4.0.0-beta-23008.nupkg", - "System.Diagnostics.Tools.4.0.0-beta-23008.nupkg.sha512", + "System.Diagnostics.Tools.4.0.0-beta-23011.nupkg", + "System.Diagnostics.Tools.4.0.0-beta-23011.nupkg.sha512", "System.Diagnostics.Tools.nuspec", "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", - "ref/any/System.Diagnostics.Tools.dll", + "ref/dotnet/System.Diagnostics.Tools.dll", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tools.dll", "ref/win8/_._", "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tools.dll" ] }, - "System.Diagnostics.Tracing/4.0.0-beta-23008": { - "sha512": "Tle4ZWW4XHETEsvlQliJbyx1e6gtK5MpkeFc27KIPlk1c6ieGPyDOMeALq7IOvi59ZfAqa7qLkSrF705aT1WKQ==", + "System.Diagnostics.Tracing/4.0.0-beta-23011": { + "sha512": "Bnt+Xp97dNaiwdWQBQ29fASrO2IWfpaYCuvzU2avNTg168K5MUVwEyviRI56xn6utO80MiHhiKLTWWMRBu1JBQ==", "files": [ "License.rtf", - "System.Diagnostics.Tracing.4.0.0-beta-23008.nupkg", - "System.Diagnostics.Tracing.4.0.0-beta-23008.nupkg.sha512", + "System.Diagnostics.Tracing.4.0.0-beta-23011.nupkg", + "System.Diagnostics.Tracing.4.0.0-beta-23011.nupkg.sha512", "System.Diagnostics.Tracing.nuspec", "lib/net45/_._", "lib/win8/_._", - "ref/any/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.dll", "ref/net45/_._", + "ref/netcore50/System.Diagnostics.Tracing.dll", "ref/win8/_._" ] }, - "System.Globalization/4.0.0-beta-23008": { - "sha512": "tEn1NaY8Hlheh18xv7cWJVIbziXDXxWIPGYm9QsCO+0/qB9goaA9aHOBvFxgmUyeh9Quzc9N/pjirNUh3w93oQ==", + "System.Globalization/4.0.0-beta-23011": { + "sha512": "uyUfEy804V1FNjZ1dWeWChxE4zDjz2pQ6Lx3To/ceDDxSyUNfFJuXmHnw9d6K6NUC9KAag7mpjaVgLJCldl6Zg==", "files": [ "License.rtf", - "System.Globalization.4.0.0-beta-23008.nupkg", - "System.Globalization.4.0.0-beta-23008.nupkg.sha512", + "System.Globalization.4.0.0-beta-23011.nupkg", + "System.Globalization.4.0.0-beta-23011.nupkg.sha512", "System.Globalization.nuspec", "lib/net45/_._", "lib/win8/_._", - "ref/any/System.Globalization.dll", + "ref/dotnet/System.Globalization.dll", "ref/net45/_._", + "ref/netcore50/System.Globalization.dll", "ref/win8/_._" ] }, - "System.Globalization.Calendars/4.0.0-beta-23008": { - "sha512": "mq25ueZr9X4gm3xJha5Thty7Xa2Q9EI+W4v4j7Ccb5fvwLhU/4Ths4Q5ThwAlXlsaHMADYXtMFShyhmA20D3IA==", + "System.Globalization.Calendars/4.0.0-beta-23011": { + "sha512": "YjOKPc4LsoqCNJ/OrN+h2bzH8VC1xcgW+17+NAAsPyhfXwmrCarKiSwKufDviLz2OOh4uIV8iT4PEumK4aU/Kw==", "files": [ - "System.Globalization.Calendars.4.0.0-beta-23008.nupkg", - "System.Globalization.Calendars.4.0.0-beta-23008.nupkg.sha512", + "System.Globalization.Calendars.4.0.0-beta-23011.nupkg", + "System.Globalization.Calendars.4.0.0-beta-23011.nupkg.sha512", "System.Globalization.Calendars.nuspec", "lib/DNXCore50/System.Globalization.Calendars.dll", "lib/net46/System.Globalization.Calendars.dll", "lib/netcore50/System.Globalization.Calendars.dll", - "ref/any/System.Globalization.Calendars.dll", + "ref/dotnet/System.Globalization.Calendars.dll", "ref/net46/System.Globalization.Calendars.dll", "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll" ] }, - "System.IO/4.0.10-beta-23008": { - "sha512": "NrvoHRUhZUAILWNGPFayAlezxqo4R2qX7RZ/wwJ2PjSY/4svgDuaB4VJRTnuOPx1wRQasPLXI5sEl+dXPvfTnQ==", + "System.IO/4.0.10-beta-23011": { + "sha512": "NYoIpyR5hJvnv/jnY817GLBaH+DLJEsSOEGw8/NL/y4taFzuWVR2ROQtpWXD/2GLrXiTZ6Kdn7f1czs4DOqH1A==", "files": [ - "System.IO.4.0.10-beta-23008.nupkg", - "System.IO.4.0.10-beta-23008.nupkg.sha512", + "System.IO.4.0.10-beta-23011.nupkg", + "System.IO.4.0.10-beta-23011.nupkg.sha512", "System.IO.nuspec", "lib/DNXCore50/System.IO.dll", "lib/net46/_._", "lib/netcore50/System.IO.dll", - "ref/any/System.IO.dll", + "ref/dotnet/System.IO.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.IO.dll" ] }, - "System.IO.FileSystem/4.0.0-beta-23008": { - "sha512": "IRrlt5ZmZtn2Awmkl/X6JkZgzQBhjpA6fCVzPWQtSJjaWO1lMA7pX8XkF6aUkzkmEy0x2m9nzqqzpz+PvvIgbw==", + "System.IO.FileSystem/4.0.0-beta-23011": { + "sha512": "4MRP9gv3uebyeZTRettORC9I8qnUh5GfoTFUy526SuUCrVzHRk82bK0pDe8JsZ1kLDvxOS7vqxm1SnIvHIw0uw==", "files": [ - "System.IO.FileSystem.4.0.0-beta-23008.nupkg", - "System.IO.FileSystem.4.0.0-beta-23008.nupkg.sha512", + "System.IO.FileSystem.4.0.0-beta-23011.nupkg", + "System.IO.FileSystem.4.0.0-beta-23011.nupkg.sha512", "System.IO.FileSystem.nuspec", "lib/DNXCore50/System.IO.FileSystem.dll", "lib/net46/System.IO.FileSystem.dll", "lib/netcore50/System.IO.FileSystem.dll", - "ref/any/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.dll", "ref/net46/System.IO.FileSystem.dll" ] }, - "System.IO.FileSystem.Primitives/4.0.0-beta-23008": { - "sha512": "pW1z4Lk7GtKHqgoI2DG9Alhjp9TK46DIwjM/61H++RtVi0xKQ519ho2t9Mx3dFCpq0YQmjbApvzjOES4xmjvUw==", + "System.IO.FileSystem.Primitives/4.0.0-beta-23011": { + "sha512": "cVg1cElW6//4tsD91doOzhyy0R+xDttPE95jIuF5Tew2iM5jddEH6Uq857uUvUTwn1vD6NQsHY/Qz3zrkrQqxQ==", "files": [ - "System.IO.FileSystem.Primitives.4.0.0-beta-23008.nupkg", - "System.IO.FileSystem.Primitives.4.0.0-beta-23008.nupkg.sha512", + "System.IO.FileSystem.Primitives.4.0.0-beta-23011.nupkg", + "System.IO.FileSystem.Primitives.4.0.0-beta-23011.nupkg.sha512", "System.IO.FileSystem.Primitives.nuspec", - "lib/any/System.IO.FileSystem.Primitives.dll", + "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/net46/System.IO.FileSystem.Primitives.dll", - "ref/any/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", "ref/net46/System.IO.FileSystem.Primitives.dll" ] }, - "System.Linq/4.0.0-beta-23008": { - "sha512": "JCnxYFYUOeVyIwfNO5qsDf5sPOS1nE6WmeDC5JubKDmAzdgnE02QcXREj1MQOakEM3Pltn3Oh8vCiZ7dSd96sg==", + "System.Linq/4.0.0-beta-23011": { + "sha512": "OsA4menI/BcSy5jmf0TGlPz2j4ZF2ggeY0EfTMVBhnpMZiXwiZB4RBETl+ehLcqZwTQJKTOw1TIKi+Ewe4K1ag==", "files": [ - "System.Linq.4.0.0-beta-23008.nupkg", - "System.Linq.4.0.0-beta-23008.nupkg.sha512", + "System.Linq.4.0.0-beta-23011.nupkg", + "System.Linq.4.0.0-beta-23011.nupkg.sha512", "System.Linq.nuspec", - "lib/any/System.Linq.dll", + "lib/dotnet/System.Linq.dll", "lib/net45/_._", + "lib/netcore50/System.Linq.dll", "lib/win8/_._", - "ref/any/System.Linq.dll", + "ref/dotnet/System.Linq.dll", "ref/net45/_._", + "ref/netcore50/System.Linq.dll", "ref/win8/_._" ] }, - "System.Net.Primitives/4.0.10-beta-23008": { - "sha512": "d+cX2N3WmCjFIjaAtrQFgW2Jof1yN5zHaNMY/KJ9Yof7zuvmKiMGF0OJxsfDFoQWwASi/HxwRJRJSW8xOA2ZnQ==", + "System.Net.Primitives/4.0.10-beta-23011": { + "sha512": "FiB0PVXIqqA2OaEqX09QNlEofD63NwgBOY50gN600g0Q8jK/Q08iQhRgbj6hMWHkpFss63Iz4XqmMi79uwozLA==", "files": [ - "System.Net.Primitives.4.0.10-beta-23008.nupkg", - "System.Net.Primitives.4.0.10-beta-23008.nupkg.sha512", + "System.Net.Primitives.4.0.10-beta-23011.nupkg", + "System.Net.Primitives.4.0.10-beta-23011.nupkg.sha512", "System.Net.Primitives.nuspec", "lib/DNXCore50/System.Net.Primitives.dll", "lib/net46/_._", "lib/netcore50/System.Net.Primitives.dll", - "ref/any/System.Net.Primitives.dll", + "ref/dotnet/System.Net.Primitives.dll", "ref/net46/_._" ] }, - "System.Private.Networking/4.0.0-beta-23008": { - "sha512": "2WPnBs4eSnRoc7B67zOUV14eCY4Dntd5fJ+mmtu1tjC7SPVPW1v1q81p0qtbBPQaPXEXMkncoPJqPPRRNUACIA==", + "System.Private.Networking/4.0.0-beta-23011": { + "sha512": "BMGzaRI9lDmw89+txL+yJBePkN1lm9hQZqwwPJB0nOtyRH6z2GdvQfZXrbnJBqYdhuIbj1JxD/qXFdW7ijHohw==", "files": [ - "System.Private.Networking.4.0.0-beta-23008.nupkg", - "System.Private.Networking.4.0.0-beta-23008.nupkg.sha512", + "System.Private.Networking.4.0.0-beta-23011.nupkg", + "System.Private.Networking.4.0.0-beta-23011.nupkg.sha512", "System.Private.Networking.nuspec", "lib/DNXCore50/System.Private.Networking.dll", "lib/netcore50/System.Private.Networking.dll", @@ -882,11 +918,11 @@ "ref/netcore50/_._" ] }, - "System.Private.Uri/4.0.0-beta-23008": { - "sha512": "q2VlKvy9ufHawdI5abrNKXvUIgFZYnBYMtPqK8gy1kEVhaQ1LWR7WLprwgI11mk7Ef18+P5mj08gCuXbl/rINw==", + "System.Private.Uri/4.0.0-beta-23011": { + "sha512": "yil581lvQfpXUFfLnfmS7t9+NDvy7NeSHfKYBF7CluatvDQxT6QmwRxi9zKXzCYB7OY6sqvrRFOgdeAxNalVkA==", "files": [ - "System.Private.Uri.4.0.0-beta-23008.nupkg", - "System.Private.Uri.4.0.0-beta-23008.nupkg.sha512", + "System.Private.Uri.4.0.0-beta-23011.nupkg", + "System.Private.Uri.4.0.0-beta-23011.nupkg.sha512", "System.Private.Uri.nuspec", "lib/DNXCore50/System.Private.Uri.dll", "lib/netcore50/System.Private.Uri.dll", @@ -895,348 +931,352 @@ "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" ] }, - "System.Reflection/4.0.10-beta-23008": { - "sha512": "1189taPg0slhVhsstTmIlvzAdCQfLLr5Wd187fZHO3NPNMxrO7VLkI+t8G33HBCVtRfFzkNbpk3sTHtqA3yqAw==", + "System.Reflection/4.0.10-beta-23011": { + "sha512": "Xx5JN02rEd5fartdsX49YwpuYNUtx01tVJiZGVco58IKWjO1MA67YM6zQgzDMzltNMrE3kra6sFa/B27kTBCBw==", "files": [ - "System.Reflection.4.0.10-beta-23008.nupkg", - "System.Reflection.4.0.10-beta-23008.nupkg.sha512", + "System.Reflection.4.0.10-beta-23011.nupkg", + "System.Reflection.4.0.10-beta-23011.nupkg.sha512", "System.Reflection.nuspec", "lib/DNXCore50/System.Reflection.dll", "lib/net46/_._", "lib/netcore50/System.Reflection.dll", - "ref/any/System.Reflection.dll", + "ref/dotnet/System.Reflection.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Reflection.dll" ] }, - "System.Reflection.Primitives/4.0.0-beta-23008": { - "sha512": "eI0lHFHEQZcLM3iHj0nj6GbbY9wSrC70usIZ7qryR8xSExmJANVy34+Z8dquXx3wscYFAhyhFBCBOAle1a2HXw==", + "System.Reflection.Primitives/4.0.0-beta-23011": { + "sha512": "RVUHArAFLmbs6YBmFTrX+3A0/JHR6EaWmGmxWXqzSMuOe8LiNQqwyPPi30UFzCW/SWZyzGzYA6EJovu9w34JZA==", "files": [ - "System.Reflection.Primitives.4.0.0-beta-23008.nupkg", - "System.Reflection.Primitives.4.0.0-beta-23008.nupkg.sha512", + "System.Reflection.Primitives.4.0.0-beta-23011.nupkg", + "System.Reflection.Primitives.4.0.0-beta-23011.nupkg.sha512", "System.Reflection.Primitives.nuspec", "lib/DNXCore50/System.Reflection.Primitives.dll", "lib/net45/_._", "lib/netcore50/System.Reflection.Primitives.dll", "lib/win8/_._", - "ref/any/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.dll", "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", "ref/win8/_._", "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll" ] }, - "System.Reflection.TypeExtensions/4.0.0-beta-23008": { - "sha512": "1msw5YmdVH+mjBZkTjFsjsPoGh0V40H41Sdfk/eOQ5CITRPz/80xQn/JSRImaw5zD06XZ1SGKvbnTHSRkC3kAQ==", + "System.Reflection.TypeExtensions/4.0.0-beta-23011": { + "sha512": "MY+f1x4wYQrYrzuYx/1PntGIOzfHgyrXFNx0sK8a2yy/YRazgeAzcJKMzOeIQngM5rFIP0q5XyUPFfjS/PxfEw==", "files": [ - "System.Reflection.TypeExtensions.4.0.0-beta-23008.nupkg", - "System.Reflection.TypeExtensions.4.0.0-beta-23008.nupkg.sha512", + "System.Reflection.TypeExtensions.4.0.0-beta-23011.nupkg", + "System.Reflection.TypeExtensions.4.0.0-beta-23011.nupkg.sha512", "System.Reflection.TypeExtensions.nuspec", "lib/DNXCore50/System.Reflection.TypeExtensions.dll", "lib/net46/System.Reflection.TypeExtensions.dll", "lib/netcore50/System.Reflection.TypeExtensions.dll", - "ref/any/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.dll", "ref/net46/System.Reflection.TypeExtensions.dll", "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll" ] }, - "System.Resources.ResourceManager/4.0.0-beta-23008": { - "sha512": "6lqlZBtUl2Fo2rZjWO4lKO6n59RKrfwCwB2i1kLEiYthOVQ3/neeGkpErpOBkabXq6lk5SMgJpp3jC/AfPsmAA==", + "System.Resources.ResourceManager/4.0.0-beta-23011": { + "sha512": "TgjsEiLAIQPJRw8yOe8oMgV9fSYkzt5wffauiRMDkKc/DqUB2RS1HVtlQQvb5XctpI8gxpxlna6EkEdiWthB4w==", "files": [ - "System.Resources.ResourceManager.4.0.0-beta-23008.nupkg", - "System.Resources.ResourceManager.4.0.0-beta-23008.nupkg.sha512", + "System.Resources.ResourceManager.4.0.0-beta-23011.nupkg", + "System.Resources.ResourceManager.4.0.0-beta-23011.nupkg.sha512", "System.Resources.ResourceManager.nuspec", "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", "lib/netcore50/System.Resources.ResourceManager.dll", "lib/win8/_._", - "ref/any/System.Resources.ResourceManager.dll", + "ref/dotnet/System.Resources.ResourceManager.dll", "ref/net45/_._", + "ref/netcore50/System.Resources.ResourceManager.dll", "ref/win8/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" ] }, - "System.Runtime/4.0.20-beta-23008": { - "sha512": "YX9/7Q6EHadgTLjH4Sa5zKHGMTMrwiMynAlQxMSQLGYCyJX6Z4/hejrBR7cNxrRddXnzxs5OALdEZqdU80zwxw==", + "System.Runtime/4.0.20-beta-23011": { + "sha512": "WFRsJnfRzXYIiDJRbTXGctncx6Hw1F/uS2c5a5CzUwHuA3D/CM152F2HjWt12dLgH0BOcGvcRjKl2AfJ6MnHVg==", "files": [ - "System.Runtime.4.0.20-beta-23008.nupkg", - "System.Runtime.4.0.20-beta-23008.nupkg.sha512", + "System.Runtime.4.0.20-beta-23011.nupkg", + "System.Runtime.4.0.20-beta-23011.nupkg.sha512", "System.Runtime.nuspec", "lib/DNXCore50/System.Runtime.dll", "lib/net46/_._", "lib/netcore50/System.Runtime.dll", - "ref/any/System.Runtime.dll", + "ref/dotnet/System.Runtime.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll" ] }, - "System.Runtime.Extensions/4.0.10-beta-23008": { - "sha512": "488ce5N/0JQ2EbMzolr3CiIwqY64HEtxh3bIRDZ87p1eY2hQ79pROseFjQQ5n9q7aG+xs1D5CWVzuXcps976tA==", + "System.Runtime.Extensions/4.0.10-beta-23011": { + "sha512": "Ctasd6O2G00QpY3QcZN1feOZqqbN8B5rmz7P2B5E7VQWS1Dd6+CI6JAwzLHItFnIQQotOb0cy/tJdVwhqa8Uyg==", "files": [ - "System.Runtime.Extensions.4.0.10-beta-23008.nupkg", - "System.Runtime.Extensions.4.0.10-beta-23008.nupkg.sha512", + "System.Runtime.Extensions.4.0.10-beta-23011.nupkg", + "System.Runtime.Extensions.4.0.10-beta-23011.nupkg.sha512", "System.Runtime.Extensions.nuspec", "lib/DNXCore50/System.Runtime.Extensions.dll", "lib/net46/_._", "lib/netcore50/System.Runtime.Extensions.dll", - "ref/any/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll" ] }, - "System.Runtime.Handles/4.0.0-beta-23008": { - "sha512": "MC+Xc6KdYugsDK3xBefREfzPgzwhM1nDAF/nbaGLllx/huXsIvoBjFXRpxtbXfKrShYZBvInsfaElCpx28b1Rg==", + "System.Runtime.Handles/4.0.0-beta-23011": { + "sha512": "9e2Wa27gTX3K33U1VFzaztTXEs3AeA63YhtiaC5xHMuxGhg8bgTJBKIUH4No6SuuazVMYqYEa6LrN4V38dn6Rg==", "files": [ - "System.Runtime.Handles.4.0.0-beta-23008.nupkg", - "System.Runtime.Handles.4.0.0-beta-23008.nupkg.sha512", + "System.Runtime.Handles.4.0.0-beta-23011.nupkg", + "System.Runtime.Handles.4.0.0-beta-23011.nupkg.sha512", "System.Runtime.Handles.nuspec", "lib/DNXCore50/System.Runtime.Handles.dll", "lib/net46/_._", "lib/netcore50/System.Runtime.Handles.dll", - "ref/any/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll" ] }, - "System.Runtime.InteropServices/4.0.20-beta-23008": { - "sha512": "aEI0FSdMvSv71yf+992rXOr5O3lJg+7SBN47p1C9Vmup/33IYqdAHoerV7WZ8y0s7KOtAwhKQBH5AokJgRGSiQ==", + "System.Runtime.InteropServices/4.0.20-beta-23011": { + "sha512": "2JoFno8LnzhiCBprgeXOY7oanWgtTYqRLoCLVnwNTYxH+7Vrz5To2Jf3VynGDPgC0GYciv1Jr9qrbeUEfGzNnA==", "files": [ - "System.Runtime.InteropServices.4.0.20-beta-23008.nupkg", - "System.Runtime.InteropServices.4.0.20-beta-23008.nupkg.sha512", + "System.Runtime.InteropServices.4.0.20-beta-23011.nupkg", + "System.Runtime.InteropServices.4.0.20-beta-23011.nupkg.sha512", "System.Runtime.InteropServices.nuspec", "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/net46/_._", "lib/netcore50/System.Runtime.InteropServices.dll", - "ref/any/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll" ] }, - "System.Runtime.Numerics/4.0.0-beta-23008": { - "sha512": "7jOnkD0kdh/NWxhuwMmPVlTSKJafP6ykJ8Xv7ZAlI9YjJ5SbiZEvEXEPnJEHJ21U9IrRNRYyg04Ik+VA9OKqxA==", + "System.Runtime.Numerics/4.0.0-beta-23011": { + "sha512": "Anunfd1LD/4NzZyJRxeuAwl98Px4AAGxKIQFbIrWQOLQo1U6WDBz5OKO1wYmYQPSQC4BZPDVW5DJh+X32/8K1g==", "files": [ - "System.Runtime.Numerics.4.0.0-beta-23008.nupkg", - "System.Runtime.Numerics.4.0.0-beta-23008.nupkg.sha512", + "System.Runtime.Numerics.4.0.0-beta-23011.nupkg", + "System.Runtime.Numerics.4.0.0-beta-23011.nupkg.sha512", "System.Runtime.Numerics.nuspec", - "lib/any/System.Runtime.Numerics.dll", + "lib/dotnet/System.Runtime.Numerics.dll", "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", "lib/win8/_._", - "ref/any/System.Runtime.Numerics.dll", + "ref/dotnet/System.Runtime.Numerics.dll", "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", "ref/win8/_._" ] }, - "System.Security.Claims/4.0.0-beta-23008": { - "sha512": "W08IdhpdgFYxnOoQuApPCE/Ci4016H84Q76YE3gBDS7fb8CyDRpG1lbRHR9TuhkI77NzbImxVEXKXg9jP4jm9w==", + "System.Security.Claims/4.0.0-beta-23011": { + "sha512": "3E9Hj5Sky/P+9IbcWzoozXngVnrRd7abDPZs/6K3AnLgC2BtcougJpRipPYGEyac4ZFErzfhpOsPjkJOjUQ5kg==", "files": [ - "System.Security.Claims.4.0.0-beta-23008.nupkg", - "System.Security.Claims.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Claims.4.0.0-beta-23011.nupkg", + "System.Security.Claims.4.0.0-beta-23011.nupkg.sha512", "System.Security.Claims.nuspec", - "lib/any/System.Security.Claims.dll", + "lib/dotnet/System.Security.Claims.dll", "lib/net46/System.Security.Claims.dll", - "ref/any/System.Security.Claims.dll", + "ref/dotnet/System.Security.Claims.dll", "ref/net46/System.Security.Claims.dll" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23008": { - "sha512": "aqyPbc3r5orOCAg/kE6WDZVzyZN0O8wk0urRGvnvOuCTvxak0qssqSrtTTEtoCE/egOtGaBKjxiV9EiQB/WSiQ==", + "System.Security.Cryptography.Encoding/4.0.0-beta-23011": { + "sha512": "6SiYjEOTimO0gxaf0nXaeU0WeaTWqQ2ntk0UecBdjHWaLBav/g3Li1lIr1r8oAeJ1/rxrNXhiIxhyp68qiMddw==", "files": [ - "System.Security.Cryptography.Encoding.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec", "lib/DNXCore50/System.Security.Cryptography.Encoding.dll", "lib/net46/System.Security.Cryptography.Encoding.dll", - "ref/any/System.Security.Cryptography.Encoding.dll", + "ref/dotnet/System.Security.Cryptography.Encoding.dll", "ref/net46/System.Security.Cryptography.Encoding.dll" ] }, - "System.Security.Cryptography.Encryption/4.0.0-beta-23008": { - "sha512": "hv7d5zU94Y320dnLLwoNmq6pRHxBBIslSEIeRawWOpjE81oqfrf00FwK88hvDuMdYQSCfTszUf1mVT6xQF56yg==", + "System.Security.Cryptography.Encryption/4.0.0-beta-23011": { + "sha512": "M4fhV1AeaCaU6uwwQEw+TM8gkPtvGnw6znTFyqoCCl142uk3TyOFoMfoTNkCBvJlUcL0EzXplrSGJHy3gumwcg==", "files": [ - "System.Security.Cryptography.Encryption.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.Encryption.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.Encryption.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.Encryption.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.Encryption.nuspec", "lib/DNXCore50/System.Security.Cryptography.Encryption.dll", "lib/net46/System.Security.Cryptography.Encryption.dll", - "ref/any/System.Security.Cryptography.Encryption.dll", + "ref/dotnet/System.Security.Cryptography.Encryption.dll", "ref/net46/System.Security.Cryptography.Encryption.dll" ] }, - "System.Security.Cryptography.Hashing/4.0.0-beta-23008": { - "sha512": "uEn0Iu6PgTwap9kFU6kTc5aqU3maM4w19XLKYiXvCrYyw5otpn+5QoTcf0waaR7CxJC8ZL8rh3y6spI4Gr2wCw==", + "System.Security.Cryptography.Hashing/4.0.0-beta-23011": { + "sha512": "EctApxVggHvMgFI6i5Ilxhfe/WwUy2j59YlwcwcpaeXEOKGOxDzhjMv9OLItBlhHrOhWbV5jATY/Z0NpOFrdeA==", "files": [ - "System.Security.Cryptography.Hashing.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.Hashing.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.Hashing.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.Hashing.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.Hashing.nuspec", "lib/DNXCore50/System.Security.Cryptography.Hashing.dll", "lib/net46/System.Security.Cryptography.Hashing.dll", - "ref/any/System.Security.Cryptography.Hashing.dll", + "ref/dotnet/System.Security.Cryptography.Hashing.dll", "ref/net46/System.Security.Cryptography.Hashing.dll" ] }, - "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23008": { - "sha512": "+cvkoUjdozwjnXQNLDsEZ8jWlydmRshHgfwkxahXpo8sAxC6RIZmQWFDvnMccNZZ9Lmos62CQqv76L2Q08TAEw==", + "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23011": { + "sha512": "Dlu/cVOD5y0UyMfbhXpP6Z15G9L6eu7GXJguWJQOZMwrYHcQHqvljGzmEsOf++yEZrvQ8zAzJTHw43n0TpOoJw==", "files": [ - "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.Hashing.Algorithms.nuspec", "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll", "lib/net46/System.Security.Cryptography.Hashing.Algorithms.dll", - "ref/any/System.Security.Cryptography.Hashing.Algorithms.dll", + "ref/dotnet/System.Security.Cryptography.Hashing.Algorithms.dll", "ref/net46/System.Security.Cryptography.Hashing.Algorithms.dll" ] }, - "System.Security.Cryptography.RandomNumberGenerator/4.0.0-beta-23008": { - "sha512": "b4/qY2ZHRCJ73XHMUV95ezvqBIuV3QHm5U990ya1v5mY4YfLdtRchFQfUw8PNqACb9visV2XMhWJJfiBcP+yuw==", + "System.Security.Cryptography.RandomNumberGenerator/4.0.0-beta-23011": { + "sha512": "5uGSe91+Fg2/D9HzLrYMs2/PzQJV7blmsXKx3I9h3ht4XFBwRMu1zTo/nfx4zXXuE5AVFjUwN9yydhIb6yKVqA==", "files": [ - "System.Security.Cryptography.RandomNumberGenerator.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.RandomNumberGenerator.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.RandomNumberGenerator.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.RandomNumberGenerator.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.RandomNumberGenerator.nuspec", "lib/DNXCore50/System.Security.Cryptography.RandomNumberGenerator.dll", "lib/net46/System.Security.Cryptography.RandomNumberGenerator.dll", - "ref/any/System.Security.Cryptography.RandomNumberGenerator.dll", + "ref/dotnet/System.Security.Cryptography.RandomNumberGenerator.dll", "ref/net46/System.Security.Cryptography.RandomNumberGenerator.dll" ] }, - "System.Security.Cryptography.RSA/4.0.0-beta-23008": { - "sha512": "TEuN2Htj7WnwcVM26mcIjz8+E9E0QCIIBcBME9phN/+GHt2+iWbLKXxhLy0XQeue/K7nIKX94Xo+NWnclPvGfg==", + "System.Security.Cryptography.RSA/4.0.0-beta-23011": { + "sha512": "5/zsQ84mzJzif6m4onuN2zqsePFe/tp6Yxn3mS2qr9rYTHDL7BWKWAaD6KknsBzGX+jaWMpuMWk3/HLFlsEWVQ==", "files": [ - "System.Security.Cryptography.RSA.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.RSA.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.RSA.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.RSA.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.RSA.nuspec", "lib/DNXCore50/System.Security.Cryptography.RSA.dll", "lib/net46/System.Security.Cryptography.RSA.dll", - "ref/any/System.Security.Cryptography.RSA.dll", + "ref/dotnet/System.Security.Cryptography.RSA.dll", "ref/net46/System.Security.Cryptography.RSA.dll" ] }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23008": { - "sha512": "h4/t0Y66s/z6fWkDcYMyvCshHqZ1NZhXaevVWexejGwYPjvLXFsUwOxR2cRrR0YGZmNM/nYmmF61SIabF1ttJQ==", + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23011": { + "sha512": "D25lj0XCLrV4U0/M8pok7Yf8P4FzC6CVY+5eoJy99ECC9BmqWOKLCJdYseMAVMJNrekPuQ3w7rT+AZSjy9imEA==", "files": [ - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23008.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23011.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23011.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec", "lib/DNXCore50/System.Security.Cryptography.X509Certificates.dll", "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/any/System.Security.Cryptography.X509Certificates.dll", + "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", "ref/net46/System.Security.Cryptography.X509Certificates.dll" ] }, - "System.Security.Principal/4.0.0-beta-23008": { - "sha512": "iYiYchM9c+5UyXYKrDicShxCJRsjbfyhlya+itNBP2bjb2VJld9OEdHiZ2L+wU+of03XYB4o4N6B1LR9ljlRHg==", + "System.Security.Principal/4.0.0-beta-23011": { + "sha512": "oc990zyo5t1P0XdKgB6laXE+683efgmG9yRTjPWs0izHtighXtWqUDxxPPLEbzGaDCqeAPPMSs4xYrL83ZXdBg==", "files": [ - "System.Security.Principal.4.0.0-beta-23008.nupkg", - "System.Security.Principal.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Principal.4.0.0-beta-23011.nupkg", + "System.Security.Principal.4.0.0-beta-23011.nupkg.sha512", "System.Security.Principal.nuspec", - "lib/any/System.Security.Principal.dll", + "lib/dotnet/System.Security.Principal.dll", "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", "lib/win8/_._", - "ref/any/System.Security.Principal.dll", + "ref/dotnet/System.Security.Principal.dll", "ref/net45/_._", + "ref/netcore50/System.Security.Principal.dll", "ref/win8/_._" ] }, - "System.Security.Principal.Windows/4.0.0-beta-23008": { - "sha512": "M0o9UZVCGvfNifOTUg6paYslCVxsJiS8y1h/Dk4bEHKaCl4nio+vriTvkEoe3xTP6mu07hX7j8LmN4dqCckP7w==", + "System.Security.Principal.Windows/4.0.0-beta-23011": { + "sha512": "yIOwSNXqmMJCnOz6wOfsaojUux/0xd3gE2OpX1p/63Zv1SoxE7W+0lCUBbfbccfARzPJIIOIxIUeV9nHNdduOA==", "files": [ - "System.Security.Principal.Windows.4.0.0-beta-23008.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23008.nupkg.sha512", + "System.Security.Principal.Windows.4.0.0-beta-23011.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23011.nupkg.sha512", "System.Security.Principal.Windows.nuspec", "lib/DNXCore50/System.Security.Principal.Windows.dll", "lib/net46/System.Security.Principal.Windows.dll", - "ref/any/System.Security.Principal.Windows.dll", + "ref/dotnet/System.Security.Principal.Windows.dll", "ref/net46/System.Security.Principal.Windows.dll" ] }, - "System.Security.SecureString/4.0.0-beta-23008": { - "sha512": "eMVNI36iBmiQ/CljLLgxyNu6GTwg/RYvjCrNUuxoCMt6SOAh+2RXW8dg5EspQdG9bDRh+CmCRdjRAXs2Xek0IQ==", + "System.Security.SecureString/4.0.0-beta-23011": { + "sha512": "QjowwdwQHnPa2KTASn0fjfYWRNAK/KQJgRMTJVG77Qx4rEhayXfqibOm0JZmJMFU1cbhCCQtWIMzys+Z6qSXNw==", "files": [ - "System.Security.SecureString.4.0.0-beta-23008.nupkg", - "System.Security.SecureString.4.0.0-beta-23008.nupkg.sha512", + "System.Security.SecureString.4.0.0-beta-23011.nupkg", + "System.Security.SecureString.4.0.0-beta-23011.nupkg.sha512", "System.Security.SecureString.nuspec", "lib/DNXCore50/System.Security.SecureString.dll", "lib/net46/System.Security.SecureString.dll", - "ref/any/System.Security.SecureString.dll", + "ref/dotnet/System.Security.SecureString.dll", "ref/net46/System.Security.SecureString.dll" ] }, - "System.Text.Encoding/4.0.10-beta-23008": { - "sha512": "dDcnfqdj6stUj1o1mNZIxEDTI0er7TVER+CVcng+6rEejErS5HQjIEsuEepQSiAF3VDiZu8ZI89RAUuQbCSjEw==", + "System.Text.Encoding/4.0.10-beta-23011": { + "sha512": "WpZkSv0yV1Fp3hVvHNlvEQ+tdM9vHvbhqJ6dTxcAR7fSfRftH0IdhtSc4rDWHNegfoKiX+nra4S8aNPxe3u1AQ==", "files": [ - "System.Text.Encoding.4.0.10-beta-23008.nupkg", - "System.Text.Encoding.4.0.10-beta-23008.nupkg.sha512", + "System.Text.Encoding.4.0.10-beta-23011.nupkg", + "System.Text.Encoding.4.0.10-beta-23011.nupkg.sha512", "System.Text.Encoding.nuspec", "lib/DNXCore50/System.Text.Encoding.dll", "lib/net46/_._", "lib/netcore50/System.Text.Encoding.dll", - "ref/any/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll" ] }, - "System.Text.Encoding.Extensions/4.0.10-beta-23008": { - "sha512": "prdF3DGvtjlD0/YKpJGtWIZWCGfIj/ym4MKHOKVu6JsxKpykNu2w4M0Ox42CAxlEFRk9FoHARLPiENgm7bdySw==", + "System.Text.Encoding.Extensions/4.0.10-beta-23011": { + "sha512": "+gvJ1yS67HI3X8LrUu2wVCaD4lR+yJk/7scaKsAORYz8N5SuBKQv9mjjlkSWURH8xKbrHmvN9aycYhHtJKhLAg==", "files": [ - "System.Text.Encoding.Extensions.4.0.10-beta-23008.nupkg", - "System.Text.Encoding.Extensions.4.0.10-beta-23008.nupkg.sha512", + "System.Text.Encoding.Extensions.4.0.10-beta-23011.nupkg", + "System.Text.Encoding.Extensions.4.0.10-beta-23011.nupkg.sha512", "System.Text.Encoding.Extensions.nuspec", "lib/DNXCore50/System.Text.Encoding.Extensions.dll", "lib/net46/_._", "lib/netcore50/System.Text.Encoding.Extensions.dll", - "ref/any/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.dll", "ref/net46/_._", "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll" ] }, - "System.Threading/4.0.0-beta-23008": { - "sha512": "yWsWarhVtzNEASX3qdzjSkR8GRXJVNJuHG+wbwBE6RiEtaa1GA8zWvHiPsTrgSWtIbEW4xuirxK71IiN2DB/fw==", + "System.Threading/4.0.10-beta-22816": { + "sha512": "GO4X3FuGlw4DJH+UbbKDXKnyyWiwlPJIX+Ys0UCzSdAPneBA42dPb2+kRakWy+wo6n6Gcv7ckkfa3j8MSSxbhg==", "files": [ "License.rtf", - "System.Threading.4.0.0-beta-23008.nupkg", - "System.Threading.4.0.0-beta-23008.nupkg.sha512", + "System.Threading.4.0.10-beta-22816.nupkg", + "System.Threading.4.0.10-beta-22816.nupkg.sha512", "System.Threading.nuspec", - "lib/net45/_._", - "lib/win8/_._", - "ref/any/System.Threading.dll", - "ref/net45/_._", - "ref/win8/_._" + "lib/aspnetcore50/System.Threading.dll", + "lib/contract/System.Threading.dll", + "lib/net45/System.Threading.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.dll" ] }, - "System.Threading.Overlapped/4.0.0-beta-23008": { - "sha512": "Sohf0lY/QqcHxUsvg5tULRDCHNN+5ihvVhH6fe1LwD8htM8GzXsswdAWXt2g9dUvFtYDCYZq/5Fspzw8nWCnwQ==", + "System.Threading.Overlapped/4.0.0-beta-23011": { + "sha512": "nSej6VBzljLDTD7+g66LV0scqqaYE4ro3YEU9eSNgGXESLyeESo21IRzMFHD9gsn5lcAce6vuJsEV3er9ZwggQ==", "files": [ - "System.Threading.Overlapped.4.0.0-beta-23008.nupkg", - "System.Threading.Overlapped.4.0.0-beta-23008.nupkg.sha512", + "System.Threading.Overlapped.4.0.0-beta-23011.nupkg", + "System.Threading.Overlapped.4.0.0-beta-23011.nupkg.sha512", "System.Threading.Overlapped.nuspec", "lib/DNXCore50/System.Threading.Overlapped.dll", "lib/net46/System.Threading.Overlapped.dll", "lib/netcore50/System.Threading.Overlapped.dll", - "ref/any/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.dll", "ref/net46/System.Threading.Overlapped.dll" ] }, - "System.Threading.Tasks/4.0.0-beta-23008": { - "sha512": "+LJfLvom7OFURljS/+JpVE046SLbWAwYTOcECaCFMlNccJ5MuZ9IALaUpIIy30b2EfsqVlPHUDkG1FJfFsmBvQ==", + "System.Threading.Tasks/4.0.10-beta-22816": { + "sha512": "KhcVrI2JzX1oHigWTbf4F/2uhPSkhjquLPYbBVCLe9HGxLDJk2WLgmTbJk7fIus6xWWnWJmhOp0rHERU9M2SQw==", "files": [ "License.rtf", - "System.Threading.Tasks.4.0.0-beta-23008.nupkg", - "System.Threading.Tasks.4.0.0-beta-23008.nupkg.sha512", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg", + "System.Threading.Tasks.4.0.10-beta-22816.nupkg.sha512", "System.Threading.Tasks.nuspec", - "lib/net45/_._", - "lib/win8/_._", - "ref/any/System.Threading.Tasks.dll", - "ref/net45/_._", - "ref/win8/_._" + "lib/aspnetcore50/System.Threading.Tasks.dll", + "lib/contract/System.Threading.Tasks.dll", + "lib/net45/System.Threading.Tasks.dll", + "lib/portable-wpa81+wp80+win80+net45+aspnetcore50/System.Threading.Tasks.dll" ] }, - "System.Threading.ThreadPool/4.0.10-beta-23008": { - "sha512": "O7WXXqZy/KOgOGaRER4QmoXte41iaqlrqqqQzm/iTeI1XJk1SmikQOIeABQWcmF89VHKBS7WSLJSZEGw8jo6ag==", + "System.Threading.ThreadPool/4.0.10-beta-23011": { + "sha512": "snl3qG4VIot1RBVobTp453SqR9rolmbS38wzTbsSw1MSiDQ0hrYRp5qLPSeqgBre+cZuGkMObfULBGg5xcN5Zw==", "files": [ - "System.Threading.ThreadPool.4.0.10-beta-23008.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23008.nupkg.sha512", + "System.Threading.ThreadPool.4.0.10-beta-23011.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23011.nupkg.sha512", "System.Threading.ThreadPool.nuspec", "lib/DNXCore50/System.Threading.ThreadPool.dll", "lib/net46/System.Threading.ThreadPool.dll", - "ref/any/System.Threading.ThreadPool.dll", + "ref/dotnet/System.Threading.ThreadPool.dll", "ref/net46/System.Threading.ThreadPool.dll" ] }, @@ -1329,6 +1369,15 @@ "lib/portable-net45+aspnetcore50+win+wpa81+wp80/xunit.runner.utility.pdb", "lib/portable-net45+aspnetcore50+win+wpa81+wp80/xunit.runner.utility.xml" ] + }, + "xunit.netcore.extensions/1.0.0-prerelease-00053": { + "sha512": "Nr3usfWn6O4WWWJyIN9wgMENawbcGuZ0wjlVkBFxbC+O0KRc2K+F8sWNJ7mN6RN8wlczI3tizEcve83m/MvqtQ==", + "files": [ + "xunit.netcore.extensions.1.0.0-prerelease-00053.nupkg", + "xunit.netcore.extensions.1.0.0-prerelease-00053.nupkg.sha512", + "xunit.netcore.extensions.nuspec", + "lib/portable-wpa80+win80+net45+aspnetcore50/Xunit.NetCore.Extensions.dll" + ] } }, "projectFileDependencyGroups": { @@ -1342,7 +1391,8 @@ "xunit >= 2.0.0-beta5-build2785", "xunit.abstractions.netcore >= 1.0.0-prerelease", "xunit.assert >= 2.0.0-beta5-build2785", - "xunit.core.netcore >= 1.0.1-prerelease" + "xunit.core.netcore >= 1.0.1-prerelease", + "xunit.netcore.extensions >= 1.0.0-prerelease-*" ], "DNXCore,Version=v5.0": [] }