diff --git a/Testing/UnitTestingSamples/UnitTestingSamples.sln b/Testing/UnitTestingSamples/UnitTestingSamples.sln index 0cdab2b6..b5d29c0d 100644 --- a/Testing/UnitTestingSamples/UnitTestingSamples.sln +++ b/Testing/UnitTestingSamples/UnitTestingSamples.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +VisualStudioVersion = 14.0.25029.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTestingSamples", "UnitTestingSamples\UnitTestingSamples.csproj", "{A128DD16-4A2C-487D-B31B-D5C2ECB02980}" EndProject diff --git a/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.json b/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.json index 448d57f5..40cae04a 100644 --- a/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.json +++ b/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.json @@ -1,26 +1,30 @@ { "version": "1.0.0-*", "description": "UnitTestingSamplesCore Class Library", - "authors": [ "chris" ], + "authors": [ "Christian" ], "tags": [ "" ], "projectUrl": "", "licenseUrl": "", "dependencies": { - "NETStandard.Library": "1.0.0-*", - "System.Xml.XDocument": "4.0.11-*" }, "frameworks": { - "net46": { - "dependencies": { - }, + "dnx46": { "frameworkAssemblies": { "System.Xml": "4.0.0.0", "System.Xml.Linq": "4.0.0.0" } }, - "dotnet5.4": { + "dnxcore50": { + "dependencies": { + "Microsoft.CSharp": "4.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516" + } } } } diff --git a/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.lock.json b/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.lock.json index 7fd4e53d..ef7f62bf 100644 --- a/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.lock.json +++ b/Testing/UnitTestingSamples/UnitTestingSamplesCore/project.lock.json @@ -2,3148 +2,1424 @@ "locked": false, "version": 2, "targets": { - ".NETFramework,Version=v4.6": { - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package" - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23818" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23818": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23818": { + "DNX,Version=v4.6": {}, + "DNXCore,Version=v5.0": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { - "Microsoft.NETCore.Targets.NETFramework": "4.6.1-rc3-23818" - } - }, - "Microsoft.NETCore.Targets.NETFramework/4.6.1-rc3-23818": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23818": { - "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Dynamic.Runtime": "4.0.0", + "System.Globalization": "4.0.10", + "System.Linq": "4.0.0", + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "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.Runtime.InteropServices": "4.0.20", + "System.Threading": "4.0.10" + }, "compile": { - "ref/net46/Microsoft.Win32.Primitives.dll": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/net46/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23818", - "System.Collections.Concurrent": "4.0.12-rc3-23818", - "System.Linq": "4.1.0-rc3-23818", - "System.Runtime.Numerics": "4.0.1-rc3-23818", - "System.Text.RegularExpressions": "4.0.12-rc3-23818" + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "NETStandard.Platform/1.0.0-rc3-23818": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23818", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23818", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23818", - "System.AppContext": "4.1.0-rc3-23818", - "System.Collections": "4.0.11-rc3-23818", - "System.Console": "4.0.0-rc3-23818", - "System.Diagnostics.Debug": "4.0.11-rc3-23818", - "System.Diagnostics.Tools": "4.0.1-rc3-23818", - "System.Diagnostics.Tracing": "4.1.0-rc3-23818", - "System.Globalization": "4.0.11-rc3-23818", - "System.Globalization.Calendars": "4.0.1-rc3-23818", - "System.IO": "4.1.0-rc3-23818", - "System.IO.FileSystem": "4.0.1-rc3-23818", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23818", - "System.Net.Primitives": "4.0.11-rc3-23818", - "System.Net.Sockets": "4.1.0-rc3-23818", - "System.Reflection": "4.1.0-rc3-23818", - "System.Reflection.Extensions": "4.0.1-rc3-23818", - "System.Reflection.Primitives": "4.0.1-rc3-23818", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23818", - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.Extensions": "4.1.0-rc3-23818", - "System.Runtime.Handles": "4.0.1-rc3-23818", - "System.Runtime.InteropServices": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23818", - "System.Text.Encoding": "4.0.11-rc3-23818", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23818", - "System.Threading": "4.0.11-rc3-23818", - "System.Threading.Tasks": "4.0.11-rc3-23818", - "System.Threading.Timer": "4.0.1-rc3-23818" - } - }, - "System.AppContext/4.1.0-rc3-23818": { - "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], + "System.Runtime": "4.0.21-beta-23516" + }, "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { - "lib/net46/System.AppContext.dll": {} + "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections/4.0.11-rc3-23818": { + "System.Diagnostics.Debug/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Diagnostics.Debug.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "System.Collections.Concurrent/4.0.12-rc3-23818": { + "System.Diagnostics.Tools/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, - "System.Console/4.0.0-rc3-23818": { + "System.Dynamic.Runtime/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.Console.dll": {} + "dependencies": { + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/net46/System.Console.dll": {} + "compile": { + "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-rc3-23818": { + "System.Globalization/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Globalization.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Globalization.dll": {} } }, - "System.Diagnostics.Tools/4.0.1-rc3-23818": { + "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/net45/_._": {} + "ref/dotnet/System.IO.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.IO.dll": {} } }, - "System.Diagnostics.Tracing/4.1.0-rc3-23818": { + "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/net45/_._": {} + "ref/dotnet/System.IO.FileSystem.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.IO.FileSystem.dll": {} } }, - "System.Globalization/4.0.11-rc3-23818": { + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Globalization.Calendars/4.0.1-rc3-23818": { + "System.Linq/4.0.1-beta-23516": { "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], + "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/net46/System.Globalization.Calendars.dll": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/net46/System.Globalization.Calendars.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.IO/4.1.0-rc3-23818": { + "System.Linq.Expressions/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], - "compile": { - "ref/net46/System.IO.dll": {} + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/net46/System.IO.dll": {} + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} } }, - "System.IO.FileSystem/4.0.1-rc3-23818": { + "System.ObjectModel/4.0.10": { "type": "package", "dependencies": { - "System.IO.FileSystem.Primitives": "4.0.0" + "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" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.IO.FileSystem.dll": {} + "ref/dotnet/System.ObjectModel.dll": {} }, "runtime": { - "lib/net46/System.IO.FileSystem.dll": {} + "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23818": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/net46/System.IO.FileSystem.Primitives.dll": {} + "ref/dnxcore50/_._": {} } }, - "System.Linq/4.1.0-rc3-23818": { + "System.Reflection/4.0.10": { "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Reflection.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.dll": {} } }, - "System.Net.Primitives/4.0.11-rc3-23818": { + "System.Reflection.Extensions/4.0.0": { "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Net.Sockets/4.1.0-rc3-23818": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net46/System.Net.Sockets.dll": {} + "ref/dotnet/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/net46/System.Net.Sockets.dll": {} + "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, - "System.Reflection/4.1.0-rc3-23818": { + "System.Reflection.TypeExtensions/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net46/System.Reflection.dll": {} + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "lib/net46/System.Reflection.dll": {} + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Reflection.Extensions/4.0.1-rc3-23818": { + "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/net45/_._": {} + "ref/dotnet/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Reflection.Primitives/4.0.1-rc3-23818": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23516" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet5.4/System.Runtime.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Runtime.dll": {} } }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23818": { + "System.Runtime.Extensions/4.0.10": { "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], + "dependencies": { + "System.Runtime": "4.0.20" + }, "compile": { - "ref/net46/System.Reflection.TypeExtensions.dll": {} + "ref/dotnet/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/net46/System.Reflection.TypeExtensions.dll": {} + "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, - "System.Runtime/4.1.0-rc3-23818": { + "System.Runtime.Handles/4.0.0": { "type": "package", - "frameworkAssemblies": [ - "System", - "System.ComponentModel.Composition", - "System.Core", - "mscorlib" - ], + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net46/System.Runtime.dll": {} + "ref/dotnet/System.Runtime.Handles.dll": {} }, "runtime": { - "lib/net46/System.Runtime.dll": {} + "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, - "System.Runtime.Extensions/4.1.0-rc3-23818": { + "System.Runtime.InteropServices/4.0.20": { "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], + "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/net46/System.Runtime.Extensions.dll": {} + "ref/dotnet/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/net46/System.Runtime.Extensions.dll": {} + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Runtime.Handles/4.0.1-rc3-23818": { + "System.Text.Encoding/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net46/_._": {} + "ref/dotnet/System.Text.Encoding.dll": {} }, "runtime": { - "lib/net46/_._": {} + "lib/DNXCore50/System.Text.Encoding.dll": {} } }, - "System.Runtime.InteropServices/4.1.0-rc3-23818": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "mscorlib" - ], + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, "compile": { - "ref/net46/System.Runtime.InteropServices.dll": {} + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/net46/System.Runtime.InteropServices.dll": {} + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23818": { + "System.Text.RegularExpressions/4.0.10": { "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], + "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/net46/System.Runtime.InteropServices.PInvoke.dll": {} + "ref/dotnet/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/net46/System.Runtime.InteropServices.PInvoke.dll": {} + "lib/dotnet/System.Text.RegularExpressions.dll": {} } }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Runtime.Numerics/4.0.1-rc3-23818": { + "System.Threading.Overlapped/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Text.Encoding/4.0.11-rc3-23818": { + "System.Threading.Tasks/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23818": { + "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/net45/_._": {} + "ref/dotnet/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet/System.Xml.ReaderWriter.dll": {} } }, - "System.Text.RegularExpressions/4.0.12-rc3-23818": { + "System.Xml.XDocument/4.0.11-beta-23516": { "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/net45/_._": {} + "ref/dotnet5.4/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet5.4/System.Xml.XDocument.dll": {} } - }, - "System.Threading/4.0.11-rc3-23818": { + } + }, + "DNX,Version=v4.6/win7-x86": {}, + "DNX,Version=v4.6/win7-x64": {}, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Dynamic.Runtime": "4.0.0", + "System.Globalization": "4.0.10", + "System.Linq": "4.0.0", + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "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.Runtime.InteropServices": "4.0.20", + "System.Threading": "4.0.10" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "System.Threading.Tasks/4.0.11-rc3-23818": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { - "ref/net45/_._": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/net45/_._": {} + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "System.Threading.Timer/4.0.1-rc3-23818": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { - "ref/net451/_._": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/net451/_._": {} + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Xml.XDocument/4.0.11-rc3-23818": { + "System.Collections/4.0.11-beta-23516": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23516" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Collections.dll": {} } - } - }, - ".NETFramework,Version=v4.6/win7-x64": { - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { + }, + "System.Diagnostics.Debug/4.0.10": { "type": "package", "dependencies": { - "runtime.win7-x64.Microsoft.DotNet.CoreHost": "0.0.1-beta-00001" + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Debug.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23818": { + "System.Diagnostics.Tools/4.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23818" + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tools.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23818": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23818": { + "System.Dynamic.Runtime/4.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Targets.NETFramework": "4.6.1-rc3-23818" + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "Microsoft.NETCore.Targets.NETFramework/4.6.1-rc3-23818": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23818": { + "System.Globalization/4.0.10": { "type": "package", "dependencies": { - "runtime.win7.Microsoft.Win32.Primitives": "4.0.1-rc3-23818" + "System.Runtime": "4.0.0" }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], "compile": { - "ref/net46/Microsoft.Win32.Primitives.dll": {} + "ref/dotnet/System.Globalization.dll": {} }, "runtime": { - "lib/net46/Microsoft.Win32.Primitives.dll": {} + "lib/DNXCore50/System.Globalization.dll": {} } }, - "NETStandard.Library/1.0.0-rc3-23818": { + "System.IO/4.0.10": { "type": "package", "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23818", - "System.Collections.Concurrent": "4.0.12-rc3-23818", - "System.Linq": "4.1.0-rc3-23818", - "System.Runtime.Numerics": "4.0.1-rc3-23818", - "System.Text.RegularExpressions": "4.0.12-rc3-23818" + "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": {} } }, - "NETStandard.Platform/1.0.0-rc3-23818": { + "System.IO.FileSystem/4.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23818", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23818", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23818", - "System.AppContext": "4.1.0-rc3-23818", - "System.Collections": "4.0.11-rc3-23818", - "System.Console": "4.0.0-rc3-23818", - "System.Diagnostics.Debug": "4.0.11-rc3-23818", - "System.Diagnostics.Tools": "4.0.1-rc3-23818", - "System.Diagnostics.Tracing": "4.1.0-rc3-23818", - "System.Globalization": "4.0.11-rc3-23818", - "System.Globalization.Calendars": "4.0.1-rc3-23818", - "System.IO": "4.1.0-rc3-23818", - "System.IO.FileSystem": "4.0.1-rc3-23818", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23818", - "System.Net.Primitives": "4.0.11-rc3-23818", - "System.Net.Sockets": "4.1.0-rc3-23818", - "System.Reflection": "4.1.0-rc3-23818", - "System.Reflection.Extensions": "4.0.1-rc3-23818", - "System.Reflection.Primitives": "4.0.1-rc3-23818", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23818", - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.Extensions": "4.1.0-rc3-23818", - "System.Runtime.Handles": "4.0.1-rc3-23818", - "System.Runtime.InteropServices": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23818", - "System.Text.Encoding": "4.0.11-rc3-23818", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23818", - "System.Threading": "4.0.11-rc3-23818", - "System.Threading.Tasks": "4.0.11-rc3-23818", - "System.Threading.Timer": "4.0.1-rc3-23818" - } - }, - "runtime.any.System.AppContext/4.1.0-rc3-23818": { - "type": "package", + "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/_._": {} + "ref/dotnet/System.IO.FileSystem.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.IO.FileSystem.dll": {} } }, - "runtime.any.System.Collections/4.0.11-rc3-23818": { + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "runtime.any.System.Diagnostics.Tools/4.0.1-rc3-23818": { + "System.Linq/4.0.1-beta-23516": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "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" }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Diagnostics.Tracing/4.1.0-rc3-23818": { - "type": "package", "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "runtime.any.System.Globalization/4.0.11-rc3-23818": { + "System.Linq.Expressions/4.0.0": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/net45/_._": {} + "compile": { + "ref/dotnet/System.Linq.Expressions.dll": {} } }, - "runtime.any.System.Globalization.Calendars/4.0.1-rc3-23818": { + "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/_._": {} + "ref/dotnet/System.ObjectModel.dll": {} }, "runtime": { - "lib/net/_._": {} + "lib/dotnet/System.ObjectModel.dll": {} } }, - "runtime.any.System.IO/4.1.0-rc3-23818": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} + "ref/dnxcore50/_._": {} } }, - "runtime.any.System.Reflection/4.1.0-rc3-23818": { + "System.Reflection/4.0.10": { "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Reflection.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.dll": {} } }, - "runtime.any.System.Reflection.Extensions/4.0.1-rc3-23818": { + "System.Reflection.Extensions/4.0.0": { "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "runtime.any.System.Reflection.Primitives/4.0.1-rc3-23818": { + "System.Reflection.Primitives/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, - "runtime.any.System.Reflection.TypeExtensions/4.1.0-rc3-23818": { + "System.Reflection.TypeExtensions/4.0.0": { "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "lib/net/_._": {} + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "runtime.any.System.Runtime/4.1.0-rc3-23818": { + "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/_._": {} + "ref/dotnet/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "runtime.any.System.Runtime.Handles/4.0.1-rc3-23818": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23516" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.Runtime.dll": {} }, "runtime": { - "lib/net46/_._": {} + "lib/DNXCore50/System.Runtime.dll": {} } }, - "runtime.any.System.Runtime.InteropServices/4.1.0-rc3-23818": { + "System.Runtime.Extensions/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, - "runtime.any.System.Text.Encoding/4.0.11-rc3-23818": { + "System.Runtime.Handles/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Runtime.Handles.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, - "runtime.any.System.Text.Encoding.Extensions/4.0.11-rc3-23818": { + "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/_._": {} + "ref/dotnet/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "runtime.any.System.Threading.Tasks/4.0.11-rc3-23818": { + "System.Text.Encoding/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Text.Encoding.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Text.Encoding.dll": {} } }, - "runtime.any.System.Threading.Timer/4.0.1-rc3-23818": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "runtime.win.System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { + "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/_._": {} + "ref/dotnet/System.Text.RegularExpressions.dll": {} }, "runtime": { - "runtimes/win7/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} + "lib/dotnet/System.Text.RegularExpressions.dll": {} } }, - "runtime.win7-x64.Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { + "System.Threading/4.0.11-beta-23516": { "type": "package", - "native": { - "runtimes/win7-x64/native/corehost.exe": {}, - "runtimes/win7-x64/native/hostpolicy.dll": {} + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Threading.dll": {} } }, - "runtime.win7.Microsoft.Win32.Primitives/4.0.1-rc3-23818": { + "System.Threading.Overlapped/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Threading.Overlapped.dll": {} }, "runtime": { - "runtimes/win7/lib/net/_._": {} + "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "runtime.win7.System.Console/4.0.0-rc3-23818": { + "System.Threading.Tasks/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Threading.Tasks.dll": {} }, "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} + "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "runtime.win7.System.IO.FileSystem/4.0.1-rc3-23818": { + "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/_._": {} + "ref/dotnet/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "runtimes/win7/lib/net/_._": {} + "lib/dotnet/System.Xml.ReaderWriter.dll": {} } }, - "runtime.win7.System.Net.Primitives/4.0.11-rc3-23818": { + "System.Xml.XDocument/4.0.11-beta-23516": { "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/_._": {} + "ref/dotnet5.4/System.Xml.XDocument.dll": {} }, "runtime": { - "runtimes/win7/lib/net/_._": {} + "lib/dotnet5.4/System.Xml.XDocument.dll": {} } - }, - "runtime.win7.System.Net.Sockets/4.1.0-rc3-23818": { + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Dynamic.Runtime": "4.0.0", + "System.Globalization": "4.0.10", + "System.Linq": "4.0.0", + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "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.Runtime.InteropServices": "4.0.20", + "System.Threading": "4.0.10" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "runtimes/win7/lib/net/_._": {} + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "runtime.win7.System.Runtime.Extensions/4.1.0-rc3-23818": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} }, "runtime": { - "runtimes/win7/lib/net/_._": {} + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-rc3-23818": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.AppContext/4.1.0-rc3-23818": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "runtime.any.System.AppContext": "4.1.0-rc3-23818" + "System.Runtime": "4.0.21-beta-23516" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { - "lib/net46/System.AppContext.dll": {} + "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections/4.0.11-rc3-23818": { + "System.Diagnostics.Debug/4.0.10": { "type": "package", "dependencies": { - "runtime.any.System.Collections": "4.0.11-rc3-23818" + "System.Runtime": "4.0.0" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Diagnostics.Debug.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "System.Collections.Concurrent/4.0.12-rc3-23818": { + "System.Diagnostics.Tools/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, - "System.Console/4.0.0-rc3-23818": { + "System.Dynamic.Runtime/4.0.0": { "type": "package", "dependencies": { - "runtime.win7.System.Console": "4.0.0-rc3-23818" + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.Console.dll": {} - }, - "runtime": { - "lib/net46/System.Console.dll": {} + "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-rc3-23818": { + "System.Globalization/4.0.10": { "type": "package", "dependencies": { - "runtime.win7.System.Diagnostics.Debug": "4.0.11-rc3-23818" + "System.Runtime": "4.0.0" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Globalization.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Globalization.dll": {} } }, - "System.Diagnostics.Tools/4.0.1-rc3-23818": { + "System.IO/4.0.10": { "type": "package", "dependencies": { - "runtime.any.System.Diagnostics.Tools": "4.0.1-rc3-23818" + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.IO.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.IO.dll": {} } }, - "System.Diagnostics.Tracing/4.1.0-rc3-23818": { + "System.IO.FileSystem/4.0.0": { "type": "package", "dependencies": { - "runtime.any.System.Diagnostics.Tracing": "4.1.0-rc3-23818" + "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/net45/_._": {} + "ref/dotnet/System.IO.FileSystem.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.IO.FileSystem.dll": {} } }, - "System.Globalization/4.0.11-rc3-23818": { + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", "dependencies": { - "runtime.any.System.Globalization": "4.0.11-rc3-23818" + "System.Runtime": "4.0.20" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Globalization.Calendars/4.0.1-rc3-23818": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { - "runtime.any.System.Globalization.Calendars": "4.0.1-rc3-23818" + "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" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.Globalization.Calendars.dll": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/net46/System.Globalization.Calendars.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.IO/4.1.0-rc3-23818": { + "System.Linq.Expressions/4.0.0": { "type": "package", "dependencies": { - "runtime.any.System.IO": "4.1.0-rc3-23818" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], "compile": { - "ref/net46/System.IO.dll": {} - }, - "runtime": { - "lib/net46/System.IO.dll": {} + "ref/dotnet/System.Linq.Expressions.dll": {} } }, - "System.IO.FileSystem/4.0.1-rc3-23818": { + "System.ObjectModel/4.0.10": { "type": "package", "dependencies": { - "System.IO.FileSystem.Primitives": "4.0.0", - "runtime.win7.System.IO.FileSystem": "4.0.1-rc3-23818" + "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" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.IO.FileSystem.dll": {} + "ref/dotnet/System.ObjectModel.dll": {} }, "runtime": { - "lib/net46/System.IO.FileSystem.dll": {} + "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23818": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/net46/System.IO.FileSystem.Primitives.dll": {} + "ref/dnxcore50/_._": {} } }, - "System.Linq/4.1.0-rc3-23818": { + "System.Reflection/4.0.10": { "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Reflection.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.dll": {} } }, - "System.Net.Primitives/4.0.11-rc3-23818": { + "System.Reflection.Extensions/4.0.0": { "type": "package", "dependencies": { - "runtime.win7.System.Net.Primitives": "4.0.11-rc3-23818" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Net.Sockets/4.1.0-rc3-23818": { + "System.Reflection.Primitives/4.0.0": { "type": "package", "dependencies": { - "runtime.win7.System.Net.Sockets": "4.1.0-rc3-23818" + "System.Runtime": "4.0.0" }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], "compile": { - "ref/net46/System.Net.Sockets.dll": {} + "ref/dotnet/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/net46/System.Net.Sockets.dll": {} + "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, - "System.Reflection/4.1.0-rc3-23818": { + "System.Reflection.TypeExtensions/4.0.0": { "type": "package", "dependencies": { - "runtime.any.System.Reflection": "4.1.0-rc3-23818" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.Reflection.dll": {} + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "lib/net46/System.Reflection.dll": {} + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Reflection.Extensions/4.0.1-rc3-23818": { + "System.Resources.ResourceManager/4.0.0": { "type": "package", "dependencies": { - "runtime.any.System.Reflection.Extensions": "4.0.1-rc3-23818" + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Reflection.Primitives/4.0.1-rc3-23818": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "dependencies": { - "runtime.any.System.Reflection.Primitives": "4.0.1-rc3-23818" + "System.Private.Uri": "4.0.1-beta-23516" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet5.4/System.Runtime.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Runtime.dll": {} } }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23818": { + "System.Runtime.Extensions/4.0.10": { "type": "package", "dependencies": { - "runtime.any.System.Reflection.TypeExtensions": "4.1.0-rc3-23818" + "System.Runtime": "4.0.20" }, - "frameworkAssemblies": [ - "mscorlib" - ], "compile": { - "ref/net46/System.Reflection.TypeExtensions.dll": {} + "ref/dotnet/System.Runtime.Extensions.dll": {} }, "runtime": { - "lib/net46/System.Reflection.TypeExtensions.dll": {} + "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, - "System.Runtime/4.1.0-rc3-23818": { + "System.Runtime.Handles/4.0.0": { "type": "package", "dependencies": { - "runtime.any.System.Runtime": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "System.ComponentModel.Composition", - "System.Core", - "mscorlib" - ], + "System.Runtime": "4.0.0" + }, "compile": { - "ref/net46/System.Runtime.dll": {} + "ref/dotnet/System.Runtime.Handles.dll": {} }, "runtime": { - "lib/net46/System.Runtime.dll": {} + "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, - "System.Runtime.Extensions/4.1.0-rc3-23818": { + "System.Runtime.InteropServices/4.0.20": { "type": "package", "dependencies": { - "runtime.win7.System.Runtime.Extensions": "4.1.0-rc3-23818" + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], "compile": { - "ref/net46/System.Runtime.Extensions.dll": {} + "ref/dotnet/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/net46/System.Runtime.Extensions.dll": {} + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Runtime.Handles/4.0.1-rc3-23818": { + "System.Text.Encoding/4.0.10": { "type": "package", "dependencies": { - "runtime.any.System.Runtime.Handles": "4.0.1-rc3-23818" + "System.Runtime": "4.0.0" }, "compile": { - "ref/net46/_._": {} + "ref/dotnet/System.Text.Encoding.dll": {} }, "runtime": { - "lib/net46/_._": {} + "lib/DNXCore50/System.Text.Encoding.dll": {} } }, - "System.Runtime.InteropServices/4.1.0-rc3-23818": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23818", - "runtime.any.System.Runtime.InteropServices": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "mscorlib" - ], + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, "compile": { - "ref/net46/System.Runtime.InteropServices.dll": {} + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/net46/System.Runtime.InteropServices.dll": {} + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23818": { + "System.Text.RegularExpressions/4.0.10": { "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], + "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/net46/System.Runtime.InteropServices.PInvoke.dll": {} + "ref/dotnet/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/net46/System.Runtime.InteropServices.PInvoke.dll": {} + "lib/dotnet/System.Text.RegularExpressions.dll": {} } }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", - "runtime.win.System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23818" + "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Runtime.Numerics/4.0.1-rc3-23818": { + "System.Threading.Overlapped/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Text.Encoding/4.0.11-rc3-23818": { + "System.Threading.Tasks/4.0.10": { "type": "package", "dependencies": { - "runtime.any.System.Text.Encoding": "4.0.11-rc3-23818" + "System.Runtime": "4.0.0" }, "compile": { - "ref/net45/_._": {} + "ref/dotnet/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/net45/_._": {} + "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Text.Encoding.Extensions": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.RegularExpressions/4.0.12-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Threading": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading.Tasks/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Threading.Tasks": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading.Timer/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Threading.Timer": "4.0.1-rc3-23818" - }, - "compile": { - "ref/net451/_._": {} - }, - "runtime": { - "lib/net451/_._": {} - } - }, - "System.Xml.XDocument/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - } - }, - ".NETFramework,Version=v4.6/win7-x86": { - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package" - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23818" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23818": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets.NETFramework": "4.6.1-rc3-23818" - } - }, - "Microsoft.NETCore.Targets.NETFramework/4.6.1-rc3-23818": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.Microsoft.Win32.Primitives": "4.0.1-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], - "compile": { - "ref/net46/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/net46/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23818", - "System.Collections.Concurrent": "4.0.12-rc3-23818", - "System.Linq": "4.1.0-rc3-23818", - "System.Runtime.Numerics": "4.0.1-rc3-23818", - "System.Text.RegularExpressions": "4.0.12-rc3-23818" - } - }, - "NETStandard.Platform/1.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23818", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23818", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23818", - "System.AppContext": "4.1.0-rc3-23818", - "System.Collections": "4.0.11-rc3-23818", - "System.Console": "4.0.0-rc3-23818", - "System.Diagnostics.Debug": "4.0.11-rc3-23818", - "System.Diagnostics.Tools": "4.0.1-rc3-23818", - "System.Diagnostics.Tracing": "4.1.0-rc3-23818", - "System.Globalization": "4.0.11-rc3-23818", - "System.Globalization.Calendars": "4.0.1-rc3-23818", - "System.IO": "4.1.0-rc3-23818", - "System.IO.FileSystem": "4.0.1-rc3-23818", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23818", - "System.Net.Primitives": "4.0.11-rc3-23818", - "System.Net.Sockets": "4.1.0-rc3-23818", - "System.Reflection": "4.1.0-rc3-23818", - "System.Reflection.Extensions": "4.0.1-rc3-23818", - "System.Reflection.Primitives": "4.0.1-rc3-23818", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23818", - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.Extensions": "4.1.0-rc3-23818", - "System.Runtime.Handles": "4.0.1-rc3-23818", - "System.Runtime.InteropServices": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23818", - "System.Text.Encoding": "4.0.11-rc3-23818", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23818", - "System.Threading": "4.0.11-rc3-23818", - "System.Threading.Tasks": "4.0.11-rc3-23818", - "System.Threading.Timer": "4.0.1-rc3-23818" - } - }, - "runtime.any.System.AppContext/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Collections/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Diagnostics.Tools/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Diagnostics.Tracing/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Globalization/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Globalization.Calendars/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net/_._": {} - } - }, - "runtime.any.System.IO/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Reflection/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Reflection.Extensions/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Reflection.Primitives/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Reflection.TypeExtensions/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net/_._": {} - } - }, - "runtime.any.System.Runtime/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Runtime.Handles/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net46/_._": {} - } - }, - "runtime.any.System.Runtime.InteropServices/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Text.Encoding/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Text.Encoding.Extensions/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Threading.Tasks/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.any.System.Threading.Timer/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "runtime.win.System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "runtime.win7.Microsoft.Win32.Primitives/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Console/4.0.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - } - }, - "runtime.win7.System.IO.FileSystem/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Net.Primitives/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Net.Sockets/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Runtime.Extensions/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/net/_._": {} - } - }, - "runtime.win7.System.Threading/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - } - }, - "System.AppContext/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.AppContext": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} - }, - "runtime": { - "lib/net46/System.AppContext.dll": {} - } - }, - "System.Collections/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Collections": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Collections.Concurrent/4.0.12-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Console/4.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Console": "4.0.0-rc3-23818" - }, - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.Console.dll": {} - }, - "runtime": { - "lib/net46/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Diagnostics.Debug": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.Tools/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Diagnostics.Tools": "4.0.1-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Diagnostics.Tracing/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Diagnostics.Tracing": "4.1.0-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Globalization": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Globalization.Calendars/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Globalization.Calendars": "4.0.1-rc3-23818" - }, - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/net46/System.Globalization.Calendars.dll": {} - } - }, - "System.IO/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.IO": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], - "compile": { - "ref/net46/System.IO.dll": {} - }, - "runtime": { - "lib/net46/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.IO.FileSystem.Primitives": "4.0.0", - "runtime.win7.System.IO.FileSystem": "4.0.1-rc3-23818" - }, - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/net46/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23818": { - "type": "package", - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/net46/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Net.Primitives/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Net.Primitives": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Net.Sockets/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Net.Sockets": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], - "compile": { - "ref/net46/System.Net.Sockets.dll": {} - }, - "runtime": { - "lib/net46/System.Net.Sockets.dll": {} - } - }, - "System.Reflection/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Reflection": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.Reflection.dll": {} - }, - "runtime": { - "lib/net46/System.Reflection.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Reflection.Extensions": "4.0.1-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.Primitives/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Reflection.Primitives": "4.0.1-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Reflection.TypeExtensions": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "mscorlib" - ], - "compile": { - "ref/net46/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/net46/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Runtime/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Runtime": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "System.ComponentModel.Composition", - "System.Core", - "mscorlib" - ], - "compile": { - "ref/net46/System.Runtime.dll": {} - }, - "runtime": { - "lib/net46/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Runtime.Extensions": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "mscorlib" - ], - "compile": { - "ref/net46/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/net46/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Runtime.Handles": "4.0.1-rc3-23818" - }, - "compile": { - "ref/net46/_._": {} - }, - "runtime": { - "lib/net46/_._": {} - } - }, - "System.Runtime.InteropServices/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23818", - "runtime.any.System.Runtime.InteropServices": "4.1.0-rc3-23818" - }, - "frameworkAssemblies": [ - "System", - "System.Core", - "mscorlib" - ], - "compile": { - "ref/net46/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/net46/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23818": { - "type": "package", - "frameworkAssemblies": [ - "System", - "mscorlib" - ], - "compile": { - "ref/net46/System.Runtime.InteropServices.PInvoke.dll": {} - }, - "runtime": { - "lib/net46/System.Runtime.InteropServices.PInvoke.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "runtime.win.System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23818" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.1-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Text.Encoding": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Text.Encoding.Extensions": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Text.RegularExpressions/4.0.12-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.win7.System.Threading": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading.Tasks/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Threading.Tasks": "4.0.11-rc3-23818" - }, - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - }, - "System.Threading.Timer/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "runtime.any.System.Threading.Timer": "4.0.1-rc3-23818" - }, - "compile": { - "ref/net451/_._": {} - }, - "runtime": { - "lib/net451/_._": {} - } - }, - "System.Xml.XDocument/4.0.11-rc3-23818": { - "type": "package", - "compile": { - "ref/net45/_._": {} - }, - "runtime": { - "lib/net45/_._": {} - } - } - }, - ".NETPlatform,Version=v5.4": { - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package" - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23818" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-23818", - "Microsoft.NETCore.Runtime.Native": "1.0.2-rc3-23818" - } - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc3-23818" - } - }, - "Microsoft.NETCore.Runtime.Native/1.0.2-rc3-23818": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23818": { - "type": "package" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23818": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23818", - "System.Collections.Concurrent": "4.0.12-rc3-23818", - "System.Linq": "4.1.0-rc3-23818", - "System.Runtime.Numerics": "4.0.1-rc3-23818", - "System.Text.RegularExpressions": "4.0.12-rc3-23818" - } - }, - "NETStandard.Platform/1.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23818", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23818", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23818", - "System.AppContext": "4.1.0-rc3-23818", - "System.Collections": "4.0.11-rc3-23818", - "System.Console": "4.0.0-rc3-23818", - "System.Diagnostics.Debug": "4.0.11-rc3-23818", - "System.Diagnostics.Tools": "4.0.1-rc3-23818", - "System.Diagnostics.Tracing": "4.1.0-rc3-23818", - "System.Globalization": "4.0.11-rc3-23818", - "System.Globalization.Calendars": "4.0.1-rc3-23818", - "System.IO": "4.1.0-rc3-23818", - "System.IO.FileSystem": "4.0.1-rc3-23818", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23818", - "System.Net.Primitives": "4.0.11-rc3-23818", - "System.Net.Sockets": "4.1.0-rc3-23818", - "System.Reflection": "4.1.0-rc3-23818", - "System.Reflection.Extensions": "4.0.1-rc3-23818", - "System.Reflection.Primitives": "4.0.1-rc3-23818", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23818", - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.Extensions": "4.1.0-rc3-23818", - "System.Runtime.Handles": "4.0.1-rc3-23818", - "System.Runtime.InteropServices": "4.1.0-rc3-23818", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23818", - "System.Text.Encoding": "4.0.11-rc3-23818", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23818", - "System.Threading": "4.0.11-rc3-23818", - "System.Threading.Tasks": "4.0.11-rc3-23818", - "System.Threading.Timer": "4.0.1-rc3-23818" - } - }, - "System.AppContext/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} - } - }, - "System.Collections/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.12-rc3-23818": { - "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.Reflection": "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/dotnet5.4/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} - } - }, - "System.Console/4.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Globalization/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Globalization.Calendars.dll": {} - } - }, - "System.IO/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-rc3-23818": { - "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/dotnet5.4/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Linq.dll": {} - } - }, - "System.Net.Primitives/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0-rc3-23818": { - "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/dotnet5.4/System.Net.Sockets.dll": {} - } - }, - "System.Reflection/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Reflection.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Reflection.TypeExtensions.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": {} - } - }, - "System.Runtime/4.1.0-rc3-23818": { - "type": "package", - "compile": { - "ref/dotnet5.4/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.1.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc3-23818", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23818" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Numerics/4.0.1-rc3-23818": { - "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" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.Numerics.dll": {} - } - }, - "System.Text.Encoding/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.12-rc3-23818": { - "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/dotnet5.4/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Timer/4.0.1-rc3-23818": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.3/System.Threading.Timer.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-rc3-23818": { - "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/dotnet5.4/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Xml.XDocument.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "sha512": "8B1JNAz0dQPltBIonw8TTE16OeY+iUVw1bFLJlZ70zX3hf+18tyKiQmJK1adOTObxJ6uFEz18Mxt2Ue5LtgQXQ==", - "type": "package", - "files": [ - "Microsoft.DotNet.CoreHost.0.0.1-beta-00001.nupkg.sha512", - "Microsoft.DotNet.CoreHost.nuspec", - "runtime.json" - ] - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23818": { - "sha512": "sUb40Aum89SKGpkxAWOYYC7z6AVEltY34ce98XdAcZxkKOewuLTT6LobPE3nFVgc+pdmcaQ0V5i70iF9jUACcg==", - "type": "package", - "files": [ - "Microsoft.NETCore.Platforms.1.0.1-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Platforms.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.json" - ] - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23818": { - "sha512": "DzbrEsTpkFtVdQm+84wXsISR+YfzZOuDu3dGibAyYULJaGKo+efONYuexDFVjD4XwLCs/y/Y4wgqgBWnEzfM6Q==", - "type": "package", - "files": [ - "Microsoft.NETCore.Runtime.1.0.2-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Runtime.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt" - ] - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23818": { - "sha512": "R0plaV2FAOwgQipmghAWC3FKdLM/6zbmLtDxF3VW8zPneu64ahBoXj3clqNav+G9xjdgdph/4vkUOZRVX7s2BA==", - "type": "package", - "files": [ - "Microsoft.NETCore.Runtime.CoreCLR.1.0.2-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Runtime.CoreCLR.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.json" - ] - }, - "Microsoft.NETCore.Runtime.Native/1.0.2-rc3-23818": { - "sha512": "wnEq1JDhFuRMHdo+MtyyrV8R0FKzt/YEPPzDJKgoe/fn8RZfaWwPMjvULc9vAiAZ+/3dybdvYcZI0aUat+C1mg==", - "type": "package", - "files": [ - "Microsoft.NETCore.Runtime.Native.1.0.2-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Runtime.Native.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt" - ] - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23818": { - "sha512": "g7C03sfKNiAVpUQcZjgzJw96Q/H5gIuNmIZLiPW7jT5T3vmlE1G4+MIA4f9iP8ojQljemKLsQTySIwgWUnls8Q==", - "type": "package", - "files": [ - "Microsoft.NETCore.Targets.1.0.1-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Targets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.json" - ] - }, - "Microsoft.NETCore.Targets.NETFramework/4.6.1-rc3-23818": { - "sha512": "MH72UtnluW+/FvIkoKh5NoPIjhTCrOvGk7apTn0lZMdHfw8x5vM9+NAyL5PPNNtL4qDmTLywAMV7VmYxyXjmtA==", - "type": "package", - "files": [ - "Microsoft.NETCore.Targets.NETFramework.4.6.1-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Targets.NETFramework.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.json" - ] - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23818": { - "sha512": "4UDzoMlR0AuOGaoq2DE0yrTKbk1LYkULy7a0951VHDbGIDKBzzYosgjKN4HMuoCAPDzxfHEcbTMXuWnzgVkrWw==", - "type": "package", - "files": [ - "Microsoft.NETCore.Windows.ApiSets.1.0.1-rc3-23818.nupkg.sha512", - "Microsoft.NETCore.Windows.ApiSets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "runtime.json" - ] - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23818": { - "sha512": "ZbNsNV2NJpLLZDiJuKYmjedNHH3De6r6JtciWbO5KNoGDfWYaNP/XnZT8EIo8eAkQ89t5L9o69oxcx9V/4bDRA==", - "type": "package", - "files": [ - "Microsoft.Win32.Primitives.4.0.1-rc3-23818.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.4/Microsoft.Win32.Primitives.dll", - "ref/dotnet5.4/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/ru/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "NETStandard.Library/1.0.0-rc3-23818": { - "sha512": "4BX7s7RLxCLXqG65wo6UKvM3FDqhsaPRbafzv8y2u18Qehl/ecgPvw6lKVQ+TT655HT5/Af9VkkrC0I20CQevw==", - "type": "package", - "files": [ - "NETStandard.Library.1.0.0-rc3-23818.nupkg.sha512", - "NETStandard.Library.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt" - ] - }, - "NETStandard.Platform/1.0.0-rc3-23818": { - "sha512": "KN8A9VtdZ132Rlvbiabwp8ACkJ39gMtsyJUrQ5AZQs3nNrflryBDl97Ba3fh0cWxwI2OtS4cc0MNIMdh+IGZNw==", - "type": "package", - "files": [ - "NETStandard.Platform.1.0.0-rc3-23818.nupkg.sha512", - "NETStandard.Platform.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt" - ] - }, - "runtime.any.System.AppContext/4.1.0-rc3-23818": { - "sha512": "NboQvMRX8jhJ8vQYxpxAOdGlNYf/jSmDncjFIGPHYDidkoF/FGNfBwwWm50AMZh+uOrVepJWebGBHzI7h8+H7g==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dnxcore50/System.AppContext.dll", - "lib/dotnet5.6/System.AppContext.dll", - "lib/net45/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.AppContext.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.AppContext.nuspec" - ] - }, - "runtime.any.System.Collections/4.0.11-rc3-23818": { - "sha512": "PyXzBQ6voFEXMN5AtT8si7lZmczQZh4K7GYM8/RDhOfK/C5Y4ddy2qdCAf3m8XI+3S5ZcRMyvpmaYJ8Ctkvuhw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Collections.dll", - "lib/net45/_._", - "lib/netcore50/System.Collections.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Collections.4.0.11-rc3-23818.nupkg.sha512", - "runtime.any.System.Collections.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Diagnostics.Tools/4.0.1-rc3-23818": { - "sha512": "OGz0jcupb0tXshsG1rDC+jBE2LuX/WUj5JpiEuZt/y1Z2s98BwuW+bZr0S749Cqml2wG1jYjQeFhmP1IeeiKKQ==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Diagnostics.Tools.dll", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Diagnostics.Tools.4.0.1-rc3-23818.nupkg.sha512", - "runtime.any.System.Diagnostics.Tools.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Diagnostics.Tracing/4.1.0-rc3-23818": { - "sha512": "RolR1zDrypL/e4AiiAtaKPAYXSnPFyWxLp/IgTwtMpWmt9yhQALula9ftxiTP9KXqAUsl2AMQaPSeqthpuar5w==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dnxcore50/System.Diagnostics.Tracing.dll", - "lib/dotnet5.6/System.Diagnostics.Tracing.dll", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Diagnostics.Tracing.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.Diagnostics.Tracing.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Globalization/4.0.11-rc3-23818": { - "sha512": "e+lSLjSJzRbKMWlJKxbL1EUKFBfvdn/mTTbaSXBM3LaKGiBjgaEHaANB9F34O2vyYxu1ocYhgkpc9aYwuMM6Mw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Globalization.dll", - "lib/net45/_._", - "lib/netcore50/System.Globalization.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Globalization.4.0.11-rc3-23818.nupkg.sha512", - "runtime.any.System.Globalization.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Globalization.Calendars/4.0.1-rc3-23818": { - "sha512": "2MT7X3AcuYKM/OXh/TjBErLuM4uBAZozKif9XBRfIcqbXiI01xFYTPgN5GRKDUbIJegHLOiWhvhQlu2o6Kqciw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Globalization.Calendars.dll", - "lib/net/_._", - "lib/netcore50/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Globalization.Calendars.4.0.1-rc3-23818.nupkg.sha512", - "runtime.any.System.Globalization.Calendars.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.IO/4.1.0-rc3-23818": { - "sha512": "H6fizrmM3/21oAxDKKzJ897fQvMHrHfAKDWcFne+b+59pxENnVB/DlS/JV+JG9OOHqiGtvF8Nx/0Xe6sl+AbKg==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.IO.dll", - "lib/net45/_._", - "lib/netcore50/System.IO.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.IO.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.IO.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection/4.1.0-rc3-23818": { - "sha512": "yvHOB8TKyefgSKuaX1NKjfPHNuiBRjd29o65nq0G2/USkHqI12qPG7rxA+pmGljuVFLnQNMIk0d28qTEVo1IgQ==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Reflection.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.Reflection.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection.Extensions/4.0.1-rc3-23818": { - "sha512": "YrcXU6QGiwryVrvBqpVIz57HmQZ4cDwv8VtIANvfqSGyAJk7ASu+llg9pCobhpnAcq/SpOfLA1WxtvzSZN3jlw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Reflection.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.Extensions.4.0.1-rc3-23818.nupkg.sha512", - "runtime.any.System.Reflection.Extensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Reflection.Primitives/4.0.1-rc3-23818": { - "sha512": "gvcqSC45XDZYKbxrRvX0NjH84uVbP/28Z3SFlm/EqdRa5XVzZmEOrmYJ+k2KOIaQ237t8wnA1+SkwbH3phfn2A==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Reflection.Primitives.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.Primitives.4.0.1-rc3-23818.nupkg.sha512", - "runtime.any.System.Reflection.Primitives.nuspec" - ] - }, - "runtime.any.System.Reflection.TypeExtensions/4.1.0-rc3-23818": { - "sha512": "Lr2W31y8z/zkGeoyvgrJAeAmUGJ6mSOEldksjmN1kabDVJwV3JRwRqA5hqz9jtJlwIEzbEHvDAA3PDU+Z0zUkw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Reflection.TypeExtensions.dll", - "lib/net/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.TypeExtensions.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.Reflection.TypeExtensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime/4.1.0-rc3-23818": { - "sha512": "QvN9sJd77NrapYEQb9G2SR+Xm/EJssBPTUEe1Z8AUa2ynBxQ43LNlRnNFAoBAKWHjYHkgyUlYruYnsk/EvauxQ==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Runtime.dll", - "lib/net45/_._", - "lib/netcore50/System.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Runtime.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.Runtime.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime.Handles/4.0.1-rc3-23818": { - "sha512": "LcnBYHYggyYXaRBU2sRM8YsbjfmWgf9Gyu4ebUPSKOqZJcv24c/DF/PNQO7iVImPZZkSJyHSIWZY05Uaqv2HuQ==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Runtime.Handles.dll", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Runtime.Handles.4.0.1-rc3-23818.nupkg.sha512", - "runtime.any.System.Runtime.Handles.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Runtime.InteropServices/4.1.0-rc3-23818": { - "sha512": "ZLSXvwT1SJEM9QRxfIeKrwd5RTeXwRYJeFHF2RpFA/a4ybTGOgS0aruOgp8GQ2nyOH1bgDZ+Mpbb6+amoSX+Mg==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Runtime.InteropServices.dll", - "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Runtime.InteropServices.4.1.0-rc3-23818.nupkg.sha512", - "runtime.any.System.Runtime.InteropServices.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Text.Encoding/4.0.11-rc3-23818": { - "sha512": "m94KGf/aNtqWkiIdPpKe05hvqQCdBySn/RlO+3dhPux89SVuyxOMoqiqoGSiF+w1odN3U8Dqzc4nZIwq9BDX8Q==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Text.Encoding.dll", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Text.Encoding.4.0.11-rc3-23818.nupkg.sha512", - "runtime.any.System.Text.Encoding.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Text.Encoding.Extensions/4.0.11-rc3-23818": { - "sha512": "nB7ZPuF0QWDF9FxBKnHlEsqA2tfw35Y0RSrL2v95HhbCl7dCHgyC/mdIrR0ntsF3zCnJdF+FFzxu9QowvswtKw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Text.Encoding.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Text.Encoding.Extensions.4.0.11-rc3-23818.nupkg.sha512", - "runtime.any.System.Text.Encoding.Extensions.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Threading.Tasks/4.0.11-rc3-23818": { - "sha512": "VPMtHeg/z6Hur35UtcvyjQffAe2h+hL4gNj/4qgWsTqOIhowLHv4WWuHGRxluiaDQZSqf61bndXskbaxYlk+WA==", + "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-23516": { + "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/dotnet5.4/System.Xml.XDocument.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Xml.XDocument.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", + "sha512": "fb+HO3nIjHao9lqsVVM0ne3GM/+1EfRQUoM58cxEOt+5biy/8DQ1nxIahZ9VaJKw7Wgb6XhRhsdwg8DkePEOJA==", "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/dotnet5.4/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Threading.Tasks.dll", "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.dll", + "lib/netcore50/Microsoft.CSharp.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Threading.Tasks.4.0.11-rc3-23818.nupkg.sha512", - "runtime.any.System.Threading.Tasks.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.any.System.Threading.Timer/4.0.1-rc3-23818": { - "sha512": "TyzVp4qIiQLmOyqEoLt3gla+yJThe0OQtp8XRE2eTujjun8WNL3jyQFyiqI3+JBi/HsMJrr99rjdqCp7WYko3A==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Threading.Timer.dll", - "lib/net45/_._", - "lib/netcore50/System.Threading.Timer.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Threading.Timer.4.0.1-rc3-23818.nupkg.sha512", - "runtime.any.System.Threading.Timer.nuspec", - "runtimes/aot/lib/netcore50/_._" - ] - }, - "runtime.win.System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { - "sha512": "mhj4Q1nn9XV2GH58Vp3cjDRZhCwVuSumIG/IBFC3tPytb1E7A906aSlh61W60CNxJj/WcSbMaqK95DcBMbpKRA==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win.System.Runtime.InteropServices.RuntimeInformation.4.0.0-rc3-23818.nupkg.sha512", - "runtime.win.System.Runtime.InteropServices.RuntimeInformation.nuspec", - "runtimes/win/lib/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win7/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win7/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll" - ] - }, - "runtime.win7-x64.Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "sha512": "OGqdGBtkuZQPFSAjpOWobkBXFL4C8lVGZK9/7b3vRAtgLzzlaLhKgFR5t9qXdCT/RgpOVpj05Dg/RyIznQ/NBg==", - "type": "package", - "files": [ - "runtime.win7-x64.Microsoft.DotNet.CoreHost.0.0.1-beta-00001.nupkg.sha512", - "runtime.win7-x64.Microsoft.DotNet.CoreHost.nuspec", - "runtimes/win7-x64/native/corehost.exe", - "runtimes/win7-x64/native/hostpolicy.dll" - ] - }, - "runtime.win7.Microsoft.Win32.Primitives/4.0.1-rc3-23818": { - "sha512": "rcTGVgLDSjpSz72ogu67oTXn2DGP6yC8vi89Gt+BZ4ZPmUNlf4gJCUaZVWWn7pAFk+CO4ukjeWpuMv2jYdFZdA==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.Microsoft.Win32.Primitives.4.0.1-rc3-23818.nupkg.sha512", - "runtime.win7.Microsoft.Win32.Primitives.nuspec", - "runtimes/win7/lib/dotnet5.4/Microsoft.Win32.Primitives.dll", - "runtimes/win7/lib/net/_._" - ] - }, - "runtime.win7.System.Console/4.0.0-rc3-23818": { - "sha512": "bVqelU7F8hm5DToZKhU/vHq9BZQVYhjMH+mok+UXkxv3L7kL42423WVNohwHEeOeQhkFNmH3xpYX3AsDGbsDsA==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Console.4.0.0-rc3-23818.nupkg.sha512", - "runtime.win7.System.Console.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Console.dll", - "runtimes/win7/lib/net/_._" - ] - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-rc3-23818": { - "sha512": "BJa8rt4mXu6+xnL9xdw0wTkCzAIFV1OH6pla2HfmTGADl3brWJCcUdkhPZgLJl8koRJYC1IcGIu897DHCh2HXg==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-rc3-23818.nupkg.sha512", - "runtime.win7.System.Diagnostics.Debug.nuspec", - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", - "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" - ] - }, - "runtime.win7.System.IO.FileSystem/4.0.1-rc3-23818": { - "sha512": "T98RB4MH077ConPFtvd8FFhZmN7ivcvtNDB4YEVON0lTFGGN+xRKQ9ykQeHLuf16kIl4gLFoJuRt3pIwsFN84g==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.IO.FileSystem.4.0.1-rc3-23818.nupkg.sha512", - "runtime.win7.System.IO.FileSystem.nuspec", - "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", - "runtimes/win7/lib/win8/_._", - "runtimes/win7/lib/wp8/_._", - "runtimes/win7/lib/wpa81/_._" - ] - }, - "runtime.win7.System.Net.Primitives/4.0.11-rc3-23818": { - "sha512": "ARcttUevpLbASUJcXO/k7MKyXpZa6SwHgXLUTiczwLikXZs9vVVADWdvlOt+XaOmVsB3NqnZmL7iBTDGauPBGw==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Net.Primitives.4.0.11-rc3-23818.nupkg.sha512", - "runtime.win7.System.Net.Primitives.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Net.Primitives.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Net.Primitives.dll" - ] - }, - "runtime.win7.System.Net.Sockets/4.1.0-rc3-23818": { - "sha512": "cCAJ1eCyPrSC3V6sYaz614/5wF+5Alc2TKeggNKWYaOKJ5Rnmj5G78H03SYpyLlxLwWUpNAaH6+VgQKaUCgwSg==", - "type": "package", - "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-rc3-23818.nupkg.sha512", - "runtime.win7.System.Net.Sockets.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Net.Sockets.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Net.Sockets.dll" + "Microsoft.CSharp.4.0.1-beta-23516.nupkg.sha512", + "Microsoft.CSharp.nuspec", + "ref/dotnet5.1/de/Microsoft.CSharp.xml", + "ref/dotnet5.1/es/Microsoft.CSharp.xml", + "ref/dotnet5.1/fr/Microsoft.CSharp.xml", + "ref/dotnet5.1/it/Microsoft.CSharp.xml", + "ref/dotnet5.1/ja/Microsoft.CSharp.xml", + "ref/dotnet5.1/ko/Microsoft.CSharp.xml", + "ref/dotnet5.1/Microsoft.CSharp.dll", + "ref/dotnet5.1/Microsoft.CSharp.xml", + "ref/dotnet5.1/ru/Microsoft.CSharp.xml", + "ref/dotnet5.1/zh-hans/Microsoft.CSharp.xml", + "ref/dotnet5.1/zh-hant/Microsoft.CSharp.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" ] }, - "runtime.win7.System.Runtime.Extensions/4.1.0-rc3-23818": { - "sha512": "+Fu4o1QL0HG8pZZ4TzBf7aS96ejFGjgTDxc4YRJUVwUDd0kJrVKl8r/VRzhwlgaoL4XGH2HcbAGgxyeCYoBm0A==", + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", + "serviceable": true, + "sha512": "HphDhue34J/4+1rIMtInY1FWK1oLEMpxIpxGeNnhIlQf7hv5QDf05aWEC6180qbgkPBCFwyGnwWRBnONApwbBQ==", "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", "ref/dotnet/_._", - "runtime.win7.System.Runtime.Extensions.4.1.0-rc3-23818.nupkg.sha512", - "runtime.win7.System.Runtime.Extensions.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Runtime.Extensions.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Runtime.Extensions.dll" + "runtime.win7.System.Private.Uri.4.0.1-beta-23516.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23516.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.Threading/4.0.11-rc3-23818": { - "sha512": "+9tvBkEJLmx7vz7YUZP8eykm6GlZFb7HfhapvvOmHqLyDHiqfwC932GKj98Ih5iKxx9+dmp1Y4UDTSbd4cs9RQ==", + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", + "serviceable": true, + "sha512": "paSNXQ5Y6Exu3OpekooyMJFQ8mitn69fGO5Br3XLIfQ1KiMYVmRf+o6dMprC0SpPROVCiCxdUaJx5XkDEVL3uA==", "files": [ - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-rc3-23818.nupkg.sha512", + "runtime.win7.System.Threading.4.0.11-beta-23516.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23516.nupkg.sha512", "runtime.win7.System.Threading.nuspec", "runtimes/win7/lib/DNXCore50/System.Threading.dll", "runtimes/win7/lib/netcore50/System.Threading.dll", "runtimes/win8-aot/lib/netcore50/System.Threading.dll" ] }, - "System.AppContext/4.1.0-rc3-23818": { - "sha512": "UJmGzguTrQzUx29i3ip2Sjyiaxdt/yLx8QMQGqjB0Z1hyPh9Adnin+itNLpHSTe+bQTawlqsVka5oq9YuTFf/g==", - "type": "package", - "files": [ - "System.AppContext.4.1.0-rc3-23818.nupkg.sha512", - "System.AppContext.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/net462/System.AppContext.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.4/System.AppContext.dll", - "ref/dotnet5.4/System.AppContext.xml", - "ref/dotnet5.4/de/System.AppContext.xml", - "ref/dotnet5.4/es/System.AppContext.xml", - "ref/dotnet5.4/fr/System.AppContext.xml", - "ref/dotnet5.4/it/System.AppContext.xml", - "ref/dotnet5.4/ja/System.AppContext.xml", - "ref/dotnet5.4/ko/System.AppContext.xml", - "ref/dotnet5.4/ru/System.AppContext.xml", - "ref/dotnet5.4/zh-hans/System.AppContext.xml", - "ref/dotnet5.4/zh-hant/System.AppContext.xml", - "ref/dotnet5.6/System.AppContext.dll", - "ref/dotnet5.6/System.AppContext.xml", - "ref/dotnet5.6/de/System.AppContext.xml", - "ref/dotnet5.6/es/System.AppContext.xml", - "ref/dotnet5.6/fr/System.AppContext.xml", - "ref/dotnet5.6/it/System.AppContext.xml", - "ref/dotnet5.6/ja/System.AppContext.xml", - "ref/dotnet5.6/ko/System.AppContext.xml", - "ref/dotnet5.6/ru/System.AppContext.xml", - "ref/dotnet5.6/zh-hans/System.AppContext.xml", - "ref/dotnet5.6/zh-hant/System.AppContext.xml", - "ref/net462/System.AppContext.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "System.Collections/4.0.11-rc3-23818": { - "sha512": "fDBjQ0YS7fu9HzDYxUauQvv9PDqLMa7PSGlsTkqDhY2g2rD43kkOUU7dnwrdjSAGo79NvTo0CxxskB03tXvDYw==", + "System.Collections/4.0.11-beta-23516": { "type": "package", + "sha512": "TDca4OETV0kkXdpkyivMw1/EKKD1Sa/NVAjirw+fA0LZ37jLDYX+KhPPUQxgkvhCe/SVvxETD5Viiudza2k7OQ==", "files": [ - "System.Collections.4.0.11-rc3-23818.nupkg.sha512", - "System.Collections.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", + "lib/netcore50/System.Collections.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Collections.dll", - "ref/dotnet5.1/System.Collections.xml", "ref/dotnet5.1/de/System.Collections.xml", "ref/dotnet5.1/es/System.Collections.xml", "ref/dotnet5.1/fr/System.Collections.xml", @@ -3151,10 +1427,10 @@ "ref/dotnet5.1/ja/System.Collections.xml", "ref/dotnet5.1/ko/System.Collections.xml", "ref/dotnet5.1/ru/System.Collections.xml", + "ref/dotnet5.1/System.Collections.dll", + "ref/dotnet5.1/System.Collections.xml", "ref/dotnet5.1/zh-hans/System.Collections.xml", "ref/dotnet5.1/zh-hant/System.Collections.xml", - "ref/dotnet5.4/System.Collections.dll", - "ref/dotnet5.4/System.Collections.xml", "ref/dotnet5.4/de/System.Collections.xml", "ref/dotnet5.4/es/System.Collections.xml", "ref/dotnet5.4/fr/System.Collections.xml", @@ -3162,11 +1438,13 @@ "ref/dotnet5.4/ja/System.Collections.xml", "ref/dotnet5.4/ko/System.Collections.xml", "ref/dotnet5.4/ru/System.Collections.xml", + "ref/dotnet5.4/System.Collections.dll", + "ref/dotnet5.4/System.Collections.xml", "ref/dotnet5.4/zh-hans/System.Collections.xml", "ref/dotnet5.4/zh-hant/System.Collections.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", "ref/netcore50/de/System.Collections.xml", "ref/netcore50/es/System.Collections.xml", "ref/netcore50/fr/System.Collections.xml", @@ -3174,6 +1452,8 @@ "ref/netcore50/ja/System.Collections.xml", "ref/netcore50/ko/System.Collections.xml", "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", "ref/netcore50/zh-hans/System.Collections.xml", "ref/netcore50/zh-hant/System.Collections.xml", "ref/win8/_._", @@ -3181,299 +1461,81 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "System.Collections.Concurrent/4.0.12-rc3-23818": { - "sha512": "wlc4XxIhnMa2VmNLxOqoSPNQIBAYWIDldVUrMM21fLtgy0j0dPn9XNzfAqABP/QN5c/2f6cPYY67GfKweNGPGQ==", - "type": "package", - "files": [ - "System.Collections.Concurrent.4.0.12-rc3-23818.nupkg.sha512", - "System.Collections.Concurrent.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Collections.Concurrent.dll", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.2/System.Collections.Concurrent.dll", - "ref/dotnet5.2/System.Collections.Concurrent.xml", - "ref/dotnet5.2/de/System.Collections.Concurrent.xml", - "ref/dotnet5.2/es/System.Collections.Concurrent.xml", - "ref/dotnet5.2/fr/System.Collections.Concurrent.xml", - "ref/dotnet5.2/it/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ja/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ko/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ru/System.Collections.Concurrent.xml", - "ref/dotnet5.2/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet5.2/zh-hant/System.Collections.Concurrent.xml", - "ref/dotnet5.4/System.Collections.Concurrent.dll", - "ref/dotnet5.4/System.Collections.Concurrent.xml", - "ref/dotnet5.4/de/System.Collections.Concurrent.xml", - "ref/dotnet5.4/es/System.Collections.Concurrent.xml", - "ref/dotnet5.4/fr/System.Collections.Concurrent.xml", - "ref/dotnet5.4/it/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ja/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ko/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ru/System.Collections.Concurrent.xml", - "ref/dotnet5.4/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet5.4/zh-hant/System.Collections.Concurrent.xml", - "ref/net45/_._", - "ref/netcore50/System.Collections.Concurrent.dll", - "ref/netcore50/System.Collections.Concurrent.xml", - "ref/netcore50/de/System.Collections.Concurrent.xml", - "ref/netcore50/es/System.Collections.Concurrent.xml", - "ref/netcore50/fr/System.Collections.Concurrent.xml", - "ref/netcore50/it/System.Collections.Concurrent.xml", - "ref/netcore50/ja/System.Collections.Concurrent.xml", - "ref/netcore50/ko/System.Collections.Concurrent.xml", - "ref/netcore50/ru/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hans/System.Collections.Concurrent.xml", - "ref/netcore50/zh-hant/System.Collections.Concurrent.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "System.Console/4.0.0-rc3-23818": { - "sha512": "23pZ52JGfx1qqegqb+af7Y+ztGHSrHkpW7XVkRKqWjER5dSCSZYiFXbg8bW/hGTOUxdaVMWzMVqXD+IOBsh9mw==", - "type": "package", - "files": [ - "System.Console.4.0.0-rc3-23818.nupkg.sha512", - "System.Console.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.4/System.Console.dll", - "ref/dotnet5.4/System.Console.xml", - "ref/dotnet5.4/de/System.Console.xml", - "ref/dotnet5.4/es/System.Console.xml", - "ref/dotnet5.4/fr/System.Console.xml", - "ref/dotnet5.4/it/System.Console.xml", - "ref/dotnet5.4/ja/System.Console.xml", - "ref/dotnet5.4/ko/System.Console.xml", - "ref/dotnet5.4/ru/System.Console.xml", - "ref/dotnet5.4/zh-hans/System.Console.xml", - "ref/dotnet5.4/zh-hant/System.Console.xml", - "ref/net46/System.Console.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "System.Collections.4.0.11-beta-23516.nupkg.sha512", + "System.Collections.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-rc3-23818": { - "sha512": "vbpEmQsFSGHurPU2LGtsmYDJ1y9JZfeQJT6zc+07qNdwJff1vr8gXOzLSAIEsEDxrciqqSlHcpsJLQCb6qpYvA==", + "System.Diagnostics.Debug/4.0.10": { "type": "package", + "sha512": "pi2KthuvI2LWV2c2V+fwReDsDiKpNl040h6DcwFOb59SafsPT/V1fCy0z66OKwysurJkBMmp5j5CBe3Um+ub0g==", "files": [ - "System.Diagnostics.Debug.4.0.11-rc3-23818.nupkg.sha512", - "System.Diagnostics.Debug.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Diagnostics.Debug.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "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/dotnet5.1/System.Diagnostics.Debug.dll", - "ref/dotnet5.1/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/de/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/es/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/fr/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/it/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ja/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ko/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ru/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/System.Diagnostics.Debug.dll", - "ref/dotnet5.4/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/de/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/es/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/fr/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/it/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ja/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ko/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ru/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/zh-hant/System.Diagnostics.Debug.xml", - "ref/net45/_._", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.Tools/4.0.1-rc3-23818": { - "sha512": "mBHz1gNkMNQAs+75Uw+v26S0EZQCU648XmATE6ZL4LMyxG9YJqVHH3TgRdVgLJl3mmiYmNdSpJ/BIAWYwAQQIg==", + "System.Diagnostics.Tools/4.0.0": { "type": "package", + "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", "files": [ - "System.Diagnostics.Tools.4.0.1-rc3-23818.nupkg.sha512", - "System.Diagnostics.Tools.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", + "lib/netcore50/System.Diagnostics.Tools.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Diagnostics.Tools.dll", - "ref/dotnet5.1/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/de/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/es/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/fr/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/it/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/ja/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/ko/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/ru/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.Tools.xml", + "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/netcore50/de/System.Diagnostics.Tools.xml", - "ref/netcore50/es/System.Diagnostics.Tools.xml", - "ref/netcore50/fr/System.Diagnostics.Tools.xml", - "ref/netcore50/it/System.Diagnostics.Tools.xml", - "ref/netcore50/ja/System.Diagnostics.Tools.xml", - "ref/netcore50/ko/System.Diagnostics.Tools.xml", - "ref/netcore50/ru/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "System.Diagnostics.Tracing/4.1.0-rc3-23818": { - "sha512": "Aypm/kavGKjP4n6u7/EyTfTGk8mHsB9cboa0piHNphbQzzEUcKwwamY4E7EN8d2FdQcCTx1Cg8oda35p9C7mrg==", - "type": "package", - "files": [ - "System.Diagnostics.Tracing.4.1.0-rc3-23818.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Diagnostics.Tracing.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.2/System.Diagnostics.Tracing.dll", - "ref/dotnet5.2/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/zh-hant/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/System.Diagnostics.Tracing.dll", - "ref/dotnet5.3/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/zh-hant/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/System.Diagnostics.Tracing.dll", - "ref/dotnet5.4/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/zh-hant/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/System.Diagnostics.Tracing.dll", - "ref/dotnet5.6/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/zh-hant/System.Diagnostics.Tracing.xml", - "ref/net45/_._", - "ref/net462/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.xml", - "ref/netcore50/de/System.Diagnostics.Tracing.xml", - "ref/netcore50/es/System.Diagnostics.Tracing.xml", - "ref/netcore50/fr/System.Diagnostics.Tracing.xml", - "ref/netcore50/it/System.Diagnostics.Tracing.xml", - "ref/netcore50/ja/System.Diagnostics.Tracing.xml", - "ref/netcore50/ko/System.Diagnostics.Tracing.xml", - "ref/netcore50/ru/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" + "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.Globalization/4.0.11-rc3-23818": { - "sha512": "2aYq8etx6qa1DNAiUmS98nJwNZVdLSj9xC1UBGY4gwhemrYyY+1thkxi77ulWRLaHa01l+3fiEXlUEdRJQ/PRw==", + "System.Dynamic.Runtime/4.0.0": { "type": "package", + "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==", "files": [ - "System.Globalization.4.0.11-rc3-23818.nupkg.sha512", - "System.Globalization.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -3482,232 +1544,181 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Dynamic.Runtime.xml", + "ref/dotnet/es/System.Dynamic.Runtime.xml", + "ref/dotnet/fr/System.Dynamic.Runtime.xml", + "ref/dotnet/it/System.Dynamic.Runtime.xml", + "ref/dotnet/ja/System.Dynamic.Runtime.xml", + "ref/dotnet/ko/System.Dynamic.Runtime.xml", + "ref/dotnet/ru/System.Dynamic.Runtime.xml", + "ref/dotnet/System.Dynamic.Runtime.dll", + "ref/dotnet/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hans/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Globalization.dll", - "ref/dotnet5.1/System.Globalization.xml", - "ref/dotnet5.1/de/System.Globalization.xml", - "ref/dotnet5.1/es/System.Globalization.xml", - "ref/dotnet5.1/fr/System.Globalization.xml", - "ref/dotnet5.1/it/System.Globalization.xml", - "ref/dotnet5.1/ja/System.Globalization.xml", - "ref/dotnet5.1/ko/System.Globalization.xml", - "ref/dotnet5.1/ru/System.Globalization.xml", - "ref/dotnet5.1/zh-hans/System.Globalization.xml", - "ref/dotnet5.1/zh-hant/System.Globalization.xml", - "ref/dotnet5.4/System.Globalization.dll", - "ref/dotnet5.4/System.Globalization.xml", - "ref/dotnet5.4/de/System.Globalization.xml", - "ref/dotnet5.4/es/System.Globalization.xml", - "ref/dotnet5.4/fr/System.Globalization.xml", - "ref/dotnet5.4/it/System.Globalization.xml", - "ref/dotnet5.4/ja/System.Globalization.xml", - "ref/dotnet5.4/ko/System.Globalization.xml", - "ref/dotnet5.4/ru/System.Globalization.xml", - "ref/dotnet5.4/zh-hans/System.Globalization.xml", - "ref/dotnet5.4/zh-hant/System.Globalization.xml", "ref/net45/_._", - "ref/netcore50/System.Globalization.dll", - "ref/netcore50/System.Globalization.xml", - "ref/netcore50/de/System.Globalization.xml", - "ref/netcore50/es/System.Globalization.xml", - "ref/netcore50/fr/System.Globalization.xml", - "ref/netcore50/it/System.Globalization.xml", - "ref/netcore50/ja/System.Globalization.xml", - "ref/netcore50/ko/System.Globalization.xml", - "ref/netcore50/ru/System.Globalization.xml", - "ref/netcore50/zh-hans/System.Globalization.xml", - "ref/netcore50/zh-hant/System.Globalization.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "System.Dynamic.Runtime.4.0.0.nupkg", + "System.Dynamic.Runtime.4.0.0.nupkg.sha512", + "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization.Calendars/4.0.1-rc3-23818": { - "sha512": "bZwq8hQEI+fFbKEfSaviDLnmjREkyi7AEOW9l6m1nwPxjUUmTUMkRUxzqWfkpkHkfweLyETOU0ixXLcv8vLNcQ==", + "System.Globalization/4.0.10": { "type": "package", + "sha512": "kzRtbbCNAxdafFBDogcM36ehA3th8c1PGiz8QRkZn8O5yMBorDHSK8/TGJPYOaCS5zdsGk0u9qXHnW91nqy7fw==", "files": [ - "System.Globalization.Calendars.4.0.1-rc3-23818.nupkg.sha512", - "System.Globalization.Calendars.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", + "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/dotnet5.4/System.Globalization.Calendars.dll", - "ref/dotnet5.4/System.Globalization.Calendars.xml", - "ref/dotnet5.4/de/System.Globalization.Calendars.xml", - "ref/dotnet5.4/es/System.Globalization.Calendars.xml", - "ref/dotnet5.4/fr/System.Globalization.Calendars.xml", - "ref/dotnet5.4/it/System.Globalization.Calendars.xml", - "ref/dotnet5.4/ja/System.Globalization.Calendars.xml", - "ref/dotnet5.4/ko/System.Globalization.Calendars.xml", - "ref/dotnet5.4/ru/System.Globalization.Calendars.xml", - "ref/dotnet5.4/zh-hans/System.Globalization.Calendars.xml", - "ref/dotnet5.4/zh-hant/System.Globalization.Calendars.xml", - "ref/net46/System.Globalization.Calendars.dll", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.IO/4.1.0-rc3-23818": { - "sha512": "n0+BTt2T3qBb7u8pOqL69d20Yn1qjoWYCC9vnFm/WxjeLdO75l1H0huGIEPrq/0bfWXqwxCtOa8estu+Zb/OWA==", + "System.IO/4.0.10": { "type": "package", + "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", "files": [ - "System.IO.4.1.0-rc3-23818.nupkg.sha512", - "System.IO.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.IO.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "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/dotnet5.1/System.IO.dll", - "ref/dotnet5.1/System.IO.xml", - "ref/dotnet5.1/de/System.IO.xml", - "ref/dotnet5.1/es/System.IO.xml", - "ref/dotnet5.1/fr/System.IO.xml", - "ref/dotnet5.1/it/System.IO.xml", - "ref/dotnet5.1/ja/System.IO.xml", - "ref/dotnet5.1/ko/System.IO.xml", - "ref/dotnet5.1/ru/System.IO.xml", - "ref/dotnet5.1/zh-hans/System.IO.xml", - "ref/dotnet5.1/zh-hant/System.IO.xml", - "ref/dotnet5.4/System.IO.dll", - "ref/dotnet5.4/System.IO.xml", - "ref/dotnet5.4/de/System.IO.xml", - "ref/dotnet5.4/es/System.IO.xml", - "ref/dotnet5.4/fr/System.IO.xml", - "ref/dotnet5.4/it/System.IO.xml", - "ref/dotnet5.4/ja/System.IO.xml", - "ref/dotnet5.4/ko/System.IO.xml", - "ref/dotnet5.4/ru/System.IO.xml", - "ref/dotnet5.4/zh-hans/System.IO.xml", - "ref/dotnet5.4/zh-hant/System.IO.xml", - "ref/net45/_._", - "ref/net46/System.IO.dll", - "ref/netcore50/System.IO.dll", - "ref/netcore50/System.IO.xml", - "ref/netcore50/de/System.IO.xml", - "ref/netcore50/es/System.IO.xml", - "ref/netcore50/fr/System.IO.xml", - "ref/netcore50/it/System.IO.xml", - "ref/netcore50/ja/System.IO.xml", - "ref/netcore50/ko/System.IO.xml", - "ref/netcore50/ru/System.IO.xml", - "ref/netcore50/zh-hans/System.IO.xml", - "ref/netcore50/zh-hant/System.IO.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.1-rc3-23818": { - "sha512": "JWIiNbCcBnSqVfhHyHRFlKR9TL3JJXZ5Zb7w4/7K1cBhP6XUm+pcTHcuno2c3yMT0izuwTJMUt2HHYfEO+gw4g==", + "System.IO.FileSystem/4.0.0": { "type": "package", + "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", "files": [ - "System.IO.FileSystem.4.0.1-rc3-23818.nupkg.sha512", - "System.IO.FileSystem.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "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/dotnet5.4/System.IO.FileSystem.dll", - "ref/dotnet5.4/System.IO.FileSystem.xml", - "ref/dotnet5.4/de/System.IO.FileSystem.xml", - "ref/dotnet5.4/es/System.IO.FileSystem.xml", - "ref/dotnet5.4/fr/System.IO.FileSystem.xml", - "ref/dotnet5.4/it/System.IO.FileSystem.xml", - "ref/dotnet5.4/ja/System.IO.FileSystem.xml", - "ref/dotnet5.4/ko/System.IO.FileSystem.xml", - "ref/dotnet5.4/ru/System.IO.FileSystem.xml", - "ref/dotnet5.4/zh-hans/System.IO.FileSystem.xml", - "ref/dotnet5.4/zh-hant/System.IO.FileSystem.xml", "ref/net46/System.IO.FileSystem.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.1-rc3-23818": { - "sha512": "zXFFwGLL23yoABH694rS+VWfCMrEHD8fQmBJN/KTJmsJ8Y8/3Zh05xvLFAAzgf0g9Dgw8R1tQABqtlkS9dYj+w==", + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", "files": [ - "System.IO.FileSystem.Primitives.4.0.1-rc3-23818.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/dotnet/System.IO.FileSystem.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.IO.FileSystem.Primitives.dll", "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/dotnet5.4/System.IO.FileSystem.Primitives.dll", - "ref/dotnet5.4/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/de/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/es/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/fr/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/it/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/ja/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/ko/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/ru/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/zh-hant/System.IO.FileSystem.Primitives.xml", "ref/net46/System.IO.FileSystem.Primitives.dll", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "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.1.0-rc3-23818": { - "sha512": "Ho+xKCwswqLWT/CPldmWcBmd8xgc+XcYn4Z3JG2K7LDufLR2U3vWeg75qgsDVRA6zGXUepdO9fdOWwrW9/GDDA==", + "System.Linq/4.0.1-beta-23516": { "type": "package", + "sha512": "uNxm2RB+kMeiKnY26iPvOtJLzTzNaAF4A2qqyzev6j8x8w2Dr+gg7LF7BHCwC55N7OirhHrAWUb3C0n4oi9qYw==", "files": [ - "System.Linq.4.1.0-rc3-23818.nupkg.sha512", - "System.Linq.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dnxcore50/System.Linq.dll", - "lib/dotnet5.6/System.Linq.dll", + "lib/dotnet5.4/System.Linq.dll", "lib/net45/_._", - "lib/net462/System.Linq.dll", "lib/netcore50/System.Linq.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Linq.dll", - "ref/dotnet5.1/System.Linq.xml", "ref/dotnet5.1/de/System.Linq.xml", "ref/dotnet5.1/es/System.Linq.xml", "ref/dotnet5.1/fr/System.Linq.xml", @@ -3715,23 +1726,11 @@ "ref/dotnet5.1/ja/System.Linq.xml", "ref/dotnet5.1/ko/System.Linq.xml", "ref/dotnet5.1/ru/System.Linq.xml", + "ref/dotnet5.1/System.Linq.dll", + "ref/dotnet5.1/System.Linq.xml", "ref/dotnet5.1/zh-hans/System.Linq.xml", "ref/dotnet5.1/zh-hant/System.Linq.xml", - "ref/dotnet5.6/System.Linq.dll", - "ref/dotnet5.6/System.Linq.xml", - "ref/dotnet5.6/de/System.Linq.xml", - "ref/dotnet5.6/es/System.Linq.xml", - "ref/dotnet5.6/fr/System.Linq.xml", - "ref/dotnet5.6/it/System.Linq.xml", - "ref/dotnet5.6/ja/System.Linq.xml", - "ref/dotnet5.6/ko/System.Linq.xml", - "ref/dotnet5.6/ru/System.Linq.xml", - "ref/dotnet5.6/zh-hans/System.Linq.xml", - "ref/dotnet5.6/zh-hant/System.Linq.xml", "ref/net45/_._", - "ref/net462/System.Linq.dll", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", "ref/netcore50/de/System.Linq.xml", "ref/netcore50/es/System.Linq.xml", "ref/netcore50/fr/System.Linq.xml", @@ -3739,23 +1738,21 @@ "ref/netcore50/ja/System.Linq.xml", "ref/netcore50/ko/System.Linq.xml", "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", "ref/netcore50/zh-hans/System.Linq.xml", "ref/netcore50/zh-hant/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "System.Linq.4.0.1-beta-23516.nupkg.sha512", + "System.Linq.nuspec" ] }, - "System.Net.Primitives/4.0.11-rc3-23818": { - "sha512": "FbX42Fh2hycgMH8msldKktPAwbwNMmKHhF73xStNGSDnmuNWZx74GZn123pxTuNYWxIthhN3zxKz5XQ/5bjwTw==", + "System.Linq.Expressions/4.0.0": { "type": "package", + "sha512": "wlfVllrKi+evu4Hi8yoJP1dSOVXbvsy7Hs1+oz4Cykfdf6MQTPlD3LI4WKWhprn8FpU5MS3spPSbcMX5sAoJSw==", "files": [ - "System.Net.Primitives.4.0.11-rc3-23818.nupkg.sha512", - "System.Net.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -3764,299 +1761,227 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Linq.Expressions.xml", + "ref/dotnet/es/System.Linq.Expressions.xml", + "ref/dotnet/fr/System.Linq.Expressions.xml", + "ref/dotnet/it/System.Linq.Expressions.xml", + "ref/dotnet/ja/System.Linq.Expressions.xml", + "ref/dotnet/ko/System.Linq.Expressions.xml", + "ref/dotnet/ru/System.Linq.Expressions.xml", + "ref/dotnet/System.Linq.Expressions.dll", + "ref/dotnet/System.Linq.Expressions.xml", + "ref/dotnet/zh-hans/System.Linq.Expressions.xml", + "ref/dotnet/zh-hant/System.Linq.Expressions.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Net.Primitives.dll", - "ref/dotnet5.1/System.Net.Primitives.xml", - "ref/dotnet5.1/de/System.Net.Primitives.xml", - "ref/dotnet5.1/es/System.Net.Primitives.xml", - "ref/dotnet5.1/fr/System.Net.Primitives.xml", - "ref/dotnet5.1/it/System.Net.Primitives.xml", - "ref/dotnet5.1/ja/System.Net.Primitives.xml", - "ref/dotnet5.1/ko/System.Net.Primitives.xml", - "ref/dotnet5.1/ru/System.Net.Primitives.xml", - "ref/dotnet5.1/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.1/zh-hant/System.Net.Primitives.xml", - "ref/dotnet5.2/System.Net.Primitives.dll", - "ref/dotnet5.2/System.Net.Primitives.xml", - "ref/dotnet5.2/de/System.Net.Primitives.xml", - "ref/dotnet5.2/es/System.Net.Primitives.xml", - "ref/dotnet5.2/fr/System.Net.Primitives.xml", - "ref/dotnet5.2/it/System.Net.Primitives.xml", - "ref/dotnet5.2/ja/System.Net.Primitives.xml", - "ref/dotnet5.2/ko/System.Net.Primitives.xml", - "ref/dotnet5.2/ru/System.Net.Primitives.xml", - "ref/dotnet5.2/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.2/zh-hant/System.Net.Primitives.xml", - "ref/dotnet5.4/System.Net.Primitives.dll", - "ref/dotnet5.4/System.Net.Primitives.xml", - "ref/dotnet5.4/de/System.Net.Primitives.xml", - "ref/dotnet5.4/es/System.Net.Primitives.xml", - "ref/dotnet5.4/fr/System.Net.Primitives.xml", - "ref/dotnet5.4/it/System.Net.Primitives.xml", - "ref/dotnet5.4/ja/System.Net.Primitives.xml", - "ref/dotnet5.4/ko/System.Net.Primitives.xml", - "ref/dotnet5.4/ru/System.Net.Primitives.xml", - "ref/dotnet5.4/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.4/zh-hant/System.Net.Primitives.xml", "ref/net45/_._", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netcore50/System.Net.Primitives.xml", - "ref/netcore50/de/System.Net.Primitives.xml", - "ref/netcore50/es/System.Net.Primitives.xml", - "ref/netcore50/fr/System.Net.Primitives.xml", - "ref/netcore50/it/System.Net.Primitives.xml", - "ref/netcore50/ja/System.Net.Primitives.xml", - "ref/netcore50/ko/System.Net.Primitives.xml", - "ref/netcore50/ru/System.Net.Primitives.xml", - "ref/netcore50/zh-hans/System.Net.Primitives.xml", - "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "System.Linq.Expressions.4.0.0.nupkg", + "System.Linq.Expressions.4.0.0.nupkg.sha512", + "System.Linq.Expressions.nuspec" ] }, - "System.Net.Sockets/4.1.0-rc3-23818": { - "sha512": "nC9AvY2zWn2QIPG2Kt7Qrpgt6IY11MXyZkzXTw0zf8AAD6IEpN8YJ9IqQW6DS+TMGxsfbI8GSpyp09LU5rMMYw==", + "System.ObjectModel/4.0.10": { "type": "package", + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", "files": [ - "System.Net.Sockets.4.1.0-rc3-23818.nupkg.sha512", - "System.Net.Sockets.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/dotnet/System.ObjectModel.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", + "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/dotnet5.4/System.Net.Sockets.dll", - "ref/dotnet5.4/System.Net.Sockets.xml", - "ref/dotnet5.4/de/System.Net.Sockets.xml", - "ref/dotnet5.4/es/System.Net.Sockets.xml", - "ref/dotnet5.4/fr/System.Net.Sockets.xml", - "ref/dotnet5.4/it/System.Net.Sockets.xml", - "ref/dotnet5.4/ja/System.Net.Sockets.xml", - "ref/dotnet5.4/ko/System.Net.Sockets.xml", - "ref/dotnet5.4/ru/System.Net.Sockets.xml", - "ref/dotnet5.4/zh-hans/System.Net.Sockets.xml", - "ref/dotnet5.4/zh-hant/System.Net.Sockets.xml", - "ref/net46/System.Net.Sockets.dll", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23516": { + "type": "package", + "sha512": "MG79ArOc8KhfAkjrimI5GFH4tML7XFo+Z1sEQGLPxrBlwfbITwrrNfYb3YoH6CpAlJHc4pcs/gZrUas/pEkTdg==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23516.nupkg", + "System.Private.Uri.4.0.1-beta-23516.nupkg.sha512", + "System.Private.Uri.nuspec" ] }, - "System.Reflection/4.1.0-rc3-23818": { - "sha512": "wjjRYeiiXkkmZ/H3Pp7udZSKhgN/V8J1PNea+5LyEaP0ztcSV3Z/2vNMY0VF6Ma847KAqINisMzfmaLUMW7I3g==", + "System.Reflection/4.0.10": { "type": "package", + "sha512": "WZ+4lEE4gqGx6mrqLhSiW4oi6QLPWwdNjzhhTONmhELOrW8Cw9phlO9tltgvRUuQUqYtBiliFwhO5S5fCJElVw==", "files": [ - "System.Reflection.4.1.0-rc3-23818.nupkg.sha512", - "System.Reflection.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.Reflection.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", + "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/dotnet5.1/System.Reflection.dll", - "ref/dotnet5.1/System.Reflection.xml", - "ref/dotnet5.1/de/System.Reflection.xml", - "ref/dotnet5.1/es/System.Reflection.xml", - "ref/dotnet5.1/fr/System.Reflection.xml", - "ref/dotnet5.1/it/System.Reflection.xml", - "ref/dotnet5.1/ja/System.Reflection.xml", - "ref/dotnet5.1/ko/System.Reflection.xml", - "ref/dotnet5.1/ru/System.Reflection.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.xml", - "ref/dotnet5.4/System.Reflection.dll", - "ref/dotnet5.4/System.Reflection.xml", - "ref/dotnet5.4/de/System.Reflection.xml", - "ref/dotnet5.4/es/System.Reflection.xml", - "ref/dotnet5.4/fr/System.Reflection.xml", - "ref/dotnet5.4/it/System.Reflection.xml", - "ref/dotnet5.4/ja/System.Reflection.xml", - "ref/dotnet5.4/ko/System.Reflection.xml", - "ref/dotnet5.4/ru/System.Reflection.xml", - "ref/dotnet5.4/zh-hans/System.Reflection.xml", - "ref/dotnet5.4/zh-hant/System.Reflection.xml", - "ref/net45/_._", - "ref/net46/System.Reflection.dll", - "ref/netcore50/System.Reflection.dll", - "ref/netcore50/System.Reflection.xml", - "ref/netcore50/de/System.Reflection.xml", - "ref/netcore50/es/System.Reflection.xml", - "ref/netcore50/fr/System.Reflection.xml", - "ref/netcore50/it/System.Reflection.xml", - "ref/netcore50/ja/System.Reflection.xml", - "ref/netcore50/ko/System.Reflection.xml", - "ref/netcore50/ru/System.Reflection.xml", - "ref/netcore50/zh-hans/System.Reflection.xml", - "ref/netcore50/zh-hant/System.Reflection.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.0.10.nupkg", + "System.Reflection.4.0.10.nupkg.sha512", + "System.Reflection.nuspec" ] }, - "System.Reflection.Extensions/4.0.1-rc3-23818": { - "sha512": "fB1Vn3G2o3Eo+qwMEYKbzwIn/g/qgdUAQr+ovxRboE4a5vxCPN+GEu97z2CeHGt75WxLFxwTJBHk3KgKUU8dNw==", + "System.Reflection.Extensions/4.0.0": { "type": "package", + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", "files": [ - "System.Reflection.Extensions.4.0.1-rc3-23818.nupkg.sha512", - "System.Reflection.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Reflection.Extensions.dll", - "ref/dotnet5.1/System.Reflection.Extensions.xml", - "ref/dotnet5.1/de/System.Reflection.Extensions.xml", - "ref/dotnet5.1/es/System.Reflection.Extensions.xml", - "ref/dotnet5.1/fr/System.Reflection.Extensions.xml", - "ref/dotnet5.1/it/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ja/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ko/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ru/System.Reflection.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Extensions.xml", + "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/netcore50/de/System.Reflection.Extensions.xml", - "ref/netcore50/es/System.Reflection.Extensions.xml", - "ref/netcore50/fr/System.Reflection.Extensions.xml", - "ref/netcore50/it/System.Reflection.Extensions.xml", - "ref/netcore50/ja/System.Reflection.Extensions.xml", - "ref/netcore50/ko/System.Reflection.Extensions.xml", - "ref/netcore50/ru/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" + "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.1-rc3-23818": { - "sha512": "vjn280KvosX2MO0hm6iPhS1f/TdyaY64CEgJq8+5n21Bc1Tp/o877rISaifaQe/VRG9aDLbSvJBhdfraYn0hlg==", + "System.Reflection.Primitives/4.0.0": { "type": "package", + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", "files": [ - "System.Reflection.Primitives.4.0.1-rc3-23818.nupkg.sha512", - "System.Reflection.Primitives.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "lib/DNXCore50/System.Reflection.Primitives.dll", "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Reflection.Primitives.dll", - "ref/dotnet5.1/System.Reflection.Primitives.xml", - "ref/dotnet5.1/de/System.Reflection.Primitives.xml", - "ref/dotnet5.1/es/System.Reflection.Primitives.xml", - "ref/dotnet5.1/fr/System.Reflection.Primitives.xml", - "ref/dotnet5.1/it/System.Reflection.Primitives.xml", - "ref/dotnet5.1/ja/System.Reflection.Primitives.xml", - "ref/dotnet5.1/ko/System.Reflection.Primitives.xml", - "ref/dotnet5.1/ru/System.Reflection.Primitives.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Primitives.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Primitives.xml", + "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/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" + "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.1.0-rc3-23818": { - "sha512": "CkPlBwnEv46A+uqUeagWMAgFfiIPYSyVVDBr7WrOSkbetY7z/Ov6WshsoHWkLEhc+vQ6Bxhm4UIaao9ovJ4u2w==", + "System.Reflection.TypeExtensions/4.0.0": { "type": "package", + "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", "files": [ - "System.Reflection.TypeExtensions.4.1.0-rc3-23818.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "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/dotnet5.4/System.Reflection.TypeExtensions.dll", - "ref/dotnet5.4/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/de/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/es/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/fr/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/it/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/ja/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/ko/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/ru/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/zh-hant/System.Reflection.TypeExtensions.xml", "ref/net46/System.Reflection.TypeExtensions.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.0": { - "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", "type": "package", + "sha512": "qmqeZ4BJgjfU+G2JbrZt4Dk1LsMxO4t+f/9HarNY6w8pBgweO6jT+cknUH7c3qIrGvyUqraBhU45Eo6UtA0fAw==", "files": [ - "System.Resources.ResourceManager.4.0.0.nupkg.sha512", - "System.Resources.ResourceManager.nuspec", "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/dotnet/System.Resources.ResourceManager.xml", "ref/dotnet/de/System.Resources.ResourceManager.xml", "ref/dotnet/es/System.Resources.ResourceManager.xml", "ref/dotnet/fr/System.Resources.ResourceManager.xml", @@ -4064,6 +1989,8 @@ "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/_._", @@ -4072,30 +1999,27 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll" + "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.1.0-rc3-23818": { - "sha512": "14KAynQiJdJ88NGJ/yUD6UKTEN6H68O6yhQSf/nh27XRxXLSUKc++Nhfbo7IsT+ztk8NXJI6Cu1VZQNV731LcQ==", + "System.Runtime/4.0.21-beta-23516": { "type": "package", + "serviceable": true, + "sha512": "R174ctQjJnCIVxA2Yzp1v68wfLfPSROZWrbaSBcnEzHAQbOjprBQi37aWdr5y05Pq2J/O7h6SjTsYhVOLdiRYQ==", "files": [ - "System.Runtime.4.1.0-rc3-23818.nupkg.sha512", - "System.Runtime.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net46/System.Runtime.dll", + "lib/netcore50/System.Runtime.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Runtime.dll", - "ref/dotnet5.1/System.Runtime.xml", "ref/dotnet5.1/de/System.Runtime.xml", "ref/dotnet5.1/es/System.Runtime.xml", "ref/dotnet5.1/fr/System.Runtime.xml", @@ -4103,10 +2027,10 @@ "ref/dotnet5.1/ja/System.Runtime.xml", "ref/dotnet5.1/ko/System.Runtime.xml", "ref/dotnet5.1/ru/System.Runtime.xml", + "ref/dotnet5.1/System.Runtime.dll", + "ref/dotnet5.1/System.Runtime.xml", "ref/dotnet5.1/zh-hans/System.Runtime.xml", "ref/dotnet5.1/zh-hant/System.Runtime.xml", - "ref/dotnet5.3/System.Runtime.dll", - "ref/dotnet5.3/System.Runtime.xml", "ref/dotnet5.3/de/System.Runtime.xml", "ref/dotnet5.3/es/System.Runtime.xml", "ref/dotnet5.3/fr/System.Runtime.xml", @@ -4114,10 +2038,10 @@ "ref/dotnet5.3/ja/System.Runtime.xml", "ref/dotnet5.3/ko/System.Runtime.xml", "ref/dotnet5.3/ru/System.Runtime.xml", + "ref/dotnet5.3/System.Runtime.dll", + "ref/dotnet5.3/System.Runtime.xml", "ref/dotnet5.3/zh-hans/System.Runtime.xml", "ref/dotnet5.3/zh-hant/System.Runtime.xml", - "ref/dotnet5.4/System.Runtime.dll", - "ref/dotnet5.4/System.Runtime.xml", "ref/dotnet5.4/de/System.Runtime.xml", "ref/dotnet5.4/es/System.Runtime.xml", "ref/dotnet5.4/fr/System.Runtime.xml", @@ -4125,12 +2049,13 @@ "ref/dotnet5.4/ja/System.Runtime.xml", "ref/dotnet5.4/ko/System.Runtime.xml", "ref/dotnet5.4/ru/System.Runtime.xml", + "ref/dotnet5.4/System.Runtime.dll", + "ref/dotnet5.4/System.Runtime.xml", "ref/dotnet5.4/zh-hans/System.Runtime.xml", "ref/dotnet5.4/zh-hant/System.Runtime.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net46/System.Runtime.dll", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", "ref/netcore50/de/System.Runtime.xml", "ref/netcore50/es/System.Runtime.xml", "ref/netcore50/fr/System.Runtime.xml", @@ -4138,6 +2063,8 @@ "ref/netcore50/ja/System.Runtime.xml", "ref/netcore50/ko/System.Runtime.xml", "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", "ref/netcore50/zh-hans/System.Runtime.xml", "ref/netcore50/zh-hant/System.Runtime.xml", "ref/win8/_._", @@ -4145,454 +2072,212 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "System.Runtime.Extensions/4.1.0-rc3-23818": { - "sha512": "ofvyvJ6agHL+yYO3LnGO+GQAnuJE9WX1B8kjl9akoNNEb6LNFSVHyKn3QTrQbnLxP/uCPZX9HpyGYyBqqgI7Ng==", - "type": "package", - "files": [ - "System.Runtime.Extensions.4.1.0-rc3-23818.nupkg.sha512", - "System.Runtime.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.Runtime.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Runtime.Extensions.dll", - "ref/dotnet5.1/System.Runtime.Extensions.xml", - "ref/dotnet5.1/de/System.Runtime.Extensions.xml", - "ref/dotnet5.1/es/System.Runtime.Extensions.xml", - "ref/dotnet5.1/fr/System.Runtime.Extensions.xml", - "ref/dotnet5.1/it/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ja/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ko/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ru/System.Runtime.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Runtime.Extensions.xml", - "ref/dotnet5.4/System.Runtime.Extensions.dll", - "ref/dotnet5.4/System.Runtime.Extensions.xml", - "ref/dotnet5.4/de/System.Runtime.Extensions.xml", - "ref/dotnet5.4/es/System.Runtime.Extensions.xml", - "ref/dotnet5.4/fr/System.Runtime.Extensions.xml", - "ref/dotnet5.4/it/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ja/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ko/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ru/System.Runtime.Extensions.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.Extensions.xml", - "ref/net45/_._", - "ref/net46/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "System.Runtime.4.0.21-beta-23516.nupkg", + "System.Runtime.4.0.21-beta-23516.nupkg.sha512", + "System.Runtime.nuspec" ] }, - "System.Runtime.Handles/4.0.1-rc3-23818": { - "sha512": "ZCIPg0l+LV+GQF7DJsKZfCVKenPC5iwBAyvF34C+6pOwVuGArdZWKvgRVv4+UEignLBrCB2s4GxsTJO/UssufA==", + "System.Runtime.Extensions/4.0.10": { "type": "package", + "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", "files": [ - "System.Runtime.Handles.4.0.1-rc3-23818.nupkg.sha512", - "System.Runtime.Handles.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "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/dotnet5.4/System.Runtime.Handles.dll", - "ref/dotnet5.4/System.Runtime.Handles.xml", - "ref/dotnet5.4/de/System.Runtime.Handles.xml", - "ref/dotnet5.4/es/System.Runtime.Handles.xml", - "ref/dotnet5.4/fr/System.Runtime.Handles.xml", - "ref/dotnet5.4/it/System.Runtime.Handles.xml", - "ref/dotnet5.4/ja/System.Runtime.Handles.xml", - "ref/dotnet5.4/ko/System.Runtime.Handles.xml", - "ref/dotnet5.4/ru/System.Runtime.Handles.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.Handles.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.Handles.xml", "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.InteropServices/4.1.0-rc3-23818": { - "sha512": "aV+oRV9ODpOU/PGCusWTKvsVwMnAbWL1yHR2uNyVFw2BwqHITfeffDttj2mExsK5tqHaMGPXr7ncYPrMsK7wAQ==", + "System.Runtime.Handles/4.0.0": { "type": "package", + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", "files": [ - "System.Runtime.InteropServices.4.1.0-rc3-23818.nupkg.sha512", - "System.Runtime.InteropServices.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.Runtime.InteropServices.dll", - "lib/win8/_._", - "lib/wpa81/_._", + "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/dotnet5.2/System.Runtime.InteropServices.dll", - "ref/dotnet5.2/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/System.Runtime.InteropServices.dll", - "ref/dotnet5.3/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/System.Runtime.InteropServices.dll", - "ref/dotnet5.4/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.InteropServices.xml", - "ref/net45/_._", - "ref/net46/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", - "ref/win8/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.PInvoke/4.0.0-rc3-23818": { - "sha512": "1kpxX3hXECxbWVI42XRvJZWuag70+UaYJ4+yHpOM9zIZ62mEEJVKXYqdFZpSwSr3O8Pq2QOIoCbYvl53uciEVQ==", + "System.Runtime.InteropServices/4.0.20": { "type": "package", + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", "files": [ - "System.Runtime.InteropServices.PInvoke.4.0.0-rc3-23818.nupkg.sha512", - "System.Runtime.InteropServices.PInvoke.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll", - "lib/net46/System.Runtime.InteropServices.PInvoke.dll", + "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/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll", - "ref/net46/System.Runtime.InteropServices.PInvoke.dll", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.PInvoke.dll" + "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.InteropServices.RuntimeInformation/4.0.0-rc3-23818": { - "sha512": "l7VDc342IViUC/jGUSCa0iNet5pSHplm5FvYrqu6v8hkiifuECJD3xaTDLcOu3ZjSRiYrhAbBouAGVMJ8SjK2Q==", + "System.Text.Encoding/4.0.10": { "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", "files": [ - "System.Runtime.InteropServices.RuntimeInformation.4.0.0-rc3-23818.nupkg.sha512", - "System.Runtime.InteropServices.RuntimeInformation.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "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/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "System.Runtime.Numerics/4.0.1-rc3-23818": { - "sha512": "GIr8CynUlbh2FQXQbp1jScb9nuDskyJokKtKWM6mp5L7hH14SGjJAZhPGhZtn7snqrCpZZXMrPaKrWk7ChmxEw==", - "type": "package", - "files": [ - "System.Runtime.Numerics.4.0.1-rc3-23818.nupkg.sha512", - "System.Runtime.Numerics.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Runtime.Numerics.dll", - "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.2/System.Runtime.Numerics.dll", - "ref/dotnet5.2/System.Runtime.Numerics.xml", - "ref/dotnet5.2/de/System.Runtime.Numerics.xml", - "ref/dotnet5.2/es/System.Runtime.Numerics.xml", - "ref/dotnet5.2/fr/System.Runtime.Numerics.xml", - "ref/dotnet5.2/it/System.Runtime.Numerics.xml", - "ref/dotnet5.2/ja/System.Runtime.Numerics.xml", - "ref/dotnet5.2/ko/System.Runtime.Numerics.xml", - "ref/dotnet5.2/ru/System.Runtime.Numerics.xml", - "ref/dotnet5.2/zh-hans/System.Runtime.Numerics.xml", - "ref/dotnet5.2/zh-hant/System.Runtime.Numerics.xml", - "ref/net45/_._", - "ref/netcore50/System.Runtime.Numerics.dll", - "ref/netcore50/System.Runtime.Numerics.xml", - "ref/netcore50/de/System.Runtime.Numerics.xml", - "ref/netcore50/es/System.Runtime.Numerics.xml", - "ref/netcore50/fr/System.Runtime.Numerics.xml", - "ref/netcore50/it/System.Runtime.Numerics.xml", - "ref/netcore50/ja/System.Runtime.Numerics.xml", - "ref/netcore50/ko/System.Runtime.Numerics.xml", - "ref/netcore50/ru/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "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/4.0.11-rc3-23818": { - "sha512": "6jjojEyzYp5jVTjgdIIoh/vuoDSxND4+bnCO/oKPmEnIvCqkLZcThB472lm+R3EQ7GTy3UVPsAQTTrQBaEL5mQ==", + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", "files": [ - "System.Text.Encoding.4.0.11-rc3-23818.nupkg.sha512", - "System.Text.Encoding.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "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/dotnet5.1/System.Text.Encoding.dll", - "ref/dotnet5.1/System.Text.Encoding.xml", - "ref/dotnet5.1/de/System.Text.Encoding.xml", - "ref/dotnet5.1/es/System.Text.Encoding.xml", - "ref/dotnet5.1/fr/System.Text.Encoding.xml", - "ref/dotnet5.1/it/System.Text.Encoding.xml", - "ref/dotnet5.1/ja/System.Text.Encoding.xml", - "ref/dotnet5.1/ko/System.Text.Encoding.xml", - "ref/dotnet5.1/ru/System.Text.Encoding.xml", - "ref/dotnet5.1/zh-hans/System.Text.Encoding.xml", - "ref/dotnet5.1/zh-hant/System.Text.Encoding.xml", - "ref/dotnet5.4/System.Text.Encoding.dll", - "ref/dotnet5.4/System.Text.Encoding.xml", - "ref/dotnet5.4/de/System.Text.Encoding.xml", - "ref/dotnet5.4/es/System.Text.Encoding.xml", - "ref/dotnet5.4/fr/System.Text.Encoding.xml", - "ref/dotnet5.4/it/System.Text.Encoding.xml", - "ref/dotnet5.4/ja/System.Text.Encoding.xml", - "ref/dotnet5.4/ko/System.Text.Encoding.xml", - "ref/dotnet5.4/ru/System.Text.Encoding.xml", - "ref/dotnet5.4/zh-hans/System.Text.Encoding.xml", - "ref/dotnet5.4/zh-hant/System.Text.Encoding.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.dll", - "ref/netcore50/System.Text.Encoding.xml", - "ref/netcore50/de/System.Text.Encoding.xml", - "ref/netcore50/es/System.Text.Encoding.xml", - "ref/netcore50/fr/System.Text.Encoding.xml", - "ref/netcore50/it/System.Text.Encoding.xml", - "ref/netcore50/ja/System.Text.Encoding.xml", - "ref/netcore50/ko/System.Text.Encoding.xml", - "ref/netcore50/ru/System.Text.Encoding.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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.Encoding.Extensions/4.0.11-rc3-23818": { - "sha512": "iUj8K+b7eYw0Z3qkUhOxQ6XWOSzJXqRocNuKtAWpf/2C6TF+RutvQSDgLZYsdEib2C6DoZCzi0roG1ULEVhJfA==", + "System.Text.RegularExpressions/4.0.10": { "type": "package", + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", "files": [ - "System.Text.Encoding.Extensions.4.0.11-rc3-23818.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/dotnet/System.Text.RegularExpressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "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/dotnet5.1/System.Text.Encoding.Extensions.dll", - "ref/dotnet5.1/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/System.Text.Encoding.Extensions.dll", - "ref/dotnet5.4/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" - ] - }, - "System.Text.RegularExpressions/4.0.12-rc3-23818": { - "sha512": "+LOey+m0yl98KfG4nUyTtSw6LAC3fyaFVoOqd5HdZMZTOIRMYhC9iNQYBFNq00ohfRfTGJQ+6QcSFq3FM3noxQ==", - "type": "package", - "files": [ - "System.Text.RegularExpressions.4.0.12-rc3-23818.nupkg.sha512", - "System.Text.RegularExpressions.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Text.RegularExpressions.dll", - "lib/net45/_._", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Text.RegularExpressions.dll", - "ref/dotnet5.1/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/de/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/es/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/fr/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/it/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/ja/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/ko/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/ru/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/zh-hans/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/zh-hant/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/System.Text.RegularExpressions.dll", - "ref/dotnet5.4/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/de/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/es/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/fr/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/it/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/ja/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/ko/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/ru/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/zh-hans/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/zh-hant/System.Text.RegularExpressions.xml", - "ref/net45/_._", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.xml", - "ref/netcore50/de/System.Text.RegularExpressions.xml", - "ref/netcore50/es/System.Text.RegularExpressions.xml", - "ref/netcore50/fr/System.Text.RegularExpressions.xml", - "ref/netcore50/it/System.Text.RegularExpressions.xml", - "ref/netcore50/ja/System.Text.RegularExpressions.xml", - "ref/netcore50/ko/System.Text.RegularExpressions.xml", - "ref/netcore50/ru/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "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-rc3-23818": { - "sha512": "7NwWCxDVEFaSIX9vePgdivrRFcfb3TrNuiqOecJiwDMehduddDgCih25xfXRiXTf/Mh8XoPEa2fCb20NGN/9hw==", + "System.Threading/4.0.11-beta-23516": { "type": "package", + "sha512": "AiuvOzOo6CZpIIw3yGJZcs3IhiCZcy0P/ThubazmWExERHJZoOnD/jB+Bn2gxTAD0rc/ytrRdBur9PuX6DvvvA==", "files": [ - "System.Threading.4.0.11-rc3-23818.nupkg.sha512", - "System.Threading.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -4601,10 +2286,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Threading.dll", - "ref/dotnet5.1/System.Threading.xml", "ref/dotnet5.1/de/System.Threading.xml", "ref/dotnet5.1/es/System.Threading.xml", "ref/dotnet5.1/fr/System.Threading.xml", @@ -4612,10 +2293,10 @@ "ref/dotnet5.1/ja/System.Threading.xml", "ref/dotnet5.1/ko/System.Threading.xml", "ref/dotnet5.1/ru/System.Threading.xml", + "ref/dotnet5.1/System.Threading.dll", + "ref/dotnet5.1/System.Threading.xml", "ref/dotnet5.1/zh-hans/System.Threading.xml", "ref/dotnet5.1/zh-hant/System.Threading.xml", - "ref/dotnet5.4/System.Threading.dll", - "ref/dotnet5.4/System.Threading.xml", "ref/dotnet5.4/de/System.Threading.xml", "ref/dotnet5.4/es/System.Threading.xml", "ref/dotnet5.4/fr/System.Threading.xml", @@ -4623,11 +2304,13 @@ "ref/dotnet5.4/ja/System.Threading.xml", "ref/dotnet5.4/ko/System.Threading.xml", "ref/dotnet5.4/ru/System.Threading.xml", + "ref/dotnet5.4/System.Threading.dll", + "ref/dotnet5.4/System.Threading.xml", "ref/dotnet5.4/zh-hans/System.Threading.xml", "ref/dotnet5.4/zh-hant/System.Threading.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/System.Threading.dll", - "ref/netcore50/System.Threading.xml", "ref/netcore50/de/System.Threading.xml", "ref/netcore50/es/System.Threading.xml", "ref/netcore50/fr/System.Threading.xml", @@ -4635,6 +2318,8 @@ "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/_._", @@ -4642,132 +2327,78 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "runtime.json", + "System.Threading.4.0.11-beta-23516.nupkg.sha512", + "System.Threading.nuspec" ] }, - "System.Threading.Tasks/4.0.11-rc3-23818": { - "sha512": "2M1p4pdJcW8ijV6kDkZd+Jp7uTbksRlB6dwrNqGwY7YiPd4JUk126o9vvYJfyqbFNbk3bZp3zohV3vwW/qFP5g==", + "System.Threading.Overlapped/4.0.0": { "type": "package", + "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", "files": [ - "System.Threading.Tasks.4.0.11-rc3-23818.nupkg.sha512", - "System.Threading.Tasks.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Threading.Tasks.dll", - "ref/dotnet5.1/System.Threading.Tasks.xml", - "ref/dotnet5.1/de/System.Threading.Tasks.xml", - "ref/dotnet5.1/es/System.Threading.Tasks.xml", - "ref/dotnet5.1/fr/System.Threading.Tasks.xml", - "ref/dotnet5.1/it/System.Threading.Tasks.xml", - "ref/dotnet5.1/ja/System.Threading.Tasks.xml", - "ref/dotnet5.1/ko/System.Threading.Tasks.xml", - "ref/dotnet5.1/ru/System.Threading.Tasks.xml", - "ref/dotnet5.1/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet5.1/zh-hant/System.Threading.Tasks.xml", - "ref/dotnet5.4/System.Threading.Tasks.dll", - "ref/dotnet5.4/System.Threading.Tasks.xml", - "ref/dotnet5.4/de/System.Threading.Tasks.xml", - "ref/dotnet5.4/es/System.Threading.Tasks.xml", - "ref/dotnet5.4/fr/System.Threading.Tasks.xml", - "ref/dotnet5.4/it/System.Threading.Tasks.xml", - "ref/dotnet5.4/ja/System.Threading.Tasks.xml", - "ref/dotnet5.4/ko/System.Threading.Tasks.xml", - "ref/dotnet5.4/ru/System.Threading.Tasks.xml", - "ref/dotnet5.4/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet5.4/zh-hant/System.Threading.Tasks.xml", - "ref/net45/_._", - "ref/netcore50/System.Threading.Tasks.dll", - "ref/netcore50/System.Threading.Tasks.xml", - "ref/netcore50/de/System.Threading.Tasks.xml", - "ref/netcore50/es/System.Threading.Tasks.xml", - "ref/netcore50/fr/System.Threading.Tasks.xml", - "ref/netcore50/it/System.Threading.Tasks.xml", - "ref/netcore50/ja/System.Threading.Tasks.xml", - "ref/netcore50/ko/System.Threading.Tasks.xml", - "ref/netcore50/ru/System.Threading.Tasks.xml", - "ref/netcore50/zh-hans/System.Threading.Tasks.xml", - "ref/netcore50/zh-hant/System.Threading.Tasks.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json" + "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.Timer/4.0.1-rc3-23818": { - "sha512": "ZcCYG7WGiywVs9wgNj34cwVxf1ZjfLvwhzlboOIMWh29MVmOhEmfpi7hLHyqAXMWwlo9PqWaBhyU5cJSyK3uiw==", + "System.Threading.Tasks/4.0.10": { "type": "package", + "sha512": "NOwJGDfk79jR0bnzosbXLVD/PdI8KzBeESoa3CofEM5v9R5EBfcI0Jyf18stx+0IYV9okmDIDxVtxq9TbnR9bQ==", "files": [ - "System.Threading.Timer.4.0.1-rc3-23818.nupkg.sha512", - "System.Threading.Timer.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net451/_._", - "lib/win81/_._", - "lib/wpa81/_._", + "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/dotnet5.3/System.Threading.Timer.dll", - "ref/dotnet5.3/System.Threading.Timer.xml", - "ref/dotnet5.3/de/System.Threading.Timer.xml", - "ref/dotnet5.3/es/System.Threading.Timer.xml", - "ref/dotnet5.3/fr/System.Threading.Timer.xml", - "ref/dotnet5.3/it/System.Threading.Timer.xml", - "ref/dotnet5.3/ja/System.Threading.Timer.xml", - "ref/dotnet5.3/ko/System.Threading.Timer.xml", - "ref/dotnet5.3/ru/System.Threading.Timer.xml", - "ref/dotnet5.3/zh-hans/System.Threading.Timer.xml", - "ref/dotnet5.3/zh-hant/System.Threading.Timer.xml", - "ref/net451/_._", - "ref/netcore50/System.Threading.Timer.dll", - "ref/netcore50/System.Threading.Timer.xml", - "ref/netcore50/de/System.Threading.Timer.xml", - "ref/netcore50/es/System.Threading.Timer.xml", - "ref/netcore50/fr/System.Threading.Timer.xml", - "ref/netcore50/it/System.Threading.Timer.xml", - "ref/netcore50/ja/System.Threading.Timer.xml", - "ref/netcore50/ko/System.Threading.Timer.xml", - "ref/netcore50/ru/System.Threading.Timer.xml", - "ref/netcore50/zh-hans/System.Threading.Timer.xml", - "ref/netcore50/zh-hant/System.Threading.Timer.xml", - "ref/win81/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json" + "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" ] }, "System.Xml.ReaderWriter/4.0.10": { - "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", "type": "package", + "sha512": "VdmWWMH7otrYV7D+cviUo7XjX0jzDnD/lTGSZTlZqfIQ5PhXk85j+6P0TK9od3PnOd5ZIM+pOk01G/J+3nh9/w==", "files": [ - "System.Xml.ReaderWriter.4.0.10.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec", + "lib/dotnet/System.Xml.ReaderWriter.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/dotnet/System.Xml.ReaderWriter.dll", "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet/System.Xml.ReaderWriter.dll", - "ref/dotnet/System.Xml.ReaderWriter.xml", "ref/dotnet/de/System.Xml.ReaderWriter.xml", "ref/dotnet/es/System.Xml.ReaderWriter.xml", "ref/dotnet/fr/System.Xml.ReaderWriter.xml", @@ -4775,24 +2406,27 @@ "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/_._" + "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-rc3-23818": { - "sha512": "cr0FyyZ5oEf7NigvZRs4rpWR1YPIwa2WNrV5C0U+zOPOXg0bzR2c2K/k30wCujegtsh09VNPJ5tLcX7hEHgYJQ==", + "System.Xml.XDocument/4.0.11-beta-23516": { "type": "package", + "sha512": "sVbIsIQ8c3UnhnV9a8/J1boDVLpfqVsolNJ/nIvrU4g3TE0RpC2yFkivPmXYpwllsa1b6ajxZcZ+ItMhhXy8vA==", "files": [ - "System.Xml.XDocument.4.0.11-rc3-23818.nupkg.sha512", - "System.Xml.XDocument.nuspec", - "ThirdPartyNotices.txt", - "dotnet_library_license.txt", + "lib/dotnet5.4/System.Xml.XDocument.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/dotnet5.4/System.Xml.XDocument.dll", "lib/net45/_._", "lib/netcore50/System.Xml.XDocument.dll", "lib/win8/_._", @@ -4800,10 +2434,6 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/dotnet5.1/System.Xml.XDocument.dll", - "ref/dotnet5.1/System.Xml.XDocument.xml", "ref/dotnet5.1/de/System.Xml.XDocument.xml", "ref/dotnet5.1/es/System.Xml.XDocument.xml", "ref/dotnet5.1/fr/System.Xml.XDocument.xml", @@ -4811,10 +2441,10 @@ "ref/dotnet5.1/ja/System.Xml.XDocument.xml", "ref/dotnet5.1/ko/System.Xml.XDocument.xml", "ref/dotnet5.1/ru/System.Xml.XDocument.xml", + "ref/dotnet5.1/System.Xml.XDocument.dll", + "ref/dotnet5.1/System.Xml.XDocument.xml", "ref/dotnet5.1/zh-hans/System.Xml.XDocument.xml", "ref/dotnet5.1/zh-hant/System.Xml.XDocument.xml", - "ref/dotnet5.4/System.Xml.XDocument.dll", - "ref/dotnet5.4/System.Xml.XDocument.xml", "ref/dotnet5.4/de/System.Xml.XDocument.xml", "ref/dotnet5.4/es/System.Xml.XDocument.xml", "ref/dotnet5.4/fr/System.Xml.XDocument.xml", @@ -4822,11 +2452,13 @@ "ref/dotnet5.4/ja/System.Xml.XDocument.xml", "ref/dotnet5.4/ko/System.Xml.XDocument.xml", "ref/dotnet5.4/ru/System.Xml.XDocument.xml", + "ref/dotnet5.4/System.Xml.XDocument.dll", + "ref/dotnet5.4/System.Xml.XDocument.xml", "ref/dotnet5.4/zh-hans/System.Xml.XDocument.xml", "ref/dotnet5.4/zh-hant/System.Xml.XDocument.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/System.Xml.XDocument.dll", - "ref/netcore50/System.Xml.XDocument.xml", "ref/netcore50/de/System.Xml.XDocument.xml", "ref/netcore50/es/System.Xml.XDocument.xml", "ref/netcore50/fr/System.Xml.XDocument.xml", @@ -4834,25 +2466,33 @@ "ref/netcore50/ja/System.Xml.XDocument.xml", "ref/netcore50/ko/System.Xml.XDocument.xml", "ref/netcore50/ru/System.Xml.XDocument.xml", + "ref/netcore50/System.Xml.XDocument.dll", + "ref/netcore50/System.Xml.XDocument.xml", "ref/netcore50/zh-hans/System.Xml.XDocument.xml", "ref/netcore50/zh-hant/System.Xml.XDocument.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" + "ref/xamarinmac20/_._", + "System.Xml.XDocument.4.0.11-beta-23516.nupkg.sha512", + "System.Xml.XDocument.nuspec" ] } }, "projectFileDependencyGroups": { - "": [ - "NETStandard.Library >= 1.0.0-*", - "System.Xml.XDocument >= 4.0.11-*" - ], - ".NETFramework,Version=v4.6": [ - "System.Xml >= 4.0.0.0", - "System.Xml.Linq >= 4.0.0.0" + "": [], + "DNX,Version=v4.6": [ + "fx/System.Xml >= 4.0.0", + "fx/System.Xml.Linq >= 4.0.0" ], - ".NETPlatform,Version=v5.4": [] + "DNXCore,Version=v5.0": [ + "Microsoft.CSharp >= 4.0.1-beta-23516", + "System.Collections >= 4.0.11-beta-23516", + "System.Linq >= 4.0.1-beta-23516", + "System.Runtime >= 4.0.21-beta-23516", + "System.Threading >= 4.0.11-beta-23516", + "System.Xml.XDocument >= 4.0.11-beta-23516" + ] } } \ No newline at end of file diff --git a/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.json b/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.json index 3626c3ad..f2700acc 100644 --- a/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.json +++ b/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.json @@ -1,17 +1,19 @@ { "version": "1.0.0-*", "description": "UnitTestingSamplesCoreTests Class Library", - "authors": [ "chris" ], + "authors": [ "Christian" ], "tags": [ "" ], "projectUrl": "", "licenseUrl": "", "dependencies": { - "NETStandard.Library": "1.0.0-*", - "System.Threading.Tasks": "4.0.11-*", - "System.Xml.XDocument": "4.0.11-*", + "System.Threading.Tasks": "4.0.11-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516", "UnitTestingSamplesCore": { "target": "project" }, - "xunit": "2.2.0-*", - "dotnet-test-xunit": "1.0.0-dev-23931-51" + "xunit": "2.1.0", + "xunit.runner.dnx": "2.1.0-rc1-build204" + }, + "commands": { + "test": "xunit.runner.dnx" }, "testRunner": "xunit", diff --git a/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.lock.json b/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.lock.json index 2c100ff7..f8227dec 100644 --- a/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.lock.json +++ b/Testing/UnitTestingSamples/UnitTestingSamplesCoreTests/project.lock.json @@ -3,26 +3,7 @@ "version": 2, "targets": { "DNXCore,Version=v5.0": { - "dotnet-test-xunit/1.0.0-dev-23931-51": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-dev-000973", - "Microsoft.DotNet.ProjectModel": "1.0.0-dev-000973", - "Microsoft.Extensions.CommandLineUtils.Sources": "1.0.0-rc1-final", - "Microsoft.Extensions.Testing.Abstractions": "1.0.0-dev-000973", - "NETStandard.Library": "1.0.0-rc2-23714", - "NuGet.Packaging.Core": "3.3.0", - "System.Threading.ThreadPool": "4.0.10-beta-23516", - "xunit.runner.reporters": "2.1.0-rc1-build3168" - }, - "compile": { - "lib/dnxcore50/dotnet-test-xunit.dll": {} - }, - "runtime": { - "lib/dnxcore50/dotnet-test-xunit.dll": {} - } - }, - "Microsoft.CSharp/4.0.1-rc2-23616": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -49,215 +30,145 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.DotNet.Cli.Utils/1.0.0-dev-000973": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530", - "NETStandard.Library": "1.0.0-rc2-23704", - "System.Reflection.Metadata": "1.1.0" + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "System.IO.FileSystem": "4.0.1-beta-23516" }, "compile": { - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} } }, - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package" - }, - "Microsoft.DotNet.ProjectModel/1.0.0-dev-000973": { + "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-23616", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15882", - "NETStandard.Library": "1.0.0-rc2-23704", - "NuGet.Packaging": "3.3.0", - "System.Dynamic.Runtime": "4.0.11-rc2-23616", - "System.Runtime.Loader": "4.0.0-rc2-23616", - "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23616", - "System.Threading.Thread": "4.0.0-rc2-23616", - "System.Xml.XDocument": "4.0.11-rc2-23616" + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging": "1.0.0-rc1-final", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23516", + "System.Diagnostics.Process": "4.1.0-beta-23516", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", + "System.Net.Primitives": "4.0.11-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Reflection.Extensions": "4.0.1-beta-23516", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23516" }, "compile": { - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll": {} + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll": {} + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} } }, - "Microsoft.Extensions.CommandLineUtils.Sources/1.0.0-rc1-final": { + "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23516" + "System.Collections": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-15882": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-23611", - "System.IO.FileSystem": "4.0.1-rc2-23611", - "System.Linq": "4.0.1-rc2-23611", - "System.Runtime.Extensions": "4.0.11-rc2-23611" + "System.ComponentModel": "4.0.1-beta-23516", + "System.Diagnostics.Debug": "4.0.11-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Linq.Expressions": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-16041": { + "Microsoft.Extensions.Logging/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-23727", - "System.Collections.Concurrent": "4.0.11-rc2-23727", - "System.Globalization": "4.0.11-rc2-23727", - "System.Linq": "4.0.1-rc2-23727", - "System.Reflection": "4.1.0-rc2-23727", - "System.Runtime": "4.0.21-rc2-23727", - "System.Runtime.Extensions": "4.1.0-rc2-23727", - "System.Runtime.InteropServices": "4.0.21-rc2-23727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.ComponentModel": "4.0.1-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} } }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-16530": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.AppContext": "4.0.0", - "System.IO.FileSystem": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.1.0-rc2-23621", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23621", - "System.Threading.Tasks": "4.0.10" + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Runtime.InteropServices": "4.0.21-beta-23516" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "Microsoft.Extensions.Testing.Abstractions/1.0.0-dev-000973": { + "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-dev-000973", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16004", - "NETStandard.Library": "1.0.0-rc2-23704", - "Newtonsoft.Json": "7.0.1", - "System.Resources.ResourceManager": "4.0.1-rc2-23616", - "System.Runtime.Serialization.Primitives": "4.0.11-rc2-23616" + "System.Collections": "4.0.11-beta-23516", + "System.ComponentModel": "4.0.1-beta-23516", + "System.IO": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-23819", - "Microsoft.NETCore.Runtime.Native": "1.0.2-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime.Native/1.0.2-rc3-23819": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets.DNXCore": "5.0.0-rc3-23819" + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} } }, - "Microsoft.NETCore.Targets.DNXCore/5.0.0-rc3-23819": { - "type": "package" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23819": { + "Microsoft.Win32.Primitives/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" }, "compile": { - "ref/dotnet5.4/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23819", - "System.Collections.Concurrent": "4.0.12-rc3-23819", - "System.Linq": "4.1.0-rc3-23819", - "System.Runtime.Numerics": "4.0.1-rc3-23819", - "System.Text.RegularExpressions": "4.0.12-rc3-23819" - } - }, - "NETStandard.Platform/1.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23819", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23819", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23819", - "System.AppContext": "4.1.0-rc3-23819", - "System.Collections": "4.0.11-rc3-23819", - "System.Console": "4.0.0-rc3-23819", - "System.Diagnostics.Debug": "4.0.11-rc3-23819", - "System.Diagnostics.Tools": "4.0.1-rc3-23819", - "System.Diagnostics.Tracing": "4.1.0-rc3-23819", - "System.Globalization": "4.0.11-rc3-23819", - "System.Globalization.Calendars": "4.0.1-rc3-23819", - "System.IO": "4.1.0-rc3-23819", - "System.IO.FileSystem": "4.0.1-rc3-23819", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23819", - "System.Net.Primitives": "4.0.11-rc3-23819", - "System.Net.Sockets": "4.1.0-rc3-23819", - "System.Reflection": "4.1.0-rc3-23819", - "System.Reflection.Extensions": "4.0.1-rc3-23819", - "System.Reflection.Primitives": "4.0.1-rc3-23819", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23819", - "System.Runtime": "4.1.0-rc3-23819", - "System.Runtime.Extensions": "4.1.0-rc3-23819", - "System.Runtime.Handles": "4.0.1-rc3-23819", - "System.Runtime.InteropServices": "4.1.0-rc3-23819", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.11-rc3-23819", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23819", - "System.Threading": "4.0.11-rc3-23819", - "System.Threading.Tasks": "4.0.11-rc3-23819", - "System.Threading.Timer": "4.0.1-rc3-23819" + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, "Newtonsoft.Json/7.0.1": { @@ -269,244 +180,156 @@ "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} } }, - "NuGet.Frameworks/3.3.0": { - "type": "package", - "dependencies": { - "NuGet.Versioning": "3.3.0", - "System.Collections": "4.0.10-beta-23109", - "System.Collections.Concurrent": "4.0.10-beta-23109", - "System.Diagnostics.Debug": "4.0.10-beta-23109", - "System.Diagnostics.Tools": "4.0.0-beta-23109", - "System.Globalization": "4.0.10-beta-23109", - "System.Linq": "4.0.0-beta-23109", - "System.Resources.ResourceManager": "4.0.0-beta-23109", - "System.Runtime": "4.0.20-beta-23109", - "System.Runtime.Extensions": "4.0.10-beta-23109", - "System.Text.RegularExpressions": "4.0.10-beta-23109", - "System.Threading": "4.0.10-beta-23109", - "System.Threading.Tasks": "4.0.10-beta-23109" - }, - "compile": { - "lib/dnxcore50/NuGet.Frameworks.dll": {} - }, - "runtime": { - "lib/dnxcore50/NuGet.Frameworks.dll": {} - } - }, - "NuGet.Logging/3.3.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20-beta-23109" - }, - "compile": { - "lib/dnxcore50/NuGet.Logging.dll": {} - }, - "runtime": { - "lib/dnxcore50/NuGet.Logging.dll": {} - } - }, - "NuGet.Packaging/3.3.0": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "NuGet.Logging": "3.3.0", - "NuGet.Packaging.Core": "3.3.0", - "System.IO.Compression": "4.0.0-beta-23109", - "System.IO.FileSystem": "4.0.0-beta-23109", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23225", - "System.Xml.XDocument": "4.0.10-beta-23109" + "System.Runtime": "4.0.21-beta-23516" }, "compile": { - "lib/dnxcore50/NuGet.Packaging.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.dll": {} + "lib/DNXCore50/System.Collections.dll": {} } }, - "NuGet.Packaging.Core/3.3.0": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { - "NuGet.Packaging.Core.Types": "3.3.0", - "System.IO": "4.0.10-beta-23109", - "System.IO.Compression": "4.0.0-beta-23109", - "System.Xml.XDocument": "4.0.10-beta-23109" + "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": { - "lib/dnxcore50/NuGet.Packaging.Core.dll": {} + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.Core.dll": {} + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} } }, - "NuGet.Packaging.Core.Types/3.3.0": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { - "NuGet.Frameworks": "3.3.0" + "System.Runtime": "4.0.20" }, "compile": { - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll": {} + "ref/dotnet5.1/System.ComponentModel.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll": {} + "lib/dotnet5.4/System.ComponentModel.dll": {} } }, - "NuGet.Versioning/3.3.0": { + "System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Diagnostics.Debug": "4.0.10-beta-23109", - "System.Diagnostics.Tools": "4.0.0-beta-23109", - "System.Linq": "4.0.0-beta-23109", - "System.Reflection": "4.0.10-beta-23109", - "System.Resources.ResourceManager": "4.0.0-beta-23109", - "System.Runtime.Extensions": "4.0.10-beta-23109" + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "lib/dnxcore50/NuGet.Versioning.dll": {} - }, - "runtime": { - "lib/dnxcore50/NuGet.Versioning.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.AppContext/4.1.0-rc3-23819": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} } }, - "System.Collections/4.0.11-rc3-23819": { + "System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Collections.dll": {} + "ref/dotnet5.5/System.Diagnostics.Process.dll": {} } }, - "System.Collections.Concurrent/4.0.12-rc3-23819": { + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", "System.Globalization": "4.0.10", - "System.Reflection": "4.0.10", + "System.IO": "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" + "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} } }, - "System.Collections.Immutable/1.1.37": { + "System.Diagnostics.Tools/4.0.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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Runtime": "4.0.0" }, "compile": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "ref/dotnet/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/dotnet/System.Collections.Immutable.dll": {} + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, - "System.Console/4.0.0-rc3-23819": { + "System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Console.dll": {} + "ref/dotnet5.1/System.Diagnostics.TraceSource.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-rc3-23819": { + "System.Diagnostics.Tracing/4.0.20": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" + "ref/dotnet/System.Diagnostics.Tracing.dll": {} }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.Tools.dll": {} + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, - "System.Diagnostics.Tracing/4.1.0-rc3-23819": { + "System.Dynamic.Runtime/4.0.0": { "type": "package", "dependencies": { + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.0", + "System.Reflection": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11-rc2-23616": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "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/dotnet5.4/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Dynamic.Runtime.dll": {} + "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-rc3-23819": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" }, - "compile": { - "ref/dotnet5.4/System.Globalization.Calendars.dll": {} + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} } }, - "System.IO/4.1.0-rc3-23819": { + "System.IO/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20", @@ -515,6 +338,9 @@ }, "compile": { "ref/dotnet5.4/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} } }, "System.IO.Compression/4.0.0": { @@ -537,7 +363,7 @@ "lib/dotnet/System.IO.Compression.dll": {} } }, - "System.IO.FileSystem/4.0.1-rc3-23819": { + "System.IO.FileSystem/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -551,19 +377,19 @@ "ref/dotnet5.4/System.IO.FileSystem.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23819": { + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" }, "compile": { - "ref/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.1.0-rc3-23819": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -576,51 +402,17 @@ "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/dnxcore50/System.Linq.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.10": { + "System.Linq.Expressions/4.0.11-beta-23516": { "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.ObjectModel": "4.0.0", "System.Reflection": "4.0.0", - "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.0", - "System.Threading": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Queryable/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.Linq.Queryable.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.Queryable.dll": {} + "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, "System.Net.Http/4.0.0": { @@ -649,7 +441,7 @@ "lib/DNXCore50/System.Net.Http.dll": {} } }, - "System.Net.Primitives/4.0.11-rc3-23819": { + "System.Net.Primitives/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -659,7 +451,7 @@ "ref/dotnet5.4/System.Net.Primitives.dll": {} } }, - "System.Net.Sockets/4.1.0-rc3-23819": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -668,7 +460,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Net.Sockets.dll": {} + "ref/dotnet5.5/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -687,102 +479,65 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Reflection/4.1.0-rc3-23819": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, "compile": { - "ref/dotnet5.4/System.Reflection.dll": {} + "ref/dnxcore50/_._": {} } }, - "System.Reflection.Emit/4.0.0": { + "System.Reflection/4.1.0-beta-23225": { "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" + "System.Runtime": "4.0.20" }, "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} + "ref/dotnet/System.Reflection.dll": {} }, "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} + "lib/DNXCore50/System.Reflection.dll": {} } }, - "System.Reflection.Emit.ILGeneration/4.0.0": { + "System.Reflection.Extensions/4.0.1-beta-23516": { "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": {} + "ref/dotnet5.1/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "System.Reflection.Extensions/4.0.1-rc3-23819": { + "System.Reflection.Primitives/4.0.0": { "type": "package", "dependencies": { - "System.Reflection": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "4.0.0", - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "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.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "ref/dotnet/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, - "System.Reflection.Primitives/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23819": { + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Reflection.TypeExtensions.dll": {} + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-rc2-23616": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -796,13 +551,19 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.1.0-rc3-23819": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23516" + }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} } }, - "System.Runtime.Extensions/4.1.0-rc3-23819": { + "System.Runtime.Extensions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -811,117 +572,45 @@ "ref/dotnet5.4/System.Runtime.Extensions.dll": {} } }, - "System.Runtime.Handles/4.0.1-rc3-23819": { + "System.Runtime.Handles/4.0.0": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Runtime.Handles.dll": {} + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, - "System.Runtime.InteropServices/4.1.0-rc3-23819": { + "System.Runtime.InteropServices/4.0.21-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc3-23819", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23819" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23819": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { + "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Loader/4.0.0-rc2-23616": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.5/System.Runtime.Loader.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Loader.dll": {} - } - }, - "System.Runtime.Numerics/4.0.1-rc3-23819": { - "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" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.1.0-beta-23419": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Serialization.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-rc2-23616": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-rc2-23616" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225" - }, - "compile": { - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-rc2-23616": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -933,32 +622,38 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Text.Encoding/4.0.11-rc3-23819": { + "System.Text.Encoding/4.0.10": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Text.Encoding.dll": {} + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23819": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Text.Encoding": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Text.Encoding.Extensions.dll": {} + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Text.RegularExpressions/4.0.12-rc3-23819": { + "System.Text.RegularExpressions/4.0.10": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -969,13 +664,13 @@ "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Text.RegularExpressions.dll": {} + "ref/dotnet/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} + "lib/dotnet/System.Text.RegularExpressions.dll": {} } }, - "System.Threading/4.0.11-rc3-23819": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -985,22 +680,25 @@ "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Threading.Tasks/4.0.11-rc3-23819": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.Thread/4.0.0-rc2-23616": { + "System.Threading.Thread/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Threading.Thread.dll": {} + "ref/dotnet5.1/System.Threading.Thread.dll": {} }, "runtime": { "lib/DNXCore50/System.Threading.Thread.dll": {} @@ -1019,15 +717,6 @@ "lib/DNXCore50/System.Threading.ThreadPool.dll": {} } }, - "System.Threading.Timer/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.3/System.Threading.Timer.dll": {} - } - }, "System.Xml.ReaderWriter/4.0.10": { "type": "package", "dependencies": { @@ -1053,7 +742,7 @@ "lib/dotnet/System.Xml.ReaderWriter.dll": {} } }, - "System.Xml.XDocument/4.0.11-rc3-23819": { + "System.Xml.XDocument/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1078,17 +767,21 @@ }, "UnitTestingSamplesCore/1.0.0": { "type": "project", - "framework": ".NETPlatform,Version=v5.4", + "framework": "DNXCore,Version=v5.0", "dependencies": { - "NETStandard.Library": "1.0.0", - "System.Xml.XDocument": "4.0.11" + "Microsoft.CSharp": "4.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516" } }, - "xunit/2.2.0-beta1-build3239": { + "xunit/2.1.0": { "type": "package", "dependencies": { - "xunit.assert": "[2.2.0-beta1-build3239]", - "xunit.core": "[2.2.0-beta1-build3239]" + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, "xunit.abstractions/2.0.0": { @@ -1100,15 +793,13 @@ "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} } }, - "xunit.assert/2.2.0-beta1-build3239": { + "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.Linq.Expressions": "4.0.0", - "System.Linq.Queryable": "4.0.0", "System.ObjectModel": "4.0.0", "System.Reflection": "4.0.0", "System.Reflection.Extensions": "4.0.0", @@ -1124,26 +815,24 @@ "lib/dotnet/xunit.assert.dll": {} } }, - "xunit.core/2.2.0-beta1-build3239": { + "xunit.core/2.1.0": { "type": "package", "dependencies": { "System.Collections": "4.0.0", "System.Diagnostics.Debug": "4.0.0", "System.Globalization": "4.0.0", "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.Linq.Queryable": "4.0.0", "System.Reflection": "4.0.0", "System.Reflection.Extensions": "4.0.0", "System.Runtime": "4.0.0", "System.Runtime.Extensions": "4.0.0", "System.Threading.Tasks": "4.0.0", "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.2.0-beta1-build3239]", - "xunit.extensibility.execution": "[2.2.0-beta1-build3239]" + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, - "xunit.extensibility.core/2.2.0-beta1-build3239": { + "xunit.extensibility.core/2.1.0": { "type": "package", "dependencies": { "xunit.abstractions": "[2.0.0]" @@ -1157,7 +846,7 @@ "lib/dotnet/xunit.runner.utility.desktop.dll": {} } }, - "xunit.extensibility.execution/2.2.0-beta1-build3239": { + "xunit.extensibility.execution/2.1.0": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1174,7 +863,7 @@ "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.0", "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.2.0-beta1-build3239]" + "xunit.extensibility.core": "[2.1.0]" }, "compile": { "lib/dotnet/xunit.execution.dotnet.dll": {} @@ -1183,7 +872,25 @@ "lib/dotnet/xunit.execution.dotnet.dll": {} } }, - "xunit.runner.reporters/2.1.0-rc1-build3168": { + "xunit.runner.dnx/2.1.0-rc1-build204": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Threading.ThreadPool": "4.0.10-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516", + "xunit.runner.reporters": "2.1.0" + }, + "compile": { + "lib/dnxcore50/xunit.runner.dnx.dll": {} + }, + "runtime": { + "lib/dnxcore50/xunit.runner.dnx.dll": {} + } + }, + "xunit.runner.reporters/2.1.0": { "type": "package", "dependencies": { "Newtonsoft.Json": "7.0.1", @@ -1199,7 +906,7 @@ "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.0", "xunit.abstractions": "2.0.0", - "xunit.runner.utility": "[2.1.0-rc1-build3168]" + "xunit.runner.utility": "[2.1.0]" }, "compile": { "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} @@ -1208,7 +915,7 @@ "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} } }, - "xunit.runner.utility/2.1.0-rc1-build3168": { + "xunit.runner.utility/2.1.0": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1234,26 +941,7 @@ } }, "DNXCore,Version=v5.0/win7-x86": { - "dotnet-test-xunit/1.0.0-dev-23931-51": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-dev-000973", - "Microsoft.DotNet.ProjectModel": "1.0.0-dev-000973", - "Microsoft.Extensions.CommandLineUtils.Sources": "1.0.0-rc1-final", - "Microsoft.Extensions.Testing.Abstractions": "1.0.0-dev-000973", - "NETStandard.Library": "1.0.0-rc2-23714", - "NuGet.Packaging.Core": "3.3.0", - "System.Threading.ThreadPool": "4.0.10-beta-23516", - "xunit.runner.reporters": "2.1.0-rc1-build3168" - }, - "compile": { - "lib/dnxcore50/dotnet-test-xunit.dll": {} - }, - "runtime": { - "lib/dnxcore50/dotnet-test-xunit.dll": {} - } - }, - "Microsoft.CSharp/4.0.1-rc3-23819": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1280,82 +968,107 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.DotNet.Cli.Utils/1.0.0-dev-000973": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530", - "NETStandard.Library": "1.0.0-rc2-23704", - "System.Reflection.Metadata": "1.1.0" + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "System.IO.FileSystem": "4.0.1-beta-23516" }, "compile": { - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} } }, - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package" + "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { + "type": "package", + "dependencies": { + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging": "1.0.0-rc1-final", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23516", + "System.Diagnostics.Process": "4.1.0-beta-23516", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", + "System.Net.Primitives": "4.0.11-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Reflection.Extensions": "4.0.1-beta-23516", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23516" + }, + "compile": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + } }, - "Microsoft.DotNet.ProjectModel/1.0.0-dev-000973": { + "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-23616", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15882", - "NETStandard.Library": "1.0.0-rc2-23704", - "NuGet.Packaging": "3.3.0", - "System.Dynamic.Runtime": "4.0.11-rc2-23616", - "System.Runtime.Loader": "4.0.0-rc2-23616", - "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23616", - "System.Threading.Thread": "4.0.0-rc2-23616", - "System.Xml.XDocument": "4.0.11-rc2-23616" + "System.Collections": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516" }, "compile": { - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} } }, - "Microsoft.Extensions.CommandLineUtils.Sources/1.0.0-rc1-final": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23516" + "System.ComponentModel": "4.0.1-beta-23516", + "System.Diagnostics.Debug": "4.0.11-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Linq.Expressions": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-15882": { + "Microsoft.Extensions.Logging/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-23611", - "System.IO.FileSystem": "4.0.1-rc2-23611", - "System.Linq": "4.0.1-rc2-23611", - "System.Runtime.Extensions": "4.0.11-rc2-23611" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.ComponentModel": "4.0.1-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} } }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-16041": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-23727", - "System.Collections.Concurrent": "4.0.11-rc2-23727", - "System.Globalization": "4.0.11-rc2-23727", - "System.Linq": "4.0.1-rc2-23727", - "System.Reflection": "4.1.0-rc2-23727", - "System.Runtime": "4.0.21-rc2-23727", - "System.Runtime.Extensions": "4.1.0-rc2-23727", - "System.Runtime.InteropServices": "4.0.21-rc2-23727" + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Runtime.InteropServices": "4.0.21-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} @@ -1364,19 +1077,17 @@ "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-16530": { + "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.AppContext": "4.0.0", - "System.IO.FileSystem": "4.0.0", - "System.Linq": "4.0.0", - "System.Reflection": "4.1.0-rc2-23621", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23621", - "System.Threading.Tasks": "4.0.10" + "System.Collections": "4.0.11-beta-23516", + "System.ComponentModel": "4.0.1-beta-23516", + "System.IO": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} @@ -1385,110 +1096,35 @@ "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} } }, - "Microsoft.Extensions.Testing.Abstractions/1.0.0-dev-000973": { + "Microsoft.Win32.Primitives/4.0.0": { "type": "package", "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-dev-000973", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16004", - "NETStandard.Library": "1.0.0-rc2-23704", - "Newtonsoft.Json": "7.0.1", - "System.Resources.ResourceManager": "4.0.1-rc2-23616", - "System.Runtime.Serialization.Primitives": "4.0.11-rc2-23616" + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" }, "compile": { - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll": {} + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23819" + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23819": { + "Microsoft.Win32.Registry/4.0.0-beta-23516": { "type": "package", "dependencies": { - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-23819", - "Microsoft.NETCore.Runtime.Native": "1.0.2-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime.Native/1.0.2-rc3-23819": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets.DNXCore": "5.0.0-rc3-23819" - } - }, - "Microsoft.NETCore.Targets.DNXCore/5.0.0-rc3-23819": { - "type": "package" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" + "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/dotnet5.4/Microsoft.Win32.Primitives.dll": {} - } - }, - "NETStandard.Library/1.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23819", - "System.Collections.Concurrent": "4.0.12-rc3-23819", - "System.Linq": "4.1.0-rc3-23819", - "System.Runtime.Numerics": "4.0.1-rc3-23819", - "System.Text.RegularExpressions": "4.0.12-rc3-23819" - } - }, - "NETStandard.Platform/1.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23819", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23819", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23819", - "System.AppContext": "4.1.0-rc3-23819", - "System.Collections": "4.0.11-rc3-23819", - "System.Console": "4.0.0-rc3-23819", - "System.Diagnostics.Debug": "4.0.11-rc3-23819", - "System.Diagnostics.Tools": "4.0.1-rc3-23819", - "System.Diagnostics.Tracing": "4.1.0-rc3-23819", - "System.Globalization": "4.0.11-rc3-23819", - "System.Globalization.Calendars": "4.0.1-rc3-23819", - "System.IO": "4.1.0-rc3-23819", - "System.IO.FileSystem": "4.0.1-rc3-23819", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23819", - "System.Net.Primitives": "4.0.11-rc3-23819", - "System.Net.Sockets": "4.1.0-rc3-23819", - "System.Reflection": "4.1.0-rc3-23819", - "System.Reflection.Extensions": "4.0.1-rc3-23819", - "System.Reflection.Primitives": "4.0.1-rc3-23819", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23819", - "System.Runtime": "4.1.0-rc3-23819", - "System.Runtime.Extensions": "4.1.0-rc3-23819", - "System.Runtime.Handles": "4.0.1-rc3-23819", - "System.Runtime.InteropServices": "4.1.0-rc3-23819", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.11-rc3-23819", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23819", - "System.Threading": "4.0.11-rc3-23819", - "System.Threading.Tasks": "4.0.11-rc3-23819", - "System.Threading.Timer": "4.0.1-rc3-23819" + "ref/dotnet5.2/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} } }, "Newtonsoft.Json/7.0.1": { @@ -1500,394 +1136,485 @@ "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} } }, - "NuGet.Frameworks/3.3.0": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { - "NuGet.Versioning": "3.3.0", - "System.Collections": "4.0.10-beta-23109", - "System.Collections.Concurrent": "4.0.10-beta-23109", - "System.Diagnostics.Debug": "4.0.10-beta-23109", - "System.Diagnostics.Tools": "4.0.0-beta-23109", - "System.Globalization": "4.0.10-beta-23109", - "System.Linq": "4.0.0-beta-23109", - "System.Resources.ResourceManager": "4.0.0-beta-23109", - "System.Runtime": "4.0.20-beta-23109", - "System.Runtime.Extensions": "4.0.10-beta-23109", - "System.Text.RegularExpressions": "4.0.10-beta-23109", - "System.Threading": "4.0.10-beta-23109", - "System.Threading.Tasks": "4.0.10-beta-23109" + "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.Emit.ILGeneration": "4.0.0", + "System.Reflection.Emit.Lightweight": "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": { - "lib/dnxcore50/NuGet.Frameworks.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/NuGet.Frameworks.dll": {} + "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "NuGet.Logging/3.3.0": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20-beta-23109" + "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": { - "lib/dnxcore50/NuGet.Logging.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/NuGet.Logging.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "NuGet.Packaging/3.3.0": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "NuGet.Logging": "3.3.0", - "NuGet.Packaging.Core": "3.3.0", - "System.IO.Compression": "4.0.0-beta-23109", - "System.IO.FileSystem": "4.0.0-beta-23109", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23225", - "System.Xml.XDocument": "4.0.10-beta-23109" - }, "compile": { - "lib/dnxcore50/NuGet.Packaging.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.dll": {} + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "NuGet.Packaging.Core/3.3.0": { + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", "dependencies": { - "NuGet.Packaging.Core.Types": "3.3.0", - "System.IO": "4.0.10-beta-23109", - "System.IO.Compression": "4.0.0-beta-23109", - "System.Xml.XDocument": "4.0.10-beta-23109" + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23516", + "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-23516", + "System.Threading.ThreadPool": "4.0.10-beta-23516" }, "compile": { - "lib/dnxcore50/NuGet.Packaging.Core.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.Core.dll": {} + "runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll": {} } }, - "NuGet.Packaging.Core.Types/3.3.0": { + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", "dependencies": { - "NuGet.Frameworks": "3.3.0" + "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": { - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Diagnostics.TraceSource.dll": {} } }, - "NuGet.Versioning/3.3.0": { + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.Diagnostics.Debug": "4.0.10-beta-23109", - "System.Diagnostics.Tools": "4.0.0-beta-23109", - "System.Linq": "4.0.0-beta-23109", - "System.Reflection": "4.0.10-beta-23109", - "System.Resources.ResourceManager": "4.0.0-beta-23109", - "System.Runtime.Extensions": "4.0.10-beta-23109" + "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": { - "lib/dnxcore50/NuGet.Versioning.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/NuGet.Versioning.dll": {} + "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {} } }, - "runtime.any.System.AppContext/4.1.0-rc3-23819": { + "runtime.win7.System.Net.Primitives/4.0.11-beta-23516": { "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23516" + }, "compile": { "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/System.AppContext.dll": {} + "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "runtime.any.System.Collections/4.0.11-rc3-23819": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc3-23819" + "System.Private.Networking": "4.0.1-beta-23516", + "System.Runtime": "4.0.20" }, "compile": { "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Collections.dll": {} + "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.any.System.Diagnostics.Tools/4.0.1-rc3-23819": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Diagnostics.Tools.dll": {} + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.any.System.Diagnostics.Tracing/4.1.0-rc3-23819": { + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} }, "runtime": { - "lib/dnxcore50/System.Diagnostics.Tracing.dll": {} + "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, - "runtime.any.System.Globalization/4.0.11-rc3-23819": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "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-23516", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, "compile": { "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Globalization.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.any.System.Globalization.Calendars/4.0.1-rc3-23819": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Globalization.Calendars.dll": {} + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "runtime.any.System.IO/4.1.0-rc3-23819": { + "System.Collections/4.0.11-beta-23516": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23516" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { - "lib/dotnet5.4/System.IO.dll": {} + "lib/DNXCore50/System.Collections.dll": {} } }, - "runtime.any.System.Linq.Expressions/4.0.11-rc3-23819": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "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.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.Emit.ILGeneration": "4.0.0", - "System.Reflection.Emit.Lightweight": "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" + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Linq.Expressions.dll": {} + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} } }, - "runtime.any.System.Reflection/4.1.0-rc3-23819": { + "System.Collections.NonGeneric/4.0.0": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "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/dotnet5.4/System.Reflection.dll": {} + "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "runtime.any.System.Reflection.Extensions/4.0.1-rc3-23819": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.1/System.ComponentModel.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Reflection.Extensions.dll": {} + "lib/dotnet5.4/System.ComponentModel.dll": {} } }, - "runtime.any.System.Reflection.Primitives/4.0.1-rc3-23819": { + "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/_._": {} + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Reflection.Primitives.dll": {} + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "runtime.any.System.Reflection.TypeExtensions/4.1.0-rc3-23819": { + "System.Console/4.0.0-beta-23516": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/dotnet5.4/System.Reflection.TypeExtensions.dll": {} + "compile": { + "ref/dotnet5.1/System.Console.dll": {} } }, - "runtime.any.System.Runtime/4.1.0-rc3-23819": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-rc3-23819" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.dll": {} + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} } }, - "runtime.any.System.Runtime.Handles/4.0.1-rc3-23819": { + "System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" }, - "runtime": { - "lib/dotnet5.4/System.Runtime.Handles.dll": {} + "compile": { + "ref/dotnet5.5/System.Diagnostics.Process.dll": {} } }, - "runtime.any.System.Runtime.InteropServices/4.1.0-rc3-23819": { + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23819" + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", + "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/_._": {} + "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.InteropServices.dll": {} + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} } }, - "runtime.any.System.Text.Encoding/4.0.11-rc3-23819": { + "System.Diagnostics.Tools/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Text.Encoding.dll": {} + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, - "runtime.any.System.Text.Encoding.Extensions/4.0.11-rc3-23819": { + "System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/dotnet5.4/System.Text.Encoding.Extensions.dll": {} + "compile": { + "ref/dotnet5.1/System.Diagnostics.TraceSource.dll": {} } }, - "runtime.any.System.Threading.Tasks/4.0.11-rc3-23819": { + "System.Diagnostics.Tracing/4.0.20": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Threading.Tasks.dll": {} + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, - "runtime.any.System.Threading.Timer/4.0.1-rc3-23819": { + "System.Dynamic.Runtime/4.0.0": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/dotnet5.4/System.Threading.Timer.dll": {} + "compile": { + "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "runtime.win.System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Threading": "4.0.0" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.Globalization.dll": {} }, "runtime": { - "runtimes/win/lib/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} + "lib/DNXCore50/System.Globalization.dll": {} } }, - "runtime.win7.Microsoft.Win32.Primitives/4.0.1-rc3-23819": { + "System.IO/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.IO.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/Microsoft.Win32.Primitives.dll": {} + "lib/DNXCore50/System.IO.dll": {} } }, - "runtime.win7.System.Console/4.0.0-rc3-23819": { + "System.IO.Compression/4.0.0": { "type": "package", "dependencies": { - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", + "System.Collections": "4.0.0", + "System.IO": "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" + "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/_._": {} + "ref/dotnet/System.IO.Compression.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} + "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-23516": { + "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/dotnet5.4/System.IO.FileSystem.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-rc3-23819": { + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "runtime.win7.System.IO.FileSystem/4.0.1-rc3-23819": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.Buffers": "4.0.0-rc3-23819", "System.Collections": "4.0.10", "System.Diagnostics.Debug": "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" + "System.Runtime.Extensions": "4.0.10" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23516": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-rc3-23819": { + "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.Diagnostics.DiagnosticSource": "4.0.0-rc3-23819", - "System.Diagnostics.Tracing": "4.0.20", "System.Globalization": "4.0.10", "System.IO": "4.0.10", "System.IO.Compression": "4.0.0", @@ -1897,6570 +1624,2835 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.X509Certificates": "4.0.0-rc3-23819", "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", + "System.Threading": "4.0.10", "System.Threading.Tasks": "4.0.10" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Net.Http.dll": {} }, "runtime": { - "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} + "lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.NameResolution/4.0.0-rc3-23819": { + "System.Net.Primitives/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Tracing": "4.0.0", - "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Primitives.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23516": { + "type": "package", + "dependencies": { + "System.IO": "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.Security.Principal.Windows": "4.0.0-rc3-23819", - "System.Threading": "4.0.10", + "System.Runtime": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Net.NameResolution.dll": {} + "ref/dotnet5.5/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Net.Primitives/4.0.11-rc3-23819": { + "System.ObjectModel/4.0.10": { "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.0", + "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", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.0" + "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.ObjectModel.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Net.Primitives.dll": {} + "lib/dotnet/System.ObjectModel.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-rc3-23819": { + "System.Private.Networking/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", + "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.0", + "System.Globalization": "4.0.10", "System.IO": "4.0.10", "System.IO.FileSystem": "4.0.0", "System.IO.FileSystem.Primitives": "4.0.0", - "System.Net.NameResolution": "4.0.0-rc3-23819", - "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.Security.Principal.Windows": "4.0.0-rc3-23819", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", + "System.Security.Principal": "4.0.0", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10" }, "compile": { - "ref/dotnet/_._": {} + "ref/dnxcore50/_._": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Net.Sockets.dll": {} + "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-rc3-23819": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/dotnet5.1/System.Private.Uri.dll": {} + "ref/dnxcore50/_._": {} } }, - "runtime.win7.System.Runtime.Extensions/4.1.0-rc3-23819": { + "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/_._": {} + "ref/dotnet/System.Reflection.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Runtime.Extensions.dll": {} + "lib/DNXCore50/System.Reflection.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-rc3-23819": { + "System.Reflection.Emit/4.0.0": { "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.Primitives": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "4.0.0" + "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/_._": {} + "ref/dotnet/System.Reflection.Emit.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "lib/DNXCore50/System.Reflection.Emit.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-rc3-23819": { + "System.Reflection.Emit.ILGeneration/4.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Concurrent": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "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-rc3-23819" + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-rc3-23819": { + "System.Reflection.Emit.Lightweight/4.0.0": { "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-rc3-23819", - "System.Security.Cryptography.Cng": "4.0.0-rc3-23819", - "System.Security.Cryptography.Csp": "4.0.0-rc3-23819", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-23819", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" + "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/_._": {} + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-rc3-23819": { + "System.Reflection.Extensions/4.0.1-beta-23516": { "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.1/System.Reflection.Extensions.dll": {} }, "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { + "System.Reflection.Primitives/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Reflection.Primitives.dll": {} }, "runtime": { - "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll": {} - }, - "native": { - "runtimes/win7-x86/native/clretwrc.dll": {}, - "runtimes/win7-x86/native/coreclr.dll": {}, - "runtimes/win7-x86/native/dbgshim.dll": {}, - "runtimes/win7-x86/native/mscordaccore.dll": {}, - "runtimes/win7-x86/native/mscordbi.dll": {}, - "runtimes/win7-x86/native/mscorrc.debug.dll": {}, - "runtimes/win7-x86/native/mscorrc.dll": {} + "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, - "runtime.win7-x86.Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package", - "native": { - "runtimes/win7-x86/native/API-MS-Win-Base-Util-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-String-L2-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Eventing-Controller-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Eventing-Provider-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-0.dll": {}, - "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-com-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-com-private-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-comm-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-console-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-console-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-delayload-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-file-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-handle-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-heap-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-heap-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-interlocked-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-localization-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-localization-obsolete-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-2.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-3.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-normalization-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-privateprofile-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-processsecurity-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-2.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-profile-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-psapi-ansi-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-psapi-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-realtime-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-registry-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-registry-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-string-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-synch-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-synch-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-threadpool-l1-2-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-threadpool-private-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-timezone-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-url-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-util-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-version-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-registration-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-winrt-string-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-wow64-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-xstate-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-core-xstate-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-ro-typeresolution-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-base-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-cpwl-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-cryptoapi-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-provider-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-security-sddl-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-management-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-management-l2-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-0.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-1.dll": {}, - "runtimes/win7-x86/native/api-ms-win-service-winsvc-l1-1-0.dll": {}, - "runtimes/win7-x86/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll": {} - } - }, - "System.AppContext/4.1.0-rc3-23819": { + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { "type": "package", "dependencies": { + "System.Reflection": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Buffers/4.0.0-rc3-23819": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Diagnostics.Tracing": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Buffers.dll": {} + "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Buffers.dll": {} + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Collections/4.0.11-rc3-23819": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Private.Uri": "4.0.1-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Collections.dll": {} + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} } }, - "System.Collections.Concurrent/4.0.12-rc3-23819": { + "System.Runtime.Extensions/4.0.11-beta-23516": { "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.Reflection": "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" + "System.Runtime": "4.0.20" }, "compile": { - "ref/dotnet5.4/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + "ref/dotnet5.4/System.Runtime.Extensions.dll": {} } }, - "System.Collections.Immutable/1.2.0-rc3-23819": { + "System.Runtime.Handles/4.0.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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Runtime": "4.0.0" }, "compile": { - "lib/dotnet5.1/System.Collections.Immutable.dll": {} + "ref/dotnet/System.Runtime.Handles.dll": {} }, "runtime": { - "lib/dotnet5.1/System.Collections.Immutable.dll": {} + "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, - "System.Collections.NonGeneric/4.0.1-rc3-23819": { + "System.Runtime.InteropServices/4.0.21-beta-23516": { "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" + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Collections.NonGeneric.dll": {} + "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Collections.NonGeneric.dll": {} + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Console/4.0.0-rc3-23819": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Console.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-rc3-23819": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "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/dotnet5.4/System.Diagnostics.Debug.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc3-23819": { + "System.Security.Principal/4.0.0": { "type": "package", "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" + "System.Runtime": "4.0.0" }, "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} + "ref/dotnet/System.Security.Principal.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} + "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Diagnostics.Tools/4.0.1-rc3-23819": { + "System.Text.Encoding/4.0.10": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Diagnostics.Tools.dll": {} + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} } }, - "System.Diagnostics.Tracing/4.1.0-rc3-23819": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Diagnostics.Tracing.dll": {} + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Dynamic.Runtime/4.0.11-rc3-23819": { + "System.Text.RegularExpressions/4.0.10": { "type": "package", "dependencies": { "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "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/dotnet5.4/System.Dynamic.Runtime.dll": {} + "ref/dotnet/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/DNXCore50/System.Dynamic.Runtime.dll": {} + "lib/dotnet/System.Text.RegularExpressions.dll": {} } }, - "System.Globalization/4.0.11-rc3-23819": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Globalization.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Globalization.Calendars/4.0.1-rc3-23819": { + "System.Threading.Overlapped/4.0.0": { "type": "package", "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Globalization.Calendars.dll": {} + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.IO/4.1.0-rc3-23819": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.IO.dll": {} + "ref/dotnet5.4/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.IO.Compression/4.0.0": { + "System.Threading.Thread/4.0.0-beta-23516": { "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" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.IO.Compression.dll": {} + "ref/dotnet5.1/System.Threading.Thread.dll": {} }, "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.Compression.clrcompression-x86/4.0.0-beta-23109": { - "type": "package", - "native": { - "runtimes/win7-x86/native/clrcompression.dll": {} + "lib/DNXCore50/System.Threading.Thread.dll": {} } }, - "System.IO.FileSystem/4.0.1-rc3-23819": { + "System.Threading.ThreadPool/4.0.10-beta-23516": { "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" + "System.Runtime.InteropServices": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.IO.FileSystem.dll": {} + "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} } }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23819": { + "System.Xml.ReaderWriter/4.0.10": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20" + "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/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} + "ref/dotnet/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} + "lib/dotnet/System.Xml.ReaderWriter.dll": {} } }, - "System.Linq/4.1.0-rc3-23819": { + "System.Xml.XDocument/4.0.11-beta-23516": { "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.Runtime.Extensions": "4.0.10", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10", + "System.Xml.ReaderWriter": "4.0.10" }, "compile": { - "ref/dotnet5.1/System.Linq.dll": {} + "ref/dotnet5.4/System.Xml.XDocument.dll": {} }, "runtime": { - "lib/dnxcore50/System.Linq.dll": {} + "lib/dotnet5.4/System.Xml.XDocument.dll": {} } }, - "System.Linq.Expressions/4.0.11-rc3-23819": { - "type": "package", + "UnitTestingSamplesCore/1.0.0": { + "type": "project", + "framework": "DNXCore,Version=v5.0", "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Linq.Expressions.dll": {} + "Microsoft.CSharp": "4.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516" } }, - "System.Linq.Queryable/4.0.1-rc3-23819": { + "xunit/2.1.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" + } + }, + "xunit.abstractions/2.0.0": { + "type": "package", "compile": { - "ref/dotnet5.1/System.Linq.Queryable.dll": {} + "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Linq.Queryable.dll": {} + "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} } }, - "System.Net.Http/4.0.1-rc3-23819": { + "xunit.assert/2.1.0": { "type": "package", "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.0", + "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.Text.Encoding": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Text.RegularExpressions": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Net.Http.dll": {} + "lib/dotnet/xunit.assert.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.assert.dll": {} } }, - "System.Net.NameResolution/4.0.0-rc3-23819": { + "xunit.core/2.1.0": { "type": "package", "dependencies": { - "System.Net.Primitives": "4.0.10", + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.Linq": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.NameResolution.dll": {} + "System.Runtime.Extensions": "4.0.0", + "System.Threading.Tasks": "4.0.0", + "xunit.abstractions": "2.0.0", + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" } }, - "System.Net.Primitives/4.0.11-rc3-23819": { + "xunit.extensibility.core/2.1.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "xunit.abstractions": "[2.0.0]" }, "compile": { - "ref/dotnet5.4/System.Net.Primitives.dll": {} + "lib/dotnet/xunit.core.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.core.dll": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} } }, - "System.Net.Sockets/4.1.0-rc3-23819": { + "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.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "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": { - "ref/dotnet5.4/System.Net.Sockets.dll": {} + "lib/dotnet/xunit.execution.dotnet.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.execution.dotnet.dll": {} } }, - "System.ObjectModel/4.0.12-rc3-23819": { + "xunit.runner.dnx/2.1.0-rc1-build204": { "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" + "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Threading.ThreadPool": "4.0.10-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516", + "xunit.runner.reporters": "2.1.0" }, "compile": { - "ref/dotnet5.4/System.ObjectModel.dll": {} + "lib/dnxcore50/xunit.runner.dnx.dll": {} }, "runtime": { - "lib/dotnet5.4/System.ObjectModel.dll": {} - } - }, - "System.Private.Uri/4.0.1-rc3-23819": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} + "lib/dnxcore50/xunit.runner.dnx.dll": {} } }, - "System.Reflection/4.1.0-rc3-23819": { + "xunit.runner.reporters/2.1.0": { "type": "package", "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" + "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": { - "ref/dotnet5.4/System.Reflection.dll": {} + "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} + }, + "runtime": { + "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} } }, - "System.Reflection.Emit/4.0.1-rc3-23819": { + "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.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "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": { - "ref/dotnet5.2/System.Reflection.Emit.dll": {} + "lib/dotnet/xunit.runner.utility.dotnet.dll": {} }, "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} + "lib/dotnet/xunit.runner.utility.dotnet.dll": {} } - }, - "System.Reflection.Emit.ILGeneration/4.0.1-rc3-23819": { + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.Reflection": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Dynamic.Runtime": "4.0.0", + "System.Globalization": "4.0.10", + "System.Linq": "4.0.0", + "System.Linq.Expressions": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Extensions": "4.0.0", "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "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.Runtime.InteropServices": "4.0.20", + "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.1/System.Reflection.Emit.ILGeneration.dll": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "System.Reflection.Emit.Lightweight/4.0.1-rc3-23819": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "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" + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "System.IO.FileSystem": "4.0.1-beta-23516" }, "compile": { - "ref/dotnet5.1/System.Reflection.Emit.Lightweight.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} }, "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll": {} } }, - "System.Reflection.Extensions/4.0.1-rc3-23819": { + "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "Microsoft.Dnx.Compilation.Abstractions": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging": "1.0.0-rc1-final", + "Newtonsoft.Json": "6.0.6", + "System.Console": "4.0.0-beta-23516", + "System.Diagnostics.Process": "4.1.0-beta-23516", + "System.Diagnostics.TextWriterTraceListener": "4.0.0-beta-23516", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", + "System.Net.Primitives": "4.0.11-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Reflection.Extensions": "4.0.1-beta-23516", + "System.Reflection.TypeExtensions": "4.0.1-beta-23409", + "System.Threading.Thread": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} + }, + "runtime": { + "lib/dnxcore50/Microsoft.Dnx.TestHost.dll": {} } }, - "System.Reflection.Metadata/1.2.0-rc3-23819": { + "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "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.Reflection.Primitives": "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.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" + "System.Collections": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516" }, "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} }, "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll": {} } }, - "System.Reflection.Primitives/4.0.1-rc3-23819": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.ComponentModel": "4.0.1-beta-23516", + "System.Diagnostics.Debug": "4.0.11-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Linq.Expressions": "4.0.11-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { - "ref/dotnet5.1/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} }, - "compile": { - "ref/dotnet5.4/System.Reflection.TypeExtensions.dll": {} + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-rc3-23819": { + "Microsoft.Extensions.Logging/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.ComponentModel": "4.0.1-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516" }, "compile": { - "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} }, "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.1.0-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet5.4/System.Runtime.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll": {} } }, - "System.Runtime.Extensions/4.1.0-rc3-23819": { + "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20" + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Globalization": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Runtime.InteropServices": "4.0.21-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} }, - "compile": { - "ref/dotnet5.4/System.Runtime.Handles.dll": {} + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} } }, - "System.Runtime.InteropServices/4.1.0-rc3-23819": { + "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc3-23819", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23819" + "System.Collections": "4.0.11-beta-23516", + "System.ComponentModel": "4.0.1-beta-23516", + "System.IO": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Reflection": "4.1.0-beta-23225", + "System.Runtime": "4.0.21-beta-23516", + "System.Runtime.Extensions": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} } }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23819": { + "Microsoft.Win32.Primitives/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" }, "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { + "Microsoft.Win32.Registry/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "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/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} + "ref/dotnet5.2/Microsoft.Win32.Registry.dll": {} + }, + "runtime": { + "lib/DNXCore50/Microsoft.Win32.Registry.dll": {} } }, - "System.Runtime.Loader/4.0.0-rc3-23819": { + "Newtonsoft.Json/7.0.1": { "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, "compile": { - "ref/dnxcore50/System.Runtime.Loader.dll": {} + "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} }, "runtime": { - "lib/DNXCore50/System.Runtime.Loader.dll": {} + "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} } }, - "System.Runtime.Numerics/4.0.1-rc3-23819": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "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.Emit.ILGeneration": "4.0.0", + "System.Reflection.Emit.Lightweight": "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.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.2/System.Runtime.Numerics.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.Numerics.dll": {} + "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Runtime.Serialization.Primitives/4.1.0-rc3-23819": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "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": "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/dotnet5.4/System.Runtime.Serialization.Primitives.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.Serialization.Primitives.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "System.Security.Claims/4.0.1-rc3-23819": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "System.Collections": "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/dotnet5.4/System.Security.Claims.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Security.Claims.dll": {} + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-rc3-23819": { + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819" + "Microsoft.Win32.Primitives": "4.0.0", + "Microsoft.Win32.Registry": "4.0.0-beta-23516", + "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-23516", + "System.Threading.ThreadPool": "4.0.10-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-rc3-23819": { + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.IO": "4.0.10", + "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.0", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-rc3-23819", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.0" + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Diagnostics.TraceSource.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-rc3-23819": { + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": { "type": "package", "dependencies": { + "System.Collections": "4.0.10", "System.IO": "4.0.10", - "System.Reflection": "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.Algorithms": "4.0.0-rc3-23819", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-23819", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", "System.Text.Encoding": "4.0.10", - "System.Threading": "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/dotnet5.4/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-rc3-23819": { + "runtime.win7.System.Net.Primitives/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Private.Networking": "4.0.1-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23225": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225" + "System.Private.Networking": "4.0.1-beta-23516", + "System.Runtime": "4.0.20" }, "compile": { - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} + "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-rc3-23819": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "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/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-rc3-23819", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-23819" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "System.Security.Principal/4.0.1-rc3-23819": { + "runtime.win7.System.Runtime.Extensions/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, "compile": { - "ref/dotnet5.1/System.Security.Principal.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/dotnet5.1/System.Security.Principal.dll": {} + "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-rc3-23819": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Reflection": "4.0.10", + "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.Claims": "4.0.0", - "System.Security.Principal": "4.0.0", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Principal.Windows.dll": {} + "ref/dotnet/_._": {} }, "runtime": { - "lib/DNXCore50/System.Security.Principal.Windows.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Text.Encoding/4.0.11-rc3-23819": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, "compile": { - "ref/dotnet5.4/System.Text.Encoding.dll": {} + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23819": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" + "System.Runtime": "4.0.21-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Text.Encoding.Extensions.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Text.RegularExpressions/4.0.12-rc3-23819": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "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": "4.0.10", + "System.Threading.Tasks": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Text.RegularExpressions.dll": {} + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.dll": {} + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} } }, - "System.Threading.Overlapped/4.0.1-rc3-23819": { + "System.Collections.NonGeneric/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "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/dotnet5.4/System.Threading.Overlapped.dll": {} + "ref/dotnet/System.Collections.NonGeneric.dll": {} }, "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} + "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.Threading.Tasks/4.0.11-rc3-23819": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.20" }, "compile": { - "ref/dotnet5.4/System.Threading.Tasks.dll": {} + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} } }, - "System.Threading.Tasks.Extensions/4.0.0-rc3-23819": { + "System.ComponentModel.EventBasedAsync/4.0.10": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" }, "compile": { - "lib/dotnet5.1/System.Threading.Tasks.Extensions.dll": {} + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} }, "runtime": { - "lib/dotnet5.1/System.Threading.Tasks.Extensions.dll": {} + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Threading.Thread/4.0.0-rc3-23819": { + "System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { + "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-rc3-23819": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} } }, - "System.Threading.Timer/4.0.1-rc3-23819": { + "System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.0" + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.3/System.Threading.Timer.dll": {} + "ref/dotnet5.5/System.Diagnostics.Process.dll": {} } }, - "System.Xml.ReaderWriter/4.0.11-rc3-23819": { + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.TraceSource": "4.0.0-beta-23516", "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.0", - "System.Threading.Tasks": "4.0.10", - "System.Threading.Tasks.Extensions": "4.0.0-rc3-23819" + "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Xml.ReaderWriter.dll": {} + "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Xml.ReaderWriter.dll": {} + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll": {} } }, - "System.Xml.XDocument/4.0.11-rc3-23819": { + "System.Diagnostics.Tools/4.0.0": { "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" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Xml.XDocument.dll": {} + "ref/dotnet/System.Diagnostics.Tools.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Xml.XDocument.dll": {} - } - }, - "UnitTestingSamplesCore/1.0.0": { - "type": "project", - "framework": ".NETPlatform,Version=v5.4", - "dependencies": { - "NETStandard.Library": "1.0.0", - "System.Xml.XDocument": "4.0.11" + "lib/DNXCore50/System.Diagnostics.Tools.dll": {} } }, - "xunit/2.2.0-beta1-build3239": { + "System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", "dependencies": { - "xunit.assert": "[2.2.0-beta1-build3239]", - "xunit.core": "[2.2.0-beta1-build3239]" - } - }, - "xunit.abstractions/2.0.0": { - "type": "package", - "compile": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} + "System.Runtime": "4.0.0" }, - "runtime": { - "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} + "compile": { + "ref/dotnet5.1/System.Diagnostics.TraceSource.dll": {} } }, - "xunit.assert/2.2.0-beta1-build3239": { + "System.Diagnostics.Tracing/4.0.20": { "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.Linq.Expressions": "4.0.0", - "System.Linq.Queryable": "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" + "System.Runtime": "4.0.0" }, "compile": { - "lib/dotnet/xunit.assert.dll": {} + "ref/dotnet/System.Diagnostics.Tracing.dll": {} }, "runtime": { - "lib/dotnet/xunit.assert.dll": {} + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, - "xunit.core/2.2.0-beta1-build3239": { + "System.Dynamic.Runtime/4.0.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.Linq.Expressions": "4.0.0", - "System.Linq.Queryable": "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.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.2.0-beta1-build3239]", - "xunit.extensibility.execution": "[2.2.0-beta1-build3239]" + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "xunit.extensibility.core/2.2.0-beta1-build3239": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { - "xunit.abstractions": "[2.0.0]" + "System.Runtime": "4.0.0" }, "compile": { - "lib/dotnet/xunit.core.dll": {} + "ref/dotnet5.4/System.Globalization.dll": {} }, "runtime": { - "lib/dotnet/xunit.core.dll": {}, - "lib/dotnet/xunit.runner.tdnet.dll": {}, - "lib/dotnet/xunit.runner.utility.desktop.dll": {} + "lib/DNXCore50/System.Globalization.dll": {} } }, - "xunit.extensibility.execution/2.2.0-beta1-build3239": { + "System.IO/4.0.11-beta-23516": { "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.Runtime": "4.0.20", "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.2.0-beta1-build3239]" + "System.Threading.Tasks": "4.0.0" }, "compile": { - "lib/dotnet/xunit.execution.dotnet.dll": {} + "ref/dotnet5.4/System.IO.dll": {} }, "runtime": { - "lib/dotnet/xunit.execution.dotnet.dll": {} + "lib/DNXCore50/System.IO.dll": {} } }, - "xunit.runner.reporters/2.1.0-rc1-build3168": { + "System.IO.Compression/4.0.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.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", - "xunit.abstractions": "2.0.0", - "xunit.runner.utility": "[2.1.0-rc1-build3168]" + "System.Threading.Tasks": "4.0.0" }, "compile": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} + "ref/dotnet/System.IO.Compression.dll": {} }, "runtime": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.Compression.clrcompression-x64/4.0.0": { + "type": "package", + "native": { + "runtimes/win7-x64/native/clrcompression.dll": {} } }, - "xunit.runner.utility/2.1.0-rc1-build3168": { + "System.IO.FileSystem/4.0.1-beta-23516": { "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.IO.FileSystem.Primitives": "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" + "System.Runtime.Handles": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.runner.utility.dotnet.dll": {} + "ref/dotnet5.4/System.IO.FileSystem.dll": {} } - } - }, - "DNXCore,Version=v5.0/win7-x64": { - "dotnet-test-xunit/1.0.0-dev-23931-51": { + }, + "System.IO.FileSystem.Primitives/4.0.0": { "type": "package", "dependencies": { - "Microsoft.DotNet.Cli.Utils": "1.0.0-dev-000973", - "Microsoft.DotNet.ProjectModel": "1.0.0-dev-000973", - "Microsoft.Extensions.CommandLineUtils.Sources": "1.0.0-rc1-final", - "Microsoft.Extensions.Testing.Abstractions": "1.0.0-dev-000973", - "NETStandard.Library": "1.0.0-rc2-23714", - "NuGet.Packaging.Core": "3.3.0", - "System.Threading.ThreadPool": "4.0.10-beta-23516", - "xunit.runner.reporters": "2.1.0-rc1-build3168" + "System.Runtime": "4.0.20" }, "compile": { - "lib/dnxcore50/dotnet-test-xunit.dll": {} + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} }, "runtime": { - "lib/dnxcore50/dotnet-test-xunit.dll": {} + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "Microsoft.CSharp/4.0.1-rc3-23819": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", "System.Diagnostics.Debug": "4.0.10", - "System.Dynamic.Runtime": "4.0.0", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "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.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10" + "System.Runtime.Extensions": "4.0.10" }, "compile": { - "ref/dotnet5.1/Microsoft.CSharp.dll": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.CSharp.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "Microsoft.DotNet.Cli.Utils/1.0.0-dev-000973": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc2-16530", - "NETStandard.Library": "1.0.0-rc2-23704", - "System.Reflection.Metadata": "1.1.0" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll": {} + "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package" - }, - "Microsoft.DotNet.ProjectModel/1.0.0-dev-000973": { + "System.Net.Http/4.0.0": { "type": "package", "dependencies": { - "Microsoft.CSharp": "4.0.1-rc2-23616", - "Microsoft.Extensions.FileSystemGlobbing": "1.0.0-rc2-15882", - "NETStandard.Library": "1.0.0-rc2-23704", - "NuGet.Packaging": "3.3.0", - "System.Dynamic.Runtime": "4.0.11-rc2-23616", - "System.Runtime.Loader": "4.0.0-rc2-23616", - "System.Security.Cryptography.Algorithms": "4.0.0-rc2-23616", - "System.Threading.Thread": "4.0.0-rc2-23616", - "System.Xml.XDocument": "4.0.11-rc2-23616" + "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": { - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll": {} + "ref/dotnet/System.Net.Http.dll": {} }, "runtime": { - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll": {} + "lib/DNXCore50/System.Net.Http.dll": {} } }, - "Microsoft.Extensions.CommandLineUtils.Sources/1.0.0-rc1-final": { + "System.Net.Primitives/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23516" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll": {} + "ref/dotnet5.4/System.Net.Primitives.dll": {} } }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-15882": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-23611", - "System.IO.FileSystem": "4.0.1-rc2-23611", - "System.Linq": "4.0.1-rc2-23611", - "System.Runtime.Extensions": "4.0.11-rc2-23611" + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll": {} - }, - "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll": {} + "ref/dotnet5.5/System.Net.Sockets.dll": {} } }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-16041": { + "System.ObjectModel/4.0.10": { "type": "package", "dependencies": { - "System.Collections": "4.0.11-rc2-23727", - "System.Collections.Concurrent": "4.0.11-rc2-23727", - "System.Globalization": "4.0.11-rc2-23727", - "System.Linq": "4.0.1-rc2-23727", - "System.Reflection": "4.1.0-rc2-23727", - "System.Runtime": "4.0.21-rc2-23727", - "System.Runtime.Extensions": "4.1.0-rc2-23727", - "System.Runtime.InteropServices": "4.0.21-rc2-23727" + "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": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} + "ref/dotnet/System.ObjectModel.dll": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll": {} + "lib/dotnet/System.ObjectModel.dll": {} } }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-16530": { + "System.Private.Networking/4.0.1-beta-23516": { "type": "package", "dependencies": { - "System.AppContext": "4.0.0", + "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.Linq": "4.0.0", - "System.Reflection": "4.1.0-rc2-23621", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.TypeExtensions": "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.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc2-23621", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", + "System.Security.Principal": "4.0.0", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10" }, "compile": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + "ref/dnxcore50/_._": {} }, "runtime": { - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll": {} + "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "Microsoft.Extensions.Testing.Abstractions/1.0.0-dev-000973": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", - "dependencies": { - "Microsoft.DotNet.ProjectModel": "1.0.0-dev-000973", - "Microsoft.Extensions.Logging.Abstractions": "1.0.0-rc2-16004", - "NETStandard.Library": "1.0.0-rc2-23704", - "Newtonsoft.Json": "7.0.1", - "System.Resources.ResourceManager": "4.0.1-rc2-23616", - "System.Runtime.Serialization.Primitives": "4.0.11-rc2-23616" - }, "compile": { - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll": {} - } - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-23819", - "Microsoft.NETCore.Runtime.Native": "1.0.2-rc3-23819" - } - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.NETCore.Windows.ApiSets": "1.0.1-rc3-23819" + "ref/dnxcore50/_._": {} } }, - "Microsoft.NETCore.Runtime.Native/1.0.2-rc3-23819": { - "type": "package" - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23819": { + "System.Reflection/4.1.0-beta-23225": { "type": "package", "dependencies": { - "Microsoft.NETCore.Targets.DNXCore": "5.0.0-rc3-23819" + "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": {} } }, - "Microsoft.NETCore.Targets.DNXCore/5.0.0-rc3-23819": { - "type": "package" - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package" - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23819": { + "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/dotnet5.4/Microsoft.Win32.Primitives.dll": {} + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} } }, - "NETStandard.Library/1.0.0-rc3-23819": { + "System.Reflection.Emit.ILGeneration/4.0.0": { "type": "package", "dependencies": { - "Microsoft.DotNet.CoreHost": "0.0.1-beta-00001", - "NETStandard.Platform": "1.0.0-rc3-23819", - "System.Collections.Concurrent": "4.0.12-rc3-23819", - "System.Linq": "4.1.0-rc3-23819", - "System.Runtime.Numerics": "4.0.1-rc3-23819", - "System.Text.RegularExpressions": "4.0.12-rc3-23819" + "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": {} } }, - "NETStandard.Platform/1.0.0-rc3-23819": { + "System.Reflection.Emit.Lightweight/4.0.0": { "type": "package", "dependencies": { - "Microsoft.NETCore.Platforms": "1.0.1-rc3-23819", - "Microsoft.NETCore.Runtime": "1.0.2-rc3-23819", - "Microsoft.Win32.Primitives": "4.0.1-rc3-23819", - "System.AppContext": "4.1.0-rc3-23819", - "System.Collections": "4.0.11-rc3-23819", - "System.Console": "4.0.0-rc3-23819", - "System.Diagnostics.Debug": "4.0.11-rc3-23819", - "System.Diagnostics.Tools": "4.0.1-rc3-23819", - "System.Diagnostics.Tracing": "4.1.0-rc3-23819", - "System.Globalization": "4.0.11-rc3-23819", - "System.Globalization.Calendars": "4.0.1-rc3-23819", - "System.IO": "4.1.0-rc3-23819", - "System.IO.FileSystem": "4.0.1-rc3-23819", - "System.IO.FileSystem.Primitives": "4.0.1-rc3-23819", - "System.Net.Primitives": "4.0.11-rc3-23819", - "System.Net.Sockets": "4.1.0-rc3-23819", - "System.Reflection": "4.1.0-rc3-23819", - "System.Reflection.Extensions": "4.0.1-rc3-23819", - "System.Reflection.Primitives": "4.0.1-rc3-23819", - "System.Reflection.TypeExtensions": "4.1.0-rc3-23819", - "System.Runtime": "4.1.0-rc3-23819", - "System.Runtime.Extensions": "4.1.0-rc3-23819", - "System.Runtime.Handles": "4.0.1-rc3-23819", - "System.Runtime.InteropServices": "4.1.0-rc3-23819", - "System.Runtime.InteropServices.RuntimeInformation": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.11-rc3-23819", - "System.Text.Encoding.Extensions": "4.0.11-rc3-23819", - "System.Threading": "4.0.11-rc3-23819", - "System.Threading.Tasks": "4.0.11-rc3-23819", - "System.Threading.Timer": "4.0.1-rc3-23819" - } - }, - "Newtonsoft.Json/7.0.1": { - "type": "package", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, "compile": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} }, "runtime": { - "lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {} + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} } }, - "NuGet.Frameworks/3.3.0": { + "System.Reflection.Extensions/4.0.1-beta-23516": { "type": "package", "dependencies": { - "NuGet.Versioning": "3.3.0", - "System.Collections": "4.0.10-beta-23109", - "System.Collections.Concurrent": "4.0.10-beta-23109", - "System.Diagnostics.Debug": "4.0.10-beta-23109", - "System.Diagnostics.Tools": "4.0.0-beta-23109", - "System.Globalization": "4.0.10-beta-23109", - "System.Linq": "4.0.0-beta-23109", - "System.Resources.ResourceManager": "4.0.0-beta-23109", - "System.Runtime": "4.0.20-beta-23109", - "System.Runtime.Extensions": "4.0.10-beta-23109", - "System.Text.RegularExpressions": "4.0.10-beta-23109", - "System.Threading": "4.0.10-beta-23109", - "System.Threading.Tasks": "4.0.10-beta-23109" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "lib/dnxcore50/NuGet.Frameworks.dll": {} + "ref/dotnet5.1/System.Reflection.Extensions.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Frameworks.dll": {} + "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, - "NuGet.Logging/3.3.0": { + "System.Reflection.Primitives/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20-beta-23109" + "System.Runtime": "4.0.0" }, "compile": { - "lib/dnxcore50/NuGet.Logging.dll": {} + "ref/dotnet/System.Reflection.Primitives.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Logging.dll": {} + "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, - "NuGet.Packaging/3.3.0": { + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { "type": "package", "dependencies": { - "NuGet.Logging": "3.3.0", - "NuGet.Packaging.Core": "3.3.0", - "System.IO.Compression": "4.0.0-beta-23109", - "System.IO.FileSystem": "4.0.0-beta-23109", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-23225", - "System.Xml.XDocument": "4.0.10-beta-23109" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "lib/dnxcore50/NuGet.Packaging.dll": {} + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.dll": {} + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "NuGet.Packaging.Core/3.3.0": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { - "NuGet.Packaging.Core.Types": "3.3.0", - "System.IO": "4.0.10-beta-23109", - "System.IO.Compression": "4.0.0-beta-23109", - "System.Xml.XDocument": "4.0.10-beta-23109" + "System.Globalization": "4.0.0", + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { - "lib/dnxcore50/NuGet.Packaging.Core.dll": {} + "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.Core.dll": {} + "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "NuGet.Packaging.Core.Types/3.3.0": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "dependencies": { - "NuGet.Frameworks": "3.3.0" + "System.Private.Uri": "4.0.1-beta-23516" }, "compile": { - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll": {} + "ref/dotnet5.4/System.Runtime.dll": {} }, "runtime": { - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll": {} + "lib/DNXCore50/System.Runtime.dll": {} } }, - "NuGet.Versioning/3.3.0": { + "System.Runtime.Extensions/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Diagnostics.Debug": "4.0.10-beta-23109", - "System.Diagnostics.Tools": "4.0.0-beta-23109", - "System.Linq": "4.0.0-beta-23109", - "System.Reflection": "4.0.10-beta-23109", - "System.Resources.ResourceManager": "4.0.0-beta-23109", - "System.Runtime.Extensions": "4.0.10-beta-23109" + "System.Runtime": "4.0.20" }, "compile": { - "lib/dnxcore50/NuGet.Versioning.dll": {} - }, - "runtime": { - "lib/dnxcore50/NuGet.Versioning.dll": {} + "ref/dotnet5.4/System.Runtime.Extensions.dll": {} } }, - "runtime.any.System.AppContext/4.1.0-rc3-23819": { + "System.Runtime.Handles/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Runtime.Handles.dll": {} }, "runtime": { - "lib/dnxcore50/System.AppContext.dll": {} + "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, - "runtime.any.System.Collections/4.0.11-rc3-23819": { + "System.Runtime.InteropServices/4.0.21-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.1.0-rc3-23819" + "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/_._": {} + "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Collections.dll": {} + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "runtime.any.System.Diagnostics.Tools/4.0.1-rc3-23819": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, - "runtime": { - "lib/dotnet5.4/System.Diagnostics.Tools.dll": {} + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.any.System.Diagnostics.Tracing/4.1.0-rc3-23819": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "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/_._": {} + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { - "lib/dnxcore50/System.Diagnostics.Tracing.dll": {} + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "runtime.any.System.Globalization/4.0.11-rc3-23819": { + "System.Security.Principal/4.0.0": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Security.Principal.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Globalization.dll": {} + "lib/dotnet/System.Security.Principal.dll": {} } }, - "runtime.any.System.Globalization.Calendars/4.0.1-rc3-23819": { + "System.Text.Encoding/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Text.Encoding.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Globalization.Calendars.dll": {} + "lib/DNXCore50/System.Text.Encoding.dll": {} } }, - "runtime.any.System.IO/4.1.0-rc3-23819": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} }, "runtime": { - "lib/dotnet5.4/System.IO.dll": {} + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "runtime.any.System.Linq.Expressions/4.0.11-rc3-23819": { + "System.Text.RegularExpressions/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.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Emit.Lightweight": "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/_._": {} + "ref/dotnet/System.Text.RegularExpressions.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Linq.Expressions.dll": {} + "lib/dotnet/System.Text.RegularExpressions.dll": {} } }, - "runtime.any.System.Reflection/4.1.0-rc3-23819": { + "System.Threading/4.0.11-beta-23516": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, - "runtime": { - "lib/dotnet5.4/System.Reflection.dll": {} - } - }, - "runtime.any.System.Reflection.Extensions/4.0.1-rc3-23819": { - "type": "package", "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/dotnet5.4/System.Reflection.Extensions.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, - "runtime.any.System.Reflection.Primitives/4.0.1-rc3-23819": { + "System.Threading.Overlapped/4.0.0": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, - "runtime": { - "lib/dotnet5.4/System.Reflection.Primitives.dll": {} - } - }, - "runtime.any.System.Reflection.TypeExtensions/4.1.0-rc3-23819": { - "type": "package", "compile": { - "ref/dotnet/_._": {} + "ref/dotnet/System.Threading.Overlapped.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Reflection.TypeExtensions.dll": {} + "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "runtime.any.System.Runtime/4.1.0-rc3-23819": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-rc3-23819" + "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.Threading.Tasks.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.dll": {} + "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "runtime.any.System.Runtime.Handles/4.0.1-rc3-23819": { + "System.Threading.Thread/4.0.0-beta-23516": { "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.1/System.Threading.Thread.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.Handles.dll": {} + "lib/DNXCore50/System.Threading.Thread.dll": {} } }, - "runtime.any.System.Runtime.InteropServices/4.1.0-rc3-23819": { + "System.Threading.ThreadPool/4.0.10-beta-23516": { "type": "package", "dependencies": { - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23819" + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Runtime.InteropServices.dll": {} + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} } }, - "runtime.any.System.Text.Encoding/4.0.11-rc3-23819": { + "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/_._": {} + "ref/dotnet/System.Xml.ReaderWriter.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Text.Encoding.dll": {} + "lib/dotnet/System.Xml.ReaderWriter.dll": {} } }, - "runtime.any.System.Text.Encoding.Extensions/4.0.11-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/dotnet5.4/System.Text.Encoding.Extensions.dll": {} - } - }, - "runtime.any.System.Threading.Tasks/4.0.11-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/dotnet5.4/System.Threading.Tasks.dll": {} - } - }, - "runtime.any.System.Threading.Timer/4.0.1-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "lib/dotnet5.4/System.Threading.Timer.dll": {} - } - }, - "runtime.win.System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win/lib/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "runtime.win7.Microsoft.Win32.Primitives/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/Microsoft.Win32.Primitives.dll": {} - } - }, - "runtime.win7.System.Console/4.0.0-rc3-23819": { + "System.Xml.XDocument/4.0.11-beta-23516": { "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.IO.FileSystem.Primitives": "4.0.0", + "System.Reflection": "4.0.10", "System.Resources.ResourceManager": "4.0.0", "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Extensions": "4.0.10", "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.Xml.ReaderWriter": "4.0.10" }, "compile": { - "ref/dotnet/_._": {} + "ref/dotnet5.4/System.Xml.XDocument.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} + "lib/dotnet5.4/System.Xml.XDocument.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + "UnitTestingSamplesCore/1.0.0": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.CSharp": "4.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516" } }, - "runtime.win7.System.IO.FileSystem/4.0.1-rc3-23819": { + "xunit/2.1.0": { "type": "package", "dependencies": { - "System.Buffers": "4.0.0-rc3-23819", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "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/dotnet5.4/System.IO.FileSystem.dll": {} + "xunit.assert": "[2.1.0]", + "xunit.core": "[2.1.0]" } }, - "runtime.win7.System.Net.Http/4.0.1-rc3-23819": { + "xunit.abstractions/2.0.0": { "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.DiagnosticSource": "4.0.0-rc3-23819", - "System.Diagnostics.Tracing": "4.0.20", - "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.Security.Cryptography.X509Certificates": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, "compile": { - "ref/dotnet/_._": {} + "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} }, "runtime": { - "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} + "lib/portable-net45+win+wpa81+wp80+monotouch+monoandroid+Xamarin.iOS/xunit.abstractions.dll": {} } }, - "runtime.win7.System.Net.NameResolution/4.0.0-rc3-23819": { + "xunit.assert/2.1.0": { "type": "package", "dependencies": { "System.Collections": "4.0.0", - "System.Diagnostics.Tracing": "4.0.0", + "System.Diagnostics.Debug": "4.0.0", "System.Globalization": "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.Security.Principal.Windows": "4.0.0-rc3-23819", - "System.Threading": "4.0.10", + "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": { - "ref/dotnet/_._": {} + "lib/dotnet/xunit.assert.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Net.NameResolution.dll": {} + "lib/dotnet/xunit.assert.dll": {} } }, - "runtime.win7.System.Net.Primitives/4.0.11-rc3-23819": { + "xunit.core/2.1.0": { "type": "package", "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", "System.Collections": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.Diagnostics.Tracing": "4.0.20", + "System.Diagnostics.Debug": "4.0.0", "System.Globalization": "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.Threading": "4.0.0" + "System.Linq": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Threading.Tasks": "4.0.0", + "xunit.abstractions": "2.0.0", + "xunit.extensibility.core": "[2.1.0]", + "xunit.extensibility.execution": "[2.1.0]" + } + }, + "xunit.extensibility.core/2.1.0": { + "type": "package", + "dependencies": { + "xunit.abstractions": "[2.0.0]" }, "compile": { - "ref/dotnet/_._": {} + "lib/dotnet/xunit.core.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Net.Primitives.dll": {} + "lib/dotnet/xunit.core.dll": {}, + "lib/dotnet/xunit.runner.tdnet.dll": {}, + "lib/dotnet/xunit.runner.utility.desktop.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-rc3-23819": { + "xunit.extensibility.execution/2.1.0": { "type": "package", "dependencies": { "System.Collections": "4.0.0", - "System.Diagnostics.Tracing": "4.0.20", + "System.Diagnostics.Debug": "4.0.0", "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Net.NameResolution": "4.0.0-rc3-23819", - "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.Security.Principal.Windows": "4.0.0-rc3-23819", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" + "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": { - "ref/dotnet/_._": {} + "lib/dotnet/xunit.execution.dotnet.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Net.Sockets.dll": {} + "lib/dotnet/xunit.execution.dotnet.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-rc3-23819": { + "xunit.runner.dnx/2.1.0-rc1-build204": { "type": "package", - "compile": { - "ref/dotnet/_._": {} + "dependencies": { + "Microsoft.Dnx.TestHost": "1.0.0-rc1-final", + "Microsoft.Dnx.Testing.Abstractions": "1.0.0-rc1-final", + "Microsoft.Extensions.PlatformAbstractions": "1.0.0-rc1-final", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Threading.ThreadPool": "4.0.10-beta-23516", + "System.Xml.XDocument": "4.0.11-beta-23516", + "xunit.runner.reporters": "2.1.0" }, - "runtime": { - "lib/dotnet5.1/System.Private.Uri.dll": {} - } - }, - "runtime.win7.System.Runtime.Extensions/4.1.0-rc3-23819": { - "type": "package", "compile": { - "ref/dotnet/_._": {} + "lib/dnxcore50/xunit.runner.dnx.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Runtime.Extensions.dll": {} + "lib/dnxcore50/xunit.runner.dnx.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-rc3-23819": { + "xunit.runner.reporters/2.1.0": { "type": "package", "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", + "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.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", "System.Text.Encoding": "4.0.0", - "System.Text.Encoding.Extensions": "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": { - "ref/dotnet/_._": {} + "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-rc3-23819": { + "xunit.runner.utility/2.1.0": { "type": "package", "dependencies": { "System.Collections": "4.0.0", - "System.Collections.Concurrent": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Debug": "4.0.0", + "System.Globalization": "4.0.0", + "System.IO": "4.0.0", "System.Linq": "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-rc3-23819" - }, - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} - } - }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-rc3-23819": { - "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-rc3-23819", - "System.Security.Cryptography.Cng": "4.0.0-rc3-23819", - "System.Security.Cryptography.Csp": "4.0.0-rc3-23819", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-23819", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" + "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": { - "ref/dotnet/_._": {} + "lib/dotnet/xunit.runner.utility.dotnet.dll": {} }, "runtime": { - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + "lib/dotnet/xunit.runner.utility.dotnet.dll": {} } - }, - "runtime.win7.System.Threading/4.0.11-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} - } - }, - "runtime.win7-x64.Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package", - "native": { - "runtimes/win7-x64/native/corehost.exe": {}, - "runtimes/win7-x64/native/hostpolicy.dll": {} - } - }, - "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll": {} - }, - "native": { - "runtimes/win7-x64/native/clretwrc.dll": {}, - "runtimes/win7-x64/native/coreclr.dll": {}, - "runtimes/win7-x64/native/dbgshim.dll": {}, - "runtimes/win7-x64/native/mscordaccore.dll": {}, - "runtimes/win7-x64/native/mscordbi.dll": {}, - "runtimes/win7-x64/native/mscorlib.ni.dll": {}, - "runtimes/win7-x64/native/mscorrc.debug.dll": {}, - "runtimes/win7-x64/native/mscorrc.dll": {} - } - }, - "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package", - "native": { - "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll": {}, - "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll": {}, - "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll": {}, - "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll": {} - } - }, - "System.AppContext/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.AppContext.dll": {} - } - }, - "System.Buffers/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Diagnostics.Tracing": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Buffers.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Buffers.dll": {} - } - }, - "System.Collections/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.12-rc3-23819": { - "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.Reflection": "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/dotnet5.4/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.Immutable/1.2.0-rc3-23819": { - "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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.1/System.Collections.Immutable.dll": {} - }, - "runtime": { - "lib/dotnet5.1/System.Collections.Immutable.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.1-rc3-23819": { - "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/dotnet5.4/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Collections.NonGeneric.dll": {} - } - }, - "System.Console/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Diagnostics.Tracing": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll": {} - } - }, - "System.Diagnostics.Tools/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Diagnostics.Tools.dll": {} - } - }, - "System.Diagnostics.Tracing/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Diagnostics.Tracing.dll": {} - } - }, - "System.Dynamic.Runtime/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Emit.ILGeneration": "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/dotnet5.4/System.Dynamic.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Globalization.dll": {} - } - }, - "System.Globalization.Calendars/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Globalization.Calendars.dll": {} - } - }, - "System.IO/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/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-beta-23109": { - "type": "package", - "native": { - "runtimes/win7-x64/native/clrcompression.dll": {} - } - }, - "System.IO.FileSystem/4.0.1-rc3-23819": { - "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/dotnet5.4/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.1.0-rc3-23819": { - "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/dotnet5.1/System.Linq.dll": {} - }, - "runtime": { - "lib/dnxcore50/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Linq.Expressions.dll": {} - } - }, - "System.Linq.Queryable/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Linq": "4.0.0", - "System.Linq.Expressions": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Extensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.1/System.Linq.Queryable.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Linq.Queryable.dll": {} - } - }, - "System.Net.Http/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Net.Http.dll": {} - } - }, - "System.Net.NameResolution/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.NameResolution.dll": {} - } - }, - "System.Net.Primitives/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Net.Primitives.dll": {} - } - }, - "System.Net.Sockets/4.1.0-rc3-23819": { - "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/dotnet5.4/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.12-rc3-23819": { - "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/dotnet5.4/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.ObjectModel.dll": {} - } - }, - "System.Private.Uri/4.0.1-rc3-23819": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.1-rc3-23819": { - "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/dotnet5.2/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.1-rc3-23819": { - "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/dotnet5.1/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} - } - }, - "System.Reflection.Extensions/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Metadata/1.2.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Collections.Immutable": "1.1.37", - "System.Diagnostics.Debug": "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.Reflection.Primitives": "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.Text.Encoding.Extensions": "4.0.0", - "System.Threading": "4.0.0" - }, - "compile": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - }, - "runtime": { - "lib/dotnet5.2/System.Reflection.Metadata.dll": {} - } - }, - "System.Reflection.Primitives/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.1.0-rc3-23819": { - "type": "package", - "compile": { - "ref/dotnet5.4/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.1.0-rc3-23819", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices.PInvoke": "4.0.0-rc3-23819" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.dll": {} - } - }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll": {} - } - }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll": {} - } - }, - "System.Runtime.Loader/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dnxcore50/System.Runtime.Loader.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Loader.dll": {} - } - }, - "System.Runtime.Numerics/4.0.1-rc3-23819": { - "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" - }, - "compile": { - "ref/dotnet5.2/System.Runtime.Numerics.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.Numerics.dll": {} - } - }, - "System.Runtime.Serialization.Primitives/4.1.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.4/System.Runtime.Serialization.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Runtime.Serialization.Primitives.dll": {} - } - }, - "System.Security.Claims/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Collections": "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/dotnet5.4/System.Security.Claims.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Cng/4.0.0-rc3-23819": { - "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-rc3-23819", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} - } - }, - "System.Security.Cryptography.Csp/4.0.0-rc3-23819": { - "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-rc3-23819", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-23819", - "System.Security.Cryptography.Primitives": "4.0.0-rc3-23819", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23225": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23225" - }, - "compile": { - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-rc3-23819": { - "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/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-rc3-23819", - "System.Security.Cryptography.Encoding": "4.0.0-rc3-23819" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Security.Principal/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet5.1/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/dotnet5.1/System.Security.Principal.dll": {} - } - }, - "System.Security.Principal.Windows/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.0", - "System.Reflection": "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.Claims": "4.0.0", - "System.Security.Principal": "4.0.0", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Security.Principal.Windows.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Principal.Windows.dll": {} - } - }, - "System.Text.Encoding/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet5.4/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Text.RegularExpressions/4.0.12-rc3-23819": { - "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/dotnet5.4/System.Text.RegularExpressions.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Text.RegularExpressions.dll": {} - } - }, - "System.Threading/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Tasks.dll": {} - } - }, - "System.Threading.Tasks.Extensions/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "lib/dotnet5.1/System.Threading.Tasks.Extensions.dll": {} - }, - "runtime": { - "lib/dotnet5.1/System.Threading.Tasks.Extensions.dll": {} - } - }, - "System.Threading.Thread/4.0.0-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.Thread.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Thread.dll": {} - } - }, - "System.Threading.ThreadPool/4.0.10-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } - }, - "System.Threading.Timer/4.0.1-rc3-23819": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet5.3/System.Threading.Timer.dll": {} - } - }, - "System.Xml.ReaderWriter/4.0.11-rc3-23819": { - "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.0", - "System.Threading.Tasks": "4.0.10", - "System.Threading.Tasks.Extensions": "4.0.0-rc3-23819" - }, - "compile": { - "ref/dotnet5.4/System.Xml.ReaderWriter.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Xml.ReaderWriter.dll": {} - } - }, - "System.Xml.XDocument/4.0.11-rc3-23819": { - "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/dotnet5.4/System.Xml.XDocument.dll": {} - }, - "runtime": { - "lib/dotnet5.4/System.Xml.XDocument.dll": {} - } - }, - "UnitTestingSamplesCore/1.0.0": { - "type": "project", - "framework": ".NETPlatform,Version=v5.4", - "dependencies": { - "NETStandard.Library": "1.0.0", - "System.Xml.XDocument": "4.0.11" - } - }, - "xunit/2.2.0-beta1-build3239": { - "type": "package", - "dependencies": { - "xunit.assert": "[2.2.0-beta1-build3239]", - "xunit.core": "[2.2.0-beta1-build3239]" - } - }, - "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.2.0-beta1-build3239": { - "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.Linq.Expressions": "4.0.0", - "System.Linq.Queryable": "4.0.0", - "System.ObjectModel": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Text.RegularExpressions": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "lib/dotnet/xunit.assert.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.assert.dll": {} - } - }, - "xunit.core/2.2.0-beta1-build3239": { - "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.Linq.Expressions": "4.0.0", - "System.Linq.Queryable": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Threading.Tasks": "4.0.0", - "xunit.abstractions": "2.0.0", - "xunit.extensibility.core": "[2.2.0-beta1-build3239]", - "xunit.extensibility.execution": "[2.2.0-beta1-build3239]" - } - }, - "xunit.extensibility.core/2.2.0-beta1-build3239": { - "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.2.0-beta1-build3239": { - "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.2.0-beta1-build3239]" - }, - "compile": { - "lib/dotnet/xunit.execution.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.execution.dotnet.dll": {} - } - }, - "xunit.runner.reporters/2.1.0-rc1-build3168": { - "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-rc1-build3168]" - }, - "compile": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} - }, - "runtime": { - "lib/dotnet/xunit.runner.reporters.dotnet.dll": {} - } - }, - "xunit.runner.utility/2.1.0-rc1-build3168": { - "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": { - "UnitTestingSamplesCore/1.0.0": { - "type": "project", - "path": "../UnitTestingSamplesCore/project.json" - }, - "dotnet-test-xunit/1.0.0-dev-23931-51": { - "type": "package", - "sha512": "gPw/yKZMODayd7VBshdLZLq0Rdj3ir0lcpp4f4FNmfJcXaI8zX3nKQwUHXpPwRxKcZ+rKgYFe8IZvm3RIiD7rA==", - "files": [ - "dotnet-test-xunit.1.0.0-dev-23931-51.nupkg", - "dotnet-test-xunit.1.0.0-dev-23931-51.nupkg.sha512", - "dotnet-test-xunit.nuspec", - "lib/dnxcore50/dotnet-test-xunit.dll" - ] - }, - "Microsoft.CSharp/4.0.1-rc2-23616": { - "type": "package", - "serviceable": true, - "sha512": "nM5CkEkeD1+Ir3O56mTuoPoe1j2+L8UnIiPkPfV06L8K08VIVXuXNXlBa0qb3OGLWEVdSEXCdmz4BT8AWfN/tg==", - "files": [ - "lib/dotnet5.4/Microsoft.CSharp.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-rc2-23616.nupkg", - "Microsoft.CSharp.4.0.1-rc2-23616.nupkg.sha512", - "Microsoft.CSharp.nuspec", - "ref/dotnet5.1/de/Microsoft.CSharp.xml", - "ref/dotnet5.1/es/Microsoft.CSharp.xml", - "ref/dotnet5.1/fr/Microsoft.CSharp.xml", - "ref/dotnet5.1/it/Microsoft.CSharp.xml", - "ref/dotnet5.1/ja/Microsoft.CSharp.xml", - "ref/dotnet5.1/ko/Microsoft.CSharp.xml", - "ref/dotnet5.1/Microsoft.CSharp.dll", - "ref/dotnet5.1/Microsoft.CSharp.xml", - "ref/dotnet5.1/ru/Microsoft.CSharp.xml", - "ref/dotnet5.1/zh-hans/Microsoft.CSharp.xml", - "ref/dotnet5.1/zh-hant/Microsoft.CSharp.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "Microsoft.CSharp/4.0.1-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "DwD5v9WCUKg14P8d3IzC6lI7dwlQEvcuDvhmJ7vRdDbvkwsQDqoMEoMNKAw/AiErUFCWhsphsqRFwZcHfQIdyQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/Microsoft.CSharp.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-rc3-23819.nupkg", - "Microsoft.CSharp.4.0.1-rc3-23819.nupkg.sha512", - "Microsoft.CSharp.nuspec", - "ref/dotnet5.1/de/Microsoft.CSharp.xml", - "ref/dotnet5.1/es/Microsoft.CSharp.xml", - "ref/dotnet5.1/fr/Microsoft.CSharp.xml", - "ref/dotnet5.1/it/Microsoft.CSharp.xml", - "ref/dotnet5.1/ja/Microsoft.CSharp.xml", - "ref/dotnet5.1/ko/Microsoft.CSharp.xml", - "ref/dotnet5.1/Microsoft.CSharp.dll", - "ref/dotnet5.1/Microsoft.CSharp.xml", - "ref/dotnet5.1/ru/Microsoft.CSharp.xml", - "ref/dotnet5.1/zh-hans/Microsoft.CSharp.xml", - "ref/dotnet5.1/zh-hant/Microsoft.CSharp.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/Microsoft.CSharp.xml", - "ref/netcore50/es/Microsoft.CSharp.xml", - "ref/netcore50/fr/Microsoft.CSharp.xml", - "ref/netcore50/it/Microsoft.CSharp.xml", - "ref/netcore50/ja/Microsoft.CSharp.xml", - "ref/netcore50/ko/Microsoft.CSharp.xml", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/netcore50/ru/Microsoft.CSharp.xml", - "ref/netcore50/zh-hans/Microsoft.CSharp.xml", - "ref/netcore50/zh-hant/Microsoft.CSharp.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.DotNet.Cli.Utils/1.0.0-dev-000973": { - "type": "package", - "sha512": "e3y2l4O2I3LTzkqWPrHpaaBZGSXN94yKgfqRM8IYB1x3cPZbv90t1ukOwClyggUUahJhvstdpx9DwHgZZOje7w==", - "files": [ - "lib/dnxcore50/Microsoft.DotNet.Cli.Utils.dll", - "Microsoft.DotNet.Cli.Utils.1.0.0-dev-000973.nupkg", - "Microsoft.DotNet.Cli.Utils.1.0.0-dev-000973.nupkg.sha512", - "Microsoft.DotNet.Cli.Utils.nuspec" - ] - }, - "Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package", - "sha512": "8B1JNAz0dQPltBIonw8TTE16OeY+iUVw1bFLJlZ70zX3hf+18tyKiQmJK1adOTObxJ6uFEz18Mxt2Ue5LtgQXQ==", - "files": [ - "Microsoft.DotNet.CoreHost.0.0.1-beta-00001.nupkg.sha512", - "Microsoft.DotNet.CoreHost.nuspec", - "runtime.json" - ] - }, - "Microsoft.DotNet.ProjectModel/1.0.0-dev-000973": { - "type": "package", - "sha512": "33Np6nnp+Oi1Xyk09m/b38Nck6Shih5CzrDs0o7UGCjAfDbVgqVft+mgRIH9UgCTMDiZva/Dc9MEUgKmR8lShw==", - "files": [ - "lib/dnxcore50/Microsoft.DotNet.ProjectModel.dll", - "Microsoft.DotNet.ProjectModel.1.0.0-dev-000973.nupkg", - "Microsoft.DotNet.ProjectModel.1.0.0-dev-000973.nupkg.sha512", - "Microsoft.DotNet.ProjectModel.nuspec" - ] - }, - "Microsoft.Extensions.CommandLineUtils.Sources/1.0.0-rc1-final": { - "type": "package", - "sha512": "YfcfZsnzrNPXS53d8G+adiGRKMtAbF9ztcW4qIQmGyJlhEW64DlwiZMbY3wJuk1fGvwFtxhQvdj9w3ykFScyhA==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.dll", - "lib/dotnet5.4/Microsoft.Extensions.CommandLineUtils.Sources.xml", - "lib/net451/Microsoft.Extensions.CommandLineUtils.Sources.dll", - "lib/net451/Microsoft.Extensions.CommandLineUtils.Sources.xml", - "Microsoft.Extensions.CommandLineUtils.Sources.1.0.0-rc1-final.nupkg", - "Microsoft.Extensions.CommandLineUtils.Sources.1.0.0-rc1-final.nupkg.sha512", - "Microsoft.Extensions.CommandLineUtils.Sources.nuspec", - "shared/AnsiConsole.cs", - "shared/CommandArgument.cs", - "shared/CommandLineApplication.cs", - "shared/CommandOption.cs", - "shared/CommandOptionType.cs", - "shared/CommandParsingException.cs" - ] - }, - "Microsoft.Extensions.FileSystemGlobbing/1.0.0-rc2-15882": { - "type": "package", - "serviceable": true, - "sha512": "nswRUE7Y5C44IASjWPM8XpVsATHuARovuJxx3ewSWbNABd1m+C5cdA6GyWjAPktVfC4j6jAnDMSW5xwBHaI1yw==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/dotnet5.4/Microsoft.Extensions.FileSystemGlobbing.xml", - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.dll", - "lib/net451/Microsoft.Extensions.FileSystemGlobbing.xml", - "Microsoft.Extensions.FileSystemGlobbing.1.0.0-rc2-15882.nupkg", - "Microsoft.Extensions.FileSystemGlobbing.1.0.0-rc2-15882.nupkg.sha512", - "Microsoft.Extensions.FileSystemGlobbing.nuspec" - ] - }, - "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc2-16041": { - "type": "package", - "serviceable": true, - "sha512": "9axMCs46u1eTTFFGDd4Fd/y+sjTrHkko6s5Y/gAV8HTqpA+4gbs4ll1vkH9orSOPxQ5KV72i739zWCgIBMkf2g==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll", - "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.dll", - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc2-16041.nupkg", - "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc2-16041.nupkg.sha512", - "Microsoft.Extensions.Logging.Abstractions.nuspec" - ] - }, - "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc2-16530": { - "type": "package", - "serviceable": true, - "sha512": "i0A2u45fUekro8uEiAWL/gr7LxFJNen0pGhW+nMag4XBb8+S2/GKMNcoDBLVG0MokrsHjFZnT1wy8t1n3TMkdw==", - "files": [ - "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll", - "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll", - "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc2-16530.nupkg", - "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc2-16530.nupkg.sha512", - "Microsoft.Extensions.PlatformAbstractions.nuspec" - ] - }, - "Microsoft.Extensions.Testing.Abstractions/1.0.0-dev-000973": { - "type": "package", - "serviceable": true, - "sha512": "oMjj32A8mLcB35pROj0cx/9IfBuUrORBf0+SjlvTdU+7e68/o1r8Wn2fJIQdpn0+fTDd4rbeE51NPWBubYC4DA==", - "files": [ - "lib/dnxcore50/Microsoft.Extensions.Testing.Abstractions.dll", - "Microsoft.Extensions.Testing.Abstractions.1.0.0-dev-000973.nupkg", - "Microsoft.Extensions.Testing.Abstractions.1.0.0-dev-000973.nupkg.sha512", - "Microsoft.Extensions.Testing.Abstractions.nuspec" - ] - }, - "Microsoft.NETCore.Platforms/1.0.1-rc3-23819": { - "type": "package", - "sha512": "nPKZO8yVaBG/9NL0smqno3hl3QEzHwCJZ0jGZiYYRE/hUy3eZiy65ArDB5u9Ngu3O7JEPPnsfuSELVz+1V/I2A==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Platforms.1.0.1-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Platforms.nuspec", - "runtime.json", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.NETCore.Runtime/1.0.2-rc3-23819": { - "type": "package", - "sha512": "bj6vZdXY3eqrELC8qS9HZusZjmilplbbYsxF40eL/i/1TsNjys1Y9rouTWJJ5d7zE9UN3kMOQ0SH4xWNMGASSQ==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Runtime.1.0.2-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Runtime.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "sha512": "cYAvXSQwwWBw3hhsSnykb/iEV02SkwiwowudcTwYkRjz7JRim8NzUToRS/cnNSHAdN/DX8eF6obyf9yrtFsb/g==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Runtime.CoreCLR.1.0.2-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Runtime.CoreCLR.nuspec", - "runtime.json", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.NETCore.Runtime.Native/1.0.2-rc3-23819": { - "type": "package", - "sha512": "D8Vdq28GXwlQkxfZP0qpEnMd9IjMSd5tLIVb/CckCLnAwn9J13ES62H7v2fuNZfuCT8NTN2/GneY2NzayfunuA==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Runtime.Native.1.0.2-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Runtime.Native.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.NETCore.Targets/1.0.1-rc3-23819": { - "type": "package", - "sha512": "y9rM5lVWXT4pVtP15ggv7RTLJojx/mORicM6IOKXe+N22JPFcU+JGRaZ2lMCtxuyfVy1HXrZp2obDwrh8DkgVA==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Targets.1.0.1-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Targets.nuspec", - "runtime.json", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.NETCore.Targets.DNXCore/5.0.0-rc3-23819": { - "type": "package", - "sha512": "hQwO+0fpjyRFT0Mh4q5bx3v3qQf540KmMBvPK4mh/HJRtP87kkPdMRi48qDz9JmQuAC0g6GvBGZYdQz6hV47aA==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Targets.DNXCore.5.0.0-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Targets.DNXCore.nuspec", - "runtime.json", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package", - "sha512": "86xG2kvUR04JHpwzGxnhM39GIF7bDq4Me6DpzlRsDLPMrAk5nDlI4n3x6I6OXrwzafEEqZpqttXQS64ybVSCaA==", - "files": [ - "dotnet_library_license.txt", - "Microsoft.NETCore.Windows.ApiSets.1.0.1-rc3-23819.nupkg.sha512", - "Microsoft.NETCore.Windows.ApiSets.nuspec", - "runtime.json", - "ThirdPartyNotices.txt" - ] - }, - "Microsoft.Win32.Primitives/4.0.1-rc3-23819": { - "type": "package", - "sha512": "U2NNQhS4o9IBUZsgpfJCXlnoY90IfXm5PgZ7A0zFubM8Cd0jflpDFD1zBicvFPVXgBoa1f8LunZBh10XQhaxSA==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.4.0.1-rc3-23819.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ref/dotnet5.4/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/Microsoft.Win32.Primitives.dll", - "ref/dotnet5.4/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/ru/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/dotnet5.4/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "ThirdPartyNotices.txt" - ] - }, - "NETStandard.Library/1.0.0-rc3-23819": { - "type": "package", - "sha512": "4coZjpREbu6upwaHphzmsSYaIy14CgNuYIDzMxDs0FfHPXfn09MVBVWs9XqStSY8HkbxHrAEpX+Qfk9cIayMzw==", - "files": [ - "dotnet_library_license.txt", - "NETStandard.Library.1.0.0-rc3-23819.nupkg.sha512", - "NETStandard.Library.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "NETStandard.Platform/1.0.0-rc3-23819": { - "type": "package", - "sha512": "rVVUYBY2sAWJ7jQPZood/PwmhO7POE3HbPVEOJZ42jkPwCa4UKic7dfvnuUAjBKkrfg796IJQCn4lvoGNAvEVw==", - "files": [ - "dotnet_library_license.txt", - "NETStandard.Platform.1.0.0-rc3-23819.nupkg.sha512", - "NETStandard.Platform.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "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" - ] - }, - "NuGet.Frameworks/3.3.0": { - "type": "package", - "sha512": "kOS9FTJqFvCQR3z8C3VhnvXM4Wgi2aGDZREK+gqpnQXdCvkBPgD1PKFjGDckQLqao38DijWPppaanVGiV5Vjxw==", - "files": [ - "lib/dnxcore50/NuGet.Frameworks.dll", - "lib/dnxcore50/NuGet.Frameworks.xml", - "lib/net45/NuGet.Frameworks.dll", - "lib/net45/NuGet.Frameworks.xml", - "NuGet.Frameworks.3.3.0.nupkg", - "NuGet.Frameworks.3.3.0.nupkg.sha512", - "NuGet.Frameworks.nuspec" - ] - }, - "NuGet.Logging/3.3.0": { - "type": "package", - "sha512": "cnMsgbWx3a9sl4WoYSu03/zrOfmSK9ZQVghTwX0WPNW7LsHYRx2INhtxhcgHV14XUpxLvqJ8xTTSLhS/QEgpBA==", - "files": [ - "lib/dnxcore50/NuGet.Logging.dll", - "lib/dnxcore50/NuGet.Logging.xml", - "lib/net45/NuGet.Logging.dll", - "lib/net45/NuGet.Logging.xml", - "NuGet.Logging.3.3.0.nupkg", - "NuGet.Logging.3.3.0.nupkg.sha512", - "NuGet.Logging.nuspec" - ] - }, - "NuGet.Packaging/3.3.0": { - "type": "package", - "sha512": "8ZmxGaRSyuAg4tn+o2AtRrp5fs+hJRALTlIEPakPWSL/FMkg+2aQxce1hbNjAdpCh2LtxMdJBkbzpHevOnrb5A==", - "files": [ - "lib/dnxcore50/NuGet.Packaging.dll", - "lib/dnxcore50/NuGet.Packaging.xml", - "lib/net45/NuGet.Packaging.dll", - "lib/net45/NuGet.Packaging.xml", - "NuGet.Packaging.3.3.0.nupkg", - "NuGet.Packaging.3.3.0.nupkg.sha512", - "NuGet.Packaging.nuspec" - ] - }, - "NuGet.Packaging.Core/3.3.0": { - "type": "package", - "sha512": "Ix5M5F7eYIduNIFWQeYgzSo0HKs4Y4ZrLi7TjZC/tMSL5ioiuIF56r2AwLPy98g6J2HWP6j/M6bjkO1vRgIZxA==", - "files": [ - "lib/dnxcore50/NuGet.Packaging.Core.dll", - "lib/dnxcore50/NuGet.Packaging.Core.xml", - "lib/net45/NuGet.Packaging.Core.dll", - "lib/net45/NuGet.Packaging.Core.xml", - "NuGet.Packaging.Core.3.3.0.nupkg", - "NuGet.Packaging.Core.3.3.0.nupkg.sha512", - "NuGet.Packaging.Core.nuspec" - ] - }, - "NuGet.Packaging.Core.Types/3.3.0": { - "type": "package", - "sha512": "HjmbxDHozO9DMczF8Iyw2WPpbXHebfxFN18WBPpEabLEK9gNEAqyHS02wd5I8VS2VMBOzRljo24UIVb9yJEimA==", - "files": [ - "lib/dnxcore50/NuGet.Packaging.Core.Types.dll", - "lib/dnxcore50/NuGet.Packaging.Core.Types.xml", - "lib/net45/NuGet.Packaging.Core.Types.dll", - "lib/net45/NuGet.Packaging.Core.Types.xml", - "NuGet.Packaging.Core.Types.3.3.0.nupkg", - "NuGet.Packaging.Core.Types.3.3.0.nupkg.sha512", - "NuGet.Packaging.Core.Types.nuspec" - ] - }, - "NuGet.Versioning/3.3.0": { - "type": "package", - "sha512": "90wrt/mbOApvWYz/skYYS9w2Y1YdGrHp7irAflAWEW4C1NKzFX80XB3h8BaGKJPcZ6gWNZhh+zZ21MdZ8rJETg==", - "files": [ - "lib/dnxcore50/NuGet.Versioning.dll", - "lib/dnxcore50/NuGet.Versioning.xml", - "lib/net45/NuGet.Versioning.dll", - "lib/net45/NuGet.Versioning.xml", - "NuGet.Versioning.3.3.0.nupkg", - "NuGet.Versioning.3.3.0.nupkg.sha512", - "NuGet.Versioning.nuspec" - ] - }, - "runtime.any.System.AppContext/4.1.0-rc3-23819": { - "type": "package", - "sha512": "x+uRxM+VEXkN0LMbUvDCCvBLOVLjBWKaxTEoHw8OdN3a0GHjH8LUZpfyp4sAAI03ao/wUZ6xtswEk9sQH01Sqw==", - "files": [ - "dotnet_library_license.txt", - "lib/dnxcore50/System.AppContext.dll", - "lib/dotnet5.6/System.AppContext.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.AppContext.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.AppContext.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Collections/4.0.11-rc3-23819": { - "type": "package", - "sha512": "mjkcg+MsEvsCroZwcQ2t28+rRdGpfKUElsq4ZSB+gyIqcuz8tKwAJkUxC1t8etBggwvv2eK4RMgZW3nwTy6APQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Collections.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Collections.4.0.11-rc3-23819.nupkg.sha512", - "runtime.any.System.Collections.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Diagnostics.Tools/4.0.1-rc3-23819": { - "type": "package", - "sha512": "wzAhZRWqb3XsXqriioS4iE14EJZVFJsWzuTSU9Eq8TI9IR8GBVvuDjAG//5K0CKBT59HcPDly6WK6PCXjwlGhQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Diagnostics.Tools.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tools.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Diagnostics.Tools.4.0.1-rc3-23819.nupkg.sha512", - "runtime.any.System.Diagnostics.Tools.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Diagnostics.Tracing/4.1.0-rc3-23819": { - "type": "package", - "sha512": "olXFapQhGyOi1wOeyYJBd7rn7twoPhKC4i8h2vl1wpDolSQrmYT9h7B00a9/+Zftq1WL+npgGrSyqB6IvKAFCw==", - "files": [ - "dotnet_library_license.txt", - "lib/dnxcore50/System.Diagnostics.Tracing.dll", - "lib/dotnet5.6/System.Diagnostics.Tracing.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Diagnostics.Tracing.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.Diagnostics.Tracing.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Globalization/4.0.11-rc3-23819": { - "type": "package", - "sha512": "wmI97KyWD5SogvtgkxHxd7jGDVKqDHTitExeQhuPegKtnHQoUqeMh8BVnfORZqjstv1UsCRfeCMpjAmIbj/0lA==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Globalization.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Globalization.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Globalization.4.0.11-rc3-23819.nupkg.sha512", - "runtime.any.System.Globalization.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Globalization.Calendars/4.0.1-rc3-23819": { - "type": "package", - "sha512": "n6lpHWW2iJ+E1q9jQZbBU7saYV1eo+8DqP/6E6T9inUOhCMg76+xzVTRA9MZYexrmBP2gvpnjHzbJplWRrNsnQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Globalization.Calendars.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net/_._", - "lib/netcore50/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Globalization.Calendars.4.0.1-rc3-23819.nupkg.sha512", - "runtime.any.System.Globalization.Calendars.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.IO/4.1.0-rc3-23819": { - "type": "package", - "sha512": "U0ola3lFpV9sVSAobLYthWq9PQc4v19Or9VrIPAROnJGPhiCeT3ceB+9sOHEc02N6qDqn1CAKu/BWDFdRKfUpQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.IO.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.IO.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.IO.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Linq.Expressions/4.0.11-rc3-23819": { - "type": "package", - "sha512": "rASmiqvsUFTi5knC+ET4iSrJoe4Fjosm/vYbFRNXCAlNkYkK7XWeXel2BlX7CxKAoNnuWcTFllbI9/tYb8yLYg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Linq.Expressions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Linq.Expressions.4.0.11-rc3-23819.nupkg.sha512", - "runtime.any.System.Linq.Expressions.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Reflection/4.1.0-rc3-23819": { - "type": "package", - "sha512": "3aPOwlYkf+5MfLj+Kx3/y9c5UFF/k/1QSiDWIDXqsQzyEw5VfLxq+UiaKJ0bmOyLa3fdmy+oZPPpnBB9nDiyUg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Reflection.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.Reflection.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Reflection.Extensions/4.0.1-rc3-23819": { - "type": "package", - "sha512": "0gWUVtX2vRZbX3NWwI2yB6SnxfYgJO3IQrxDWKPGo/TcSRFlV99923mvhWV0DqnRk3I9EXMB55YISpROnNGJAQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Reflection.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.Extensions.4.0.1-rc3-23819.nupkg.sha512", - "runtime.any.System.Reflection.Extensions.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Reflection.Primitives/4.0.1-rc3-23819": { - "type": "package", - "sha512": "v4kjWql8uvduW9rpA5FPxr6lBXm9LxSemJ8MWKYf5QN1ybBMeOsJwVg60hzLmw4Ff+sjvloY0j4JUVCIyGPClw==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Reflection.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.Primitives.4.0.1-rc3-23819.nupkg.sha512", - "runtime.any.System.Reflection.Primitives.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Reflection.TypeExtensions/4.1.0-rc3-23819": { - "type": "package", - "sha512": "jb8GpucZ4eWFYJvgFMsLJBrOLAqHfttYcot5TJ+2LwjKbOaYMVVp9Ga2MKb0CJGpP+lJjpkKV5kQlZ50zgsECg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Reflection.TypeExtensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Reflection.TypeExtensions.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.Reflection.TypeExtensions.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Runtime/4.1.0-rc3-23819": { - "type": "package", - "sha512": "im9flNDB2gxBsKT63DgvgbFJa8contG3aMHSrNLdhmWFRhTSGeFuVC0j7C7K8s4iZMF7wgP3A3IppblEPyGQww==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Runtime.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.Runtime.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Runtime.Handles/4.0.1-rc3-23819": { - "type": "package", - "sha512": "N8AqtOdAFYIaEcYHRWDi7PEd7Gluq6GgU2Tp6XrhnkEd6seaAyzaQUBZY1oGzjj79SHLzFCa9PVNfbHg5kyzbg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Runtime.Handles.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Runtime.Handles.4.0.1-rc3-23819.nupkg.sha512", - "runtime.any.System.Runtime.Handles.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Runtime.InteropServices/4.1.0-rc3-23819": { - "type": "package", - "sha512": "cwkaFd0y4Pkqlhq9hihUgtkQAGa6RBYlPwLe0jTR7OYXkzrC96nnk0KQDDgLHx1m2pYi5CM7oPWF4imf8LjPKQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Runtime.InteropServices.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Runtime.InteropServices.4.1.0-rc3-23819.nupkg.sha512", - "runtime.any.System.Runtime.InteropServices.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Text.Encoding/4.0.11-rc3-23819": { - "type": "package", - "sha512": "BGvyqr2XPRjSEuARcJ8T6Z1+Sy+5qkJ8Jdi4BvuRMzojM7iYWeI5TtzCq+Ptosl5ZGdpAfJg8GF4u3nUx6HTjg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Text.Encoding.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Text.Encoding.4.0.11-rc3-23819.nupkg.sha512", - "runtime.any.System.Text.Encoding.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Text.Encoding.Extensions/4.0.11-rc3-23819": { - "type": "package", - "sha512": "JiD8hEdcKHDE309bFtQjbY2uXX/PNmAAZiJIfO249ixhbGyT1BoxZGn1giWMlYjihSeRv9YyT/zQpdM/PFGhEw==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Text.Encoding.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Text.Encoding.Extensions.4.0.11-rc3-23819.nupkg.sha512", - "runtime.any.System.Text.Encoding.Extensions.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Threading.Tasks/4.0.11-rc3-23819": { - "type": "package", - "sha512": "UEMrTuu3dRhkehuo1jrZI0q8VobL9AJdgXvpFabRKyuEVmq1F7kZLmISroOBqg2yDmFTt3qVr3Gq8V2qoqNUqA==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Threading.Tasks.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Threading.Tasks.4.0.11-rc3-23819.nupkg.sha512", - "runtime.any.System.Threading.Tasks.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.any.System.Threading.Timer/4.0.1-rc3-23819": { - "type": "package", - "sha512": "+46skNoeSAZuLYvKAcxonBoB8ogcTwAm+3KEsD2i2rOpIre5/J1bTCdyV2pELMrQMs9HnFZv19azl8OD+b5Hzg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Threading.Timer.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Threading.Timer.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/_._", - "runtime.any.System.Threading.Timer.4.0.1-rc3-23819.nupkg.sha512", - "runtime.any.System.Threading.Timer.nuspec", - "runtimes/aot/lib/netcore50/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win.System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { - "type": "package", - "sha512": "PKxBfSVQDrYDUXV7wWmmH3e2+tX59fqKVIxFHIUhZbGlLzPx4OiyLsQ2AusKAqT/ZhR95WsAWL4jqRCzHQMELg==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win.System.Runtime.InteropServices.RuntimeInformation.4.0.0-rc3-23819.nupkg.sha512", - "runtime.win.System.Runtime.InteropServices.RuntimeInformation.nuspec", - "runtimes/win/lib/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win7/lib/net45/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win7/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.RuntimeInformation.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.Microsoft.Win32.Primitives/4.0.1-rc3-23819": { - "type": "package", - "sha512": "7sNpENHzxQJceltvyC26Je0++CSeprZ3ziFCsI4KUyuM/VJ/guQ6atlC1aIwyd2gnXbWlVXAUreL75rZ5inXWA==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.Microsoft.Win32.Primitives.4.0.1-rc3-23819.nupkg.sha512", - "runtime.win7.Microsoft.Win32.Primitives.nuspec", - "runtimes/win7/lib/dotnet5.4/Microsoft.Win32.Primitives.dll", - "runtimes/win7/lib/net/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Console/4.0.0-rc3-23819": { - "type": "package", - "sha512": "fLyGMVvL0RrwsXYcML5+t56opoaN4pxC6zReOtrGFiDVbPpE7uGsSxbxikdKA+z+Pyi1hK2ylVVuKXBfENywRQ==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Console.4.0.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Console.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Console.dll", - "runtimes/win7/lib/net/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-rc3-23819": { - "type": "package", - "sha512": "8HgMWD8eLhdFUb+ksnTpcH+Gz4zdP5D4gCfaaEUHz4hgECyMJp/6QFu5Xybymw4jZ7pYnmEwycrtMfSQfnVJxA==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-rc3-23819.nupkg.sha512", - "runtime.win7.System.Diagnostics.Debug.nuspec", - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", - "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.IO.FileSystem/4.0.1-rc3-23819": { - "type": "package", - "sha512": "gHrKDzAeuNGNF6RS+JX+TVGsKTDvOs2h+lFt1FjgwQq1Fq3qc2q7GHhGcojRPzf9pR+821yu+1KlEXAm16ThxA==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.IO.FileSystem.4.0.1-rc3-23819.nupkg.sha512", - "runtime.win7.System.IO.FileSystem.nuspec", - "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", - "runtimes/win7/lib/win8/_._", - "runtimes/win7/lib/wp8/_._", - "runtimes/win7/lib/wpa81/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Net.Http/4.0.1-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "NVEBt3zKosaq/ARYBpvuzKZRrSwMcvxT6TlzhyOsbRaTTHsaql7+3wv9+LG/IGndHMgLAmEK/9SzsZ+NtNw6Vg==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-rc3-23819.nupkg", - "runtime.win7.System.Net.Http.4.0.1-rc3-23819.nupkg.sha512", - "runtime.win7.System.Net.Http.nuspec", - "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", - "runtimes/win7/lib/netcore50/System.Net.Http.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Net.NameResolution/4.0.0-rc3-23819": { - "type": "package", - "sha512": "PIY7mdDDSxg0Ijgd9U+nfkmc8D0oV2mg/VS565SaltVuh5f3AWvca/WDZxUGj3d4xUSWKcOapjdNYtXdEQ2sKQ==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Net.NameResolution.4.0.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Net.NameResolution.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Net.NameResolution.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Net.NameResolution.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Net.Primitives/4.0.11-rc3-23819": { - "type": "package", - "sha512": "4Gvmf/SkDOmMTZOjTPEL0UWj8HZvgMaIvyykB9DTAZjct6Dgox97X8a4JH7SVrT8Aj7+MdRFAr+i6xoAMEWkOA==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Net.Primitives.4.0.11-rc3-23819.nupkg.sha512", - "runtime.win7.System.Net.Primitives.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Net.Primitives.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Net.Primitives.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Net.Sockets/4.1.0-rc3-23819": { - "type": "package", - "sha512": "SX4Sw5JrLOXmB2xUeMrV6cUp4j2DiuzRugt5rZk8FVqrllJcl7nkkmvVW+2nLGTCu6IkGm3X9ni5Bqeabmu4Lg==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Net.Sockets.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Net.Sockets.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Net.Sockets.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Private.Uri/4.0.1-rc3-23819": { - "type": "package", - "sha512": "HF/mWKsEAZgTFH4QDGOAHlx6s0dBB62CnR8oZ2VzmHodsLzm8y1nNmPS2StisZka6FyIine8z8E/mFO54LE3Kg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.1/System.Private.Uri.dll", - "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-rc3-23819.nupkg.sha512", - "runtime.win7.System.Private.Uri.nuspec", - "runtimes/aot/lib/netcore50/System.Private.Uri.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Runtime.Extensions/4.1.0-rc3-23819": { - "type": "package", - "sha512": "07hz9fIFVXQeI8ls1gh6//R4t4gvfq3LR8+1gm4VVi+/v8Eg11l688KeckPy9e17XYAw3umKsOJ8sGE9cQxLgQ==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Runtime.Extensions.4.1.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Runtime.Extensions.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Runtime.Extensions.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Runtime.Extensions.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "53i6W7HAivToCk5gCYKyAqbyfalxRIlhKnr+ze6dRfopMXZVACSlo/PlNhhmYAjxOStp8oBtLohftbZG2JLbxw==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-rc3-23819.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", - "runtimes/win7/lib/net/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "FSn6oT03KIVE8eN+4zlr9T4ya+HIlgySNsR4a8sMC3xd2b8gOdBkF3Ju8KErS2swMi5DzYuhcALEYQ11ZFjSkQ==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-rc3-23819.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Security.Cryptography.Encoding.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", - "runtimes/win7/lib/net/_._", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "FdzwHK/8JHrqSJyBpI2waBmZ66JMWzQrv58uhZD7CzFY0dnDng8apd7gZwnkDIuVmQzhUqxeT9LsjK2o32mMXA==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-rc3-23819.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-rc3-23819.nupkg.sha512", - "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", - "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll", - "runtimes/win7/lib/net/_._", - "runtimes/win7/lib/netcore50/System.Security.Cryptography.X509Certificates.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7.System.Threading/4.0.11-rc3-23819": { - "type": "package", - "sha512": "o4VyoKxexMuOw03FdrwwGjiLYk6dAvJwA9Qy95xdDPGzUlzXMnJYw15085yZSno15eBluZX3dkpplnYIGLrYng==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-rc3-23819.nupkg.sha512", - "runtime.win7.System.Threading.nuspec", - "runtimes/win7/lib/DNXCore50/System.Threading.dll", - "runtimes/win7/lib/netcore50/System.Threading.dll", - "runtimes/win8-aot/lib/netcore50/System.Threading.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7-x64.Microsoft.DotNet.CoreHost/0.0.1-beta-00001": { - "type": "package", - "sha512": "OGqdGBtkuZQPFSAjpOWobkBXFL4C8lVGZK9/7b3vRAtgLzzlaLhKgFR5t9qXdCT/RgpOVpj05Dg/RyIznQ/NBg==", - "files": [ - "runtime.win7-x64.Microsoft.DotNet.CoreHost.0.0.1-beta-00001.nupkg.sha512", - "runtime.win7-x64.Microsoft.DotNet.CoreHost.nuspec", - "runtimes/win7-x64/native/corehost.exe", - "runtimes/win7-x64/native/hostpolicy.dll" - ] - }, - "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "sha512": "fu59VjfifAVxEkVAyKgQ4gA9n9yr4z3BX/eWR69m2pWF8BxmP0Lo8LtXdueoc4B5O1cWIK4fKXguUcUdfNTqaw==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR.1.0.2-rc3-23819.nupkg.sha512", - "runtime.win7-x64.Microsoft.NETCore.Runtime.CoreCLR.nuspec", - "runtimes/win7-x64/lib/dotnet/mscorlib.ni.dll", - "runtimes/win7-x64/native/clretwrc.dll", - "runtimes/win7-x64/native/coreclr.dll", - "runtimes/win7-x64/native/dbgshim.dll", - "runtimes/win7-x64/native/mscordaccore.dll", - "runtimes/win7-x64/native/mscordbi.dll", - "runtimes/win7-x64/native/mscorlib.ni.dll", - "runtimes/win7-x64/native/mscorrc.debug.dll", - "runtimes/win7-x64/native/mscorrc.dll", - "ThirdPartyNotices.txt", - "tools/crossgen.exe", - "tools/sos.dll" - ] - }, - "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package", - "sha512": "qy0aOnKqpymNVMjgtS5NcniuVqE3oMR0gwEQrwOPaScFG/mpaeCX3z+AG4GSUw70yH4GCOhykzRlEdb8aTgRew==", - "files": [ - "dotnet_library_license.txt", - "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets.1.0.1-rc3-23819.nupkg.sha512", - "runtime.win7-x64.Microsoft.NETCore.Windows.ApiSets.nuspec", - "runtimes/win7-x64/native/API-MS-Win-Base-Util-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-com-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-comm-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-com-private-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-console-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-console-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-datetime-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-debug-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-delayload-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-errorhandling-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-fibers-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-file-l2-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-handle-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-heap-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-heap-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-interlocked-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-io-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-libraryloader-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-2.dll", - "runtimes/win7-x64/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-normalization-l1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-privateprofile-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processenvironment-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processsecurity-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-processthreads-l1-1-2.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-profile-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-psapi-ansi-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-psapi-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-realtime-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-registry-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-registry-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-rtlsupport-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-shutdown-l1-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-string-l1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Core-String-L2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-stringloader-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-synch-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-synch-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win7-x64/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win7-x64/native/api-ms-win-core-threadpool-l1-2-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-threadpool-private-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-timezone-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-url-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-util-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-version-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-error-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-registration-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-winrt-string-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-wow64-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-xstate-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-core-xstate-l2-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-devices-config-L1-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Controller-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-Eventing-Provider-L1-1-0.dll", - "runtimes/win7-x64/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-ro-typeresolution-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-base-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-cryptoapi-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-lsalookup-l2-1-1.dll", - "runtimes/win7-x64/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-provider-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-security-sddl-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-core-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-service-management-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-management-l2-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-0.dll", - "runtimes/win7-x64/native/api-ms-win-service-private-l1-1-1.dll", - "runtimes/win7-x64/native/api-ms-win-service-winsvc-l1-1-0.dll", - "runtimes/win7-x64/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll", - "ThirdPartyNotices.txt" - ] - }, - "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR/1.0.2-rc3-23819": { - "type": "package", - "sha512": "AWVptY+pzxuxC8DQgFErG2USSJzVcceswVb3cFm5yLt8MydcRI7LiaA9VA5OrM7NrTKKXqaLL1yC1KnBBjrAWA==", - "files": [ - "dotnet_library_license.txt", - "ref/dotnet/_._", - "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR.1.0.2-rc3-23819.nupkg.sha512", - "runtime.win7-x86.Microsoft.NETCore.Runtime.CoreCLR.nuspec", - "runtimes/win7-x86/lib/dotnet/mscorlib.ni.dll", - "runtimes/win7-x86/native/clretwrc.dll", - "runtimes/win7-x86/native/coreclr.dll", - "runtimes/win7-x86/native/dbgshim.dll", - "runtimes/win7-x86/native/mscordaccore.dll", - "runtimes/win7-x86/native/mscordbi.dll", - "runtimes/win7-x86/native/mscorrc.debug.dll", - "runtimes/win7-x86/native/mscorrc.dll", - "ThirdPartyNotices.txt", - "tools/crossgen.exe", - "tools/sos.dll" - ] - }, - "runtime.win7-x86.Microsoft.NETCore.Windows.ApiSets/1.0.1-rc3-23819": { - "type": "package", - "sha512": "xdJwpRbTOJnUoKDDaPohGAsX+AtBu7MUQ8KemqmWPlAPd3qWVoRPQ53Y5YWVxufmDkO25+iRTTUoaRU+CBD/ZA==", - "files": [ - "dotnet_library_license.txt", - "runtime.win7-x86.Microsoft.NETCore.Windows.ApiSets.1.0.1-rc3-23819.nupkg.sha512", - "runtime.win7-x86.Microsoft.NETCore.Windows.ApiSets.nuspec", - "runtimes/win7-x86/native/API-MS-Win-Base-Util-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-com-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-comm-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-com-private-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-console-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-console-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-datetime-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-debug-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-delayload-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-errorhandling-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-fibers-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-file-l2-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-handle-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-heap-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-heap-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-interlocked-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-io-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-kernel32-legacy-l1-1-2.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-Kernel32-Private-L1-1-2.dll", - "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-libraryloader-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-localization-obsolete-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-2.dll", - "runtimes/win7-x86/native/api-ms-win-core-memory-l1-1-3.dll", - "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-namedpipe-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-normalization-l1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-PrivateProfile-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-privateprofile-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processenvironment-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processsecurity-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-processthreads-l1-1-2.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-ProcessTopology-Obsolete-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-profile-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-psapi-ansi-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-psapi-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-psapi-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-realtime-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-registry-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-registry-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-rtlsupport-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shlwapi-legacy-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shlwapi-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-shutdown-l1-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-StringAnsi-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-string-l1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Core-String-L2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-stringloader-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-string-obsolete-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-synch-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-synch-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-2.dll", - "runtimes/win7-x86/native/api-ms-win-core-sysinfo-l1-2-3.dll", - "runtimes/win7-x86/native/api-ms-win-core-threadpool-l1-2-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-threadpool-legacy-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-threadpool-private-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-timezone-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-url-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-util-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-version-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-error-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-registration-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-robuffer-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-roparameterizediid-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-winrt-string-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-wow64-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-xstate-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-core-xstate-l2-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-devices-config-L1-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-ClassicProvider-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Consumer-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Controller-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Legacy-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-Eventing-Provider-L1-1-0.dll", - "runtimes/win7-x86/native/API-MS-Win-EventLog-Legacy-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-ro-typeresolution-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-base-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-cpwl-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-cryptoapi-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-lsalookup-l2-1-1.dll", - "runtimes/win7-x86/native/API-MS-Win-Security-LsaPolicy-L1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-provider-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-security-sddl-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-core-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-service-management-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-management-l2-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-0.dll", - "runtimes/win7-x86/native/api-ms-win-service-private-l1-1-1.dll", - "runtimes/win7-x86/native/api-ms-win-service-winsvc-l1-1-0.dll", - "runtimes/win7-x86/native/ext-ms-win-advapi32-encryptedfile-l1-1-0.dll", - "ThirdPartyNotices.txt" - ] - }, - "System.AppContext/4.1.0-rc3-23819": { - "type": "package", - "sha512": "XbkrDPmXXsPxuJxK8LjISx0S2htdK1P/YM62EZlanZCaqFqHUrHKRR0+6WWMK/NFRwG+CO1nKHvqpKnHW0yW/w==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.AppContext.dll", - "lib/net462/System.AppContext.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.AppContext.xml", - "ref/dotnet5.4/es/System.AppContext.xml", - "ref/dotnet5.4/fr/System.AppContext.xml", - "ref/dotnet5.4/it/System.AppContext.xml", - "ref/dotnet5.4/ja/System.AppContext.xml", - "ref/dotnet5.4/ko/System.AppContext.xml", - "ref/dotnet5.4/ru/System.AppContext.xml", - "ref/dotnet5.4/System.AppContext.dll", - "ref/dotnet5.4/System.AppContext.xml", - "ref/dotnet5.4/zh-hans/System.AppContext.xml", - "ref/dotnet5.4/zh-hant/System.AppContext.xml", - "ref/dotnet5.6/de/System.AppContext.xml", - "ref/dotnet5.6/es/System.AppContext.xml", - "ref/dotnet5.6/fr/System.AppContext.xml", - "ref/dotnet5.6/it/System.AppContext.xml", - "ref/dotnet5.6/ja/System.AppContext.xml", - "ref/dotnet5.6/ko/System.AppContext.xml", - "ref/dotnet5.6/ru/System.AppContext.xml", - "ref/dotnet5.6/System.AppContext.dll", - "ref/dotnet5.6/System.AppContext.xml", - "ref/dotnet5.6/zh-hans/System.AppContext.xml", - "ref/dotnet5.6/zh-hant/System.AppContext.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net462/System.AppContext.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.AppContext.4.1.0-rc3-23819.nupkg.sha512", - "System.AppContext.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Buffers/4.0.0-rc3-23819": { - "type": "package", - "sha512": "IkQPmNfz0HgPt1DZ3IURg5BPCeEuuPw8YHiyPgZAHcvUqXC6WvRgyQQbfXhdvvJvHizmLK9l5x7Vp7MjLHFOdw==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.2/.xml", - "lib/dotnet5.2/System.Buffers.dll", - "System.Buffers.4.0.0-rc3-23819.nupkg.sha512", - "System.Buffers.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Collections/4.0.11-rc3-23819": { - "type": "package", - "sha512": "X9UEt7lxcC1rEGk4wNxHhgL5pPUnN6bKkiwEyrYfxl51MxAp4evG7L/Z4H1toh5V+DovdF+TF+RDbNuFb/S3MA==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Collections.xml", - "ref/dotnet5.1/es/System.Collections.xml", - "ref/dotnet5.1/fr/System.Collections.xml", - "ref/dotnet5.1/it/System.Collections.xml", - "ref/dotnet5.1/ja/System.Collections.xml", - "ref/dotnet5.1/ko/System.Collections.xml", - "ref/dotnet5.1/ru/System.Collections.xml", - "ref/dotnet5.1/System.Collections.dll", - "ref/dotnet5.1/System.Collections.xml", - "ref/dotnet5.1/zh-hans/System.Collections.xml", - "ref/dotnet5.1/zh-hant/System.Collections.xml", - "ref/dotnet5.4/de/System.Collections.xml", - "ref/dotnet5.4/es/System.Collections.xml", - "ref/dotnet5.4/fr/System.Collections.xml", - "ref/dotnet5.4/it/System.Collections.xml", - "ref/dotnet5.4/ja/System.Collections.xml", - "ref/dotnet5.4/ko/System.Collections.xml", - "ref/dotnet5.4/ru/System.Collections.xml", - "ref/dotnet5.4/System.Collections.dll", - "ref/dotnet5.4/System.Collections.xml", - "ref/dotnet5.4/zh-hans/System.Collections.xml", - "ref/dotnet5.4/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Collections.xml", - "ref/netcore50/es/System.Collections.xml", - "ref/netcore50/fr/System.Collections.xml", - "ref/netcore50/it/System.Collections.xml", - "ref/netcore50/ja/System.Collections.xml", - "ref/netcore50/ko/System.Collections.xml", - "ref/netcore50/ru/System.Collections.xml", - "ref/netcore50/System.Collections.dll", - "ref/netcore50/System.Collections.xml", - "ref/netcore50/zh-hans/System.Collections.xml", - "ref/netcore50/zh-hant/System.Collections.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Collections.4.0.11-rc3-23819.nupkg.sha512", - "System.Collections.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Collections.Concurrent/4.0.12-rc3-23819": { - "type": "package", - "sha512": "jQxWUs2LZTu2cM6Aoz/2+5MBFGJf44EzquFC90cfcgfM0eKzQb61pQ3jtzUTgWDyuUM35qULOosOV/bbqmclNQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Collections.Concurrent.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Collections.Concurrent.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Collections.Concurrent.xml", - "ref/dotnet5.2/es/System.Collections.Concurrent.xml", - "ref/dotnet5.2/fr/System.Collections.Concurrent.xml", - "ref/dotnet5.2/it/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ja/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ko/System.Collections.Concurrent.xml", - "ref/dotnet5.2/ru/System.Collections.Concurrent.xml", - "ref/dotnet5.2/System.Collections.Concurrent.dll", - "ref/dotnet5.2/System.Collections.Concurrent.xml", - "ref/dotnet5.2/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet5.2/zh-hant/System.Collections.Concurrent.xml", - "ref/dotnet5.4/de/System.Collections.Concurrent.xml", - "ref/dotnet5.4/es/System.Collections.Concurrent.xml", - "ref/dotnet5.4/fr/System.Collections.Concurrent.xml", - "ref/dotnet5.4/it/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ja/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ko/System.Collections.Concurrent.xml", - "ref/dotnet5.4/ru/System.Collections.Concurrent.xml", - "ref/dotnet5.4/System.Collections.Concurrent.dll", - "ref/dotnet5.4/System.Collections.Concurrent.xml", - "ref/dotnet5.4/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet5.4/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.12-rc3-23819.nupkg.sha512", - "System.Collections.Concurrent.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Collections.Immutable/1.1.37": { - "type": "package", - "serviceable": true, - "sha512": "fTpqwZYBzoklTT+XjTRK8KxvmrGkYHzBiylCcKyQcxiOM8k+QvhNBxRvFHDWzy4OEP5f8/9n+xQ9mEgEXY+muA==", - "files": [ - "lib/dotnet/System.Collections.Immutable.dll", - "lib/dotnet/System.Collections.Immutable.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "System.Collections.Immutable.1.1.37.nupkg", - "System.Collections.Immutable.1.1.37.nupkg.sha512", - "System.Collections.Immutable.nuspec" - ] - }, - "System.Collections.Immutable/1.2.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "VExDk8mfXWNR7u5JodtPLON1G3cGKM9sS2aUs4rP26wsJ3CtAU64V6kUlDn5UAnqnRbI+6K65jBoK3AaxTV9XQ==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.1/System.Collections.Immutable.dll", - "lib/dotnet5.1/System.Collections.Immutable.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Collections.Immutable.xml", - "System.Collections.Immutable.1.2.0-rc3-23819.nupkg", - "System.Collections.Immutable.1.2.0-rc3-23819.nupkg.sha512", - "System.Collections.Immutable.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Collections.NonGeneric/4.0.1-rc3-23819": { - "type": "package", - "sha512": "IMu5T00duTX+FG8sBOW510F3LE3/Ttqd0EkssfS+Kuc2UFl7QEpY1IGgNKTETz4xVAyubZDjeKeYbsDLHNNyrA==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Collections.NonGeneric.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/es/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/fr/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/it/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/ja/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/ko/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/ru/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/System.Collections.NonGeneric.dll", - "ref/dotnet5.4/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/zh-hans/System.Collections.NonGeneric.xml", - "ref/dotnet5.4/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.1-rc3-23819.nupkg.sha512", - "System.Collections.NonGeneric.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Console/4.0.0-rc3-23819": { - "type": "package", - "sha512": "XeL8wsfbp7n220ZxsisiGk2n/11gkm3aMPloZDkYnyde0GeY8JJLW+24XYAcWwhd42jAve/0aTBLJV8iOITEzw==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Console.xml", - "ref/dotnet5.4/es/System.Console.xml", - "ref/dotnet5.4/fr/System.Console.xml", - "ref/dotnet5.4/it/System.Console.xml", - "ref/dotnet5.4/ja/System.Console.xml", - "ref/dotnet5.4/ko/System.Console.xml", - "ref/dotnet5.4/ru/System.Console.xml", - "ref/dotnet5.4/System.Console.dll", - "ref/dotnet5.4/System.Console.xml", - "ref/dotnet5.4/zh-hans/System.Console.xml", - "ref/dotnet5.4/zh-hant/System.Console.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Console.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Console.4.0.0-rc3-23819.nupkg.sha512", - "System.Console.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Diagnostics.Debug/4.0.11-rc3-23819": { - "type": "package", - "sha512": "c0TQFcY/THbY4dt3Yipv3TTyzhydX5zEiX7RMTNFqIpBC8w4TLdDAAslzP5d2jxtMYrDA3TUNgs6tnonJkp+DA==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/es/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/fr/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/it/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ja/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ko/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/ru/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/System.Diagnostics.Debug.dll", - "ref/dotnet5.1/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/de/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/es/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/fr/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/it/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ja/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ko/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/ru/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/System.Diagnostics.Debug.dll", - "ref/dotnet5.4/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet5.4/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Diagnostics.Debug.xml", - "ref/netcore50/es/System.Diagnostics.Debug.xml", - "ref/netcore50/fr/System.Diagnostics.Debug.xml", - "ref/netcore50/it/System.Diagnostics.Debug.xml", - "ref/netcore50/ja/System.Diagnostics.Debug.xml", - "ref/netcore50/ko/System.Diagnostics.Debug.xml", - "ref/netcore50/ru/System.Diagnostics.Debug.xml", - "ref/netcore50/System.Diagnostics.Debug.dll", - "ref/netcore50/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Debug.4.0.11-rc3-23819.nupkg.sha512", - "System.Diagnostics.Debug.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Diagnostics.DiagnosticSource/4.0.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "n0qOtnFrGePqHv7F9coawfq15VEM4jjU5kaxlXoT1EoNqvoAwnMeywtoXssK5fXf5hx862Cm8RLR7ycCzZr8cA==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.dll", - "lib/dotnet5.2/System.Diagnostics.DiagnosticSource.xml", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.dll", - "lib/portable-net45+win8+wpa81/System.Diagnostics.DiagnosticSource.xml", - "System.Diagnostics.DiagnosticSource.4.0.0-rc3-23819.nupkg", - "System.Diagnostics.DiagnosticSource.4.0.0-rc3-23819.nupkg.sha512", - "System.Diagnostics.DiagnosticSource.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Diagnostics.Tools/4.0.1-rc3-23819": { - "type": "package", - "sha512": "L5+KiD1oZlIXaqpYJN8ZfkHsPGYSaeGqtdbjGmc8BuGyv+0Lh7Bc6ydSNffZ3fTY3ZDq/PoKv9L3/CQX3Ky09w==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/es/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/fr/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/it/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/ja/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/ko/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/ru/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/System.Diagnostics.Tools.dll", - "ref/dotnet5.1/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/zh-hans/System.Diagnostics.Tools.xml", - "ref/dotnet5.1/zh-hant/System.Diagnostics.Tools.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Diagnostics.Tools.xml", - "ref/netcore50/es/System.Diagnostics.Tools.xml", - "ref/netcore50/fr/System.Diagnostics.Tools.xml", - "ref/netcore50/it/System.Diagnostics.Tools.xml", - "ref/netcore50/ja/System.Diagnostics.Tools.xml", - "ref/netcore50/ko/System.Diagnostics.Tools.xml", - "ref/netcore50/ru/System.Diagnostics.Tools.xml", - "ref/netcore50/System.Diagnostics.Tools.dll", - "ref/netcore50/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tools.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tools.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Tools.4.0.1-rc3-23819.nupkg.sha512", - "System.Diagnostics.Tools.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Diagnostics.Tracing/4.1.0-rc3-23819": { - "type": "package", - "sha512": "aLEvZU77rHtqnxKBFzt6WHNTpABs4jibK6n8kaLTWh9V9USBXcaU8zK4Z96t8Wj76U5Vp/WqWAOf9n1Z1Cq25w==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net462/System.Diagnostics.Tracing.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/System.Diagnostics.Tracing.dll", - "ref/dotnet5.2/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.2/zh-hant/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/System.Diagnostics.Tracing.dll", - "ref/dotnet5.3/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.3/zh-hant/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/System.Diagnostics.Tracing.dll", - "ref/dotnet5.4/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.4/zh-hant/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/de/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/es/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/it/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/System.Diagnostics.Tracing.dll", - "ref/dotnet5.6/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet5.6/zh-hant/System.Diagnostics.Tracing.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Diagnostics.Tracing.dll", - "ref/netcore50/de/System.Diagnostics.Tracing.xml", - "ref/netcore50/es/System.Diagnostics.Tracing.xml", - "ref/netcore50/fr/System.Diagnostics.Tracing.xml", - "ref/netcore50/it/System.Diagnostics.Tracing.xml", - "ref/netcore50/ja/System.Diagnostics.Tracing.xml", - "ref/netcore50/ko/System.Diagnostics.Tracing.xml", - "ref/netcore50/ru/System.Diagnostics.Tracing.xml", - "ref/netcore50/System.Diagnostics.Tracing.dll", - "ref/netcore50/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hans/System.Diagnostics.Tracing.xml", - "ref/netcore50/zh-hant/System.Diagnostics.Tracing.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Tracing.4.1.0-rc3-23819.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Dynamic.Runtime/4.0.11-rc2-23616": { - "type": "package", - "serviceable": true, - "sha512": "dbBSwGKkDpBsXb8k4zxXj5Gdwux+VlVzLDtAFXQMRPMcymK8X6gKaoXA9FHp88wIHFlJwWZHmMp7z93K4Yq3YQ==", - "files": [ - "lib/DNXCore50/System.Dynamic.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Dynamic.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/es/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/fr/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/it/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/ja/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/ko/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/ru/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/System.Dynamic.Runtime.dll", - "ref/dotnet5.1/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/zh-hans/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/zh-hant/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/de/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/es/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/fr/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/it/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/ja/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/ko/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/ru/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/System.Dynamic.Runtime.dll", - "ref/dotnet5.4/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/zh-hans/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/zh-hant/System.Dynamic.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Dynamic.Runtime.xml", - "ref/netcore50/es/System.Dynamic.Runtime.xml", - "ref/netcore50/fr/System.Dynamic.Runtime.xml", - "ref/netcore50/it/System.Dynamic.Runtime.xml", - "ref/netcore50/ja/System.Dynamic.Runtime.xml", - "ref/netcore50/ko/System.Dynamic.Runtime.xml", - "ref/netcore50/ru/System.Dynamic.Runtime.xml", - "ref/netcore50/System.Dynamic.Runtime.dll", - "ref/netcore50/System.Dynamic.Runtime.xml", - "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", - "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", - "System.Dynamic.Runtime.4.0.11-rc2-23616.nupkg", - "System.Dynamic.Runtime.4.0.11-rc2-23616.nupkg.sha512", - "System.Dynamic.Runtime.nuspec" - ] - }, - "System.Dynamic.Runtime/4.0.11-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "sx3G55E5YsHg3lZmGg7YbBXGEb0xKqnzGGK7CU1D0HmUincAEdNgrnD26vzTVkcWh+07zrcYW1Pqj0Hd7+qAQQ==", - "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Dynamic.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Dynamic.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/es/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/fr/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/it/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/ja/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/ko/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/ru/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/System.Dynamic.Runtime.dll", - "ref/dotnet5.1/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/zh-hans/System.Dynamic.Runtime.xml", - "ref/dotnet5.1/zh-hant/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/de/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/es/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/fr/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/it/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/ja/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/ko/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/ru/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/System.Dynamic.Runtime.dll", - "ref/dotnet5.4/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/zh-hans/System.Dynamic.Runtime.xml", - "ref/dotnet5.4/zh-hant/System.Dynamic.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Dynamic.Runtime.xml", - "ref/netcore50/es/System.Dynamic.Runtime.xml", - "ref/netcore50/fr/System.Dynamic.Runtime.xml", - "ref/netcore50/it/System.Dynamic.Runtime.xml", - "ref/netcore50/ja/System.Dynamic.Runtime.xml", - "ref/netcore50/ko/System.Dynamic.Runtime.xml", - "ref/netcore50/ru/System.Dynamic.Runtime.xml", - "ref/netcore50/System.Dynamic.Runtime.dll", - "ref/netcore50/System.Dynamic.Runtime.xml", - "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", - "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Dynamic.Runtime.dll", - "System.Dynamic.Runtime.4.0.11-rc3-23819.nupkg", - "System.Dynamic.Runtime.4.0.11-rc3-23819.nupkg.sha512", - "System.Dynamic.Runtime.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Globalization/4.0.11-rc3-23819": { - "type": "package", - "sha512": "jHVxkQy7wZm/HqM0lk8Lyul29KMiaOg5M9TVn+75WodJ4l8ohrKb7QCF53lu3Mfjk0+e0FmQN9ZEbUYTqQ/9ZQ==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Globalization.xml", - "ref/dotnet5.1/es/System.Globalization.xml", - "ref/dotnet5.1/fr/System.Globalization.xml", - "ref/dotnet5.1/it/System.Globalization.xml", - "ref/dotnet5.1/ja/System.Globalization.xml", - "ref/dotnet5.1/ko/System.Globalization.xml", - "ref/dotnet5.1/ru/System.Globalization.xml", - "ref/dotnet5.1/System.Globalization.dll", - "ref/dotnet5.1/System.Globalization.xml", - "ref/dotnet5.1/zh-hans/System.Globalization.xml", - "ref/dotnet5.1/zh-hant/System.Globalization.xml", - "ref/dotnet5.4/de/System.Globalization.xml", - "ref/dotnet5.4/es/System.Globalization.xml", - "ref/dotnet5.4/fr/System.Globalization.xml", - "ref/dotnet5.4/it/System.Globalization.xml", - "ref/dotnet5.4/ja/System.Globalization.xml", - "ref/dotnet5.4/ko/System.Globalization.xml", - "ref/dotnet5.4/ru/System.Globalization.xml", - "ref/dotnet5.4/System.Globalization.dll", - "ref/dotnet5.4/System.Globalization.xml", - "ref/dotnet5.4/zh-hans/System.Globalization.xml", - "ref/dotnet5.4/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/_._", - "runtime.json", - "System.Globalization.4.0.11-rc3-23819.nupkg.sha512", - "System.Globalization.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Globalization.Calendars/4.0.1-rc3-23819": { - "type": "package", - "sha512": "yqgIjMjGRKBuP2gVgwxUDbsFbLEXJWuETqP3DjYy3hFnPGiooimCxQy0KXfMXyw/ZVNpqLDyU4JPGvpUwV5SVA==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Globalization.Calendars.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Globalization.Calendars.xml", - "ref/dotnet5.4/es/System.Globalization.Calendars.xml", - "ref/dotnet5.4/fr/System.Globalization.Calendars.xml", - "ref/dotnet5.4/it/System.Globalization.Calendars.xml", - "ref/dotnet5.4/ja/System.Globalization.Calendars.xml", - "ref/dotnet5.4/ko/System.Globalization.Calendars.xml", - "ref/dotnet5.4/ru/System.Globalization.Calendars.xml", - "ref/dotnet5.4/System.Globalization.Calendars.dll", - "ref/dotnet5.4/System.Globalization.Calendars.xml", - "ref/dotnet5.4/zh-hans/System.Globalization.Calendars.xml", - "ref/dotnet5.4/zh-hant/System.Globalization.Calendars.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Globalization.Calendars.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Globalization.Calendars.4.0.1-rc3-23819.nupkg.sha512", - "System.Globalization.Calendars.nuspec", - "ThirdPartyNotices.txt" - ] + } + } + }, + "libraries": { + "UnitTestingSamplesCore/1.0.0": { + "type": "project", + "path": "../UnitTestingSamplesCore/project.json" }, - "System.IO/4.1.0-rc3-23819": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", - "sha512": "QDXo2Y7Eir7HopywSXqjlb+fFPcQ8OqFxWqR+5PIBURUi81c1iFWYQsZnksFyVaad94umwSN5VHuv9VdshFV6w==", + "serviceable": true, + "sha512": "fb+HO3nIjHao9lqsVVM0ne3GM/+1EfRQUoM58cxEOt+5biy/8DQ1nxIahZ9VaJKw7Wgb6XhRhsdwg8DkePEOJA==", "files": [ - "dotnet_library_license.txt", + "lib/dotnet5.4/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net46/System.IO.dll", + "lib/netcore50/Microsoft.CSharp.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.IO.xml", - "ref/dotnet5.1/es/System.IO.xml", - "ref/dotnet5.1/fr/System.IO.xml", - "ref/dotnet5.1/it/System.IO.xml", - "ref/dotnet5.1/ja/System.IO.xml", - "ref/dotnet5.1/ko/System.IO.xml", - "ref/dotnet5.1/ru/System.IO.xml", - "ref/dotnet5.1/System.IO.dll", - "ref/dotnet5.1/System.IO.xml", - "ref/dotnet5.1/zh-hans/System.IO.xml", - "ref/dotnet5.1/zh-hant/System.IO.xml", - "ref/dotnet5.4/de/System.IO.xml", - "ref/dotnet5.4/es/System.IO.xml", - "ref/dotnet5.4/fr/System.IO.xml", - "ref/dotnet5.4/it/System.IO.xml", - "ref/dotnet5.4/ja/System.IO.xml", - "ref/dotnet5.4/ko/System.IO.xml", - "ref/dotnet5.4/ru/System.IO.xml", - "ref/dotnet5.4/System.IO.dll", - "ref/dotnet5.4/System.IO.xml", - "ref/dotnet5.4/zh-hans/System.IO.xml", - "ref/dotnet5.4/zh-hant/System.IO.xml", + "Microsoft.CSharp.4.0.1-beta-23516.nupkg", + "Microsoft.CSharp.4.0.1-beta-23516.nupkg.sha512", + "Microsoft.CSharp.nuspec", + "ref/dotnet5.1/de/Microsoft.CSharp.xml", + "ref/dotnet5.1/es/Microsoft.CSharp.xml", + "ref/dotnet5.1/fr/Microsoft.CSharp.xml", + "ref/dotnet5.1/it/Microsoft.CSharp.xml", + "ref/dotnet5.1/ja/Microsoft.CSharp.xml", + "ref/dotnet5.1/ko/Microsoft.CSharp.xml", + "ref/dotnet5.1/Microsoft.CSharp.dll", + "ref/dotnet5.1/Microsoft.CSharp.xml", + "ref/dotnet5.1/ru/Microsoft.CSharp.xml", + "ref/dotnet5.1/zh-hans/Microsoft.CSharp.xml", + "ref/dotnet5.1/zh-hant/Microsoft.CSharp.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net46/System.IO.dll", - "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/netcore50/de/Microsoft.CSharp.xml", + "ref/netcore50/es/Microsoft.CSharp.xml", + "ref/netcore50/fr/Microsoft.CSharp.xml", + "ref/netcore50/it/Microsoft.CSharp.xml", + "ref/netcore50/ja/Microsoft.CSharp.xml", + "ref/netcore50/ko/Microsoft.CSharp.xml", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/netcore50/Microsoft.CSharp.xml", + "ref/netcore50/ru/Microsoft.CSharp.xml", + "ref/netcore50/zh-hans/Microsoft.CSharp.xml", + "ref/netcore50/zh-hant/Microsoft.CSharp.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.IO.4.1.0-rc3-23819.nupkg.sha512", - "System.IO.nuspec", - "ThirdPartyNotices.txt" + "ref/xamarinmac20/_._" ] }, - "System.IO.Compression/4.0.0": { + "Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "sha512": "kg3kR7H12Bs46TiuF7YT8A3SNXehhBcwsArIMQIH2ecXGkg5MPWDl2OR6bnQu6k0OMu9QUiv1oiwC9yU7rHWfw==", "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" + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Dnx.Compilation.Abstractions.xml", + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.dll", + "lib/net451/Microsoft.Dnx.Compilation.Abstractions.xml", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Dnx.Compilation.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Dnx.Compilation.Abstractions.nuspec" ] }, - "System.IO.Compression.clrcompression-x64/4.0.0-beta-23109": { + "Microsoft.Dnx.TestHost/1.0.0-rc1-final": { "type": "package", - "sha512": "1Stn+qndkQzL+Ej31ZTbYp0vShkyWelnQZBA9e0+sN/or0js5WiD0b8PXeyf6O7O/5JmFkZTFYYmiF0qotkexQ==", + "serviceable": true, + "sha512": "f5lDXCh4tLXXWHcuNpiyQLiOuV8HB+UjWeL70hrHyaBcssA6Oxa7KB3R/arddVwXuaXeBuGm+HVheuyhQCYGig==", "files": [ - "runtimes/win10-x64/native/ClrCompression.dll", - "runtimes/win7-x64/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x64.4.0.0-beta-23109.nupkg", - "System.IO.Compression.clrcompression-x64.4.0.0-beta-23109.nupkg.sha512", - "System.IO.Compression.clrcompression-x64.nuspec" + "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-rc1-final.nupkg", + "Microsoft.Dnx.TestHost.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Dnx.TestHost.nuspec" ] }, - "System.IO.Compression.clrcompression-x86/4.0.0-beta-23109": { + "Microsoft.Dnx.Testing.Abstractions/1.0.0-rc1-final": { "type": "package", - "sha512": "qlNN1b/+L1u29uOdk/OsQ0SHcS82jORlVOuqXDLv0fZa3aeiakrqI8mkx+hLm+0Z9WtrLXz5aMdfDjGM1LUmuw==", + "serviceable": true, + "sha512": "AKeTdr5IdJQaXWw5jMyFOmmWicXt6V6WNQ7l67yBpSLsrJwYjtPg++XMmDGZVTd2CHcjzgMwz3iQfhCtMR76NQ==", "files": [ - "runtimes/win10-x86/native/ClrCompression.dll", - "runtimes/win7-x86/native/clrcompression.dll", - "System.IO.Compression.clrcompression-x86.4.0.0-beta-23109.nupkg", - "System.IO.Compression.clrcompression-x86.4.0.0-beta-23109.nupkg.sha512", - "System.IO.Compression.clrcompression-x86.nuspec" + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Dnx.Testing.Abstractions.xml", + "lib/net451/Microsoft.Dnx.Testing.Abstractions.dll", + "lib/net451/Microsoft.Dnx.Testing.Abstractions.xml", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Dnx.Testing.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Dnx.Testing.Abstractions.nuspec" ] }, - "System.IO.FileSystem/4.0.1-rc3-23819": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", - "sha512": "UkYHUC/i5hAgbndxrX0UIAeUNuM8LxS/pnoG81/LHIO5TSp+IUInyI/ibkdzPMnNAMZAY37NKgcR+7CXNInHsw==", + "serviceable": true, + "sha512": "MUKexXAsRZ55C7YZ26ShePZgBeW+6FbasxeIVmZ/BZIgiG4uw6yPOdfl9WvTaUL9SFK2sEPcYLatWmLfTpsOAA==", "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.IO.FileSystem.xml", - "ref/dotnet5.4/es/System.IO.FileSystem.xml", - "ref/dotnet5.4/fr/System.IO.FileSystem.xml", - "ref/dotnet5.4/it/System.IO.FileSystem.xml", - "ref/dotnet5.4/ja/System.IO.FileSystem.xml", - "ref/dotnet5.4/ko/System.IO.FileSystem.xml", - "ref/dotnet5.4/ru/System.IO.FileSystem.xml", - "ref/dotnet5.4/System.IO.FileSystem.dll", - "ref/dotnet5.4/System.IO.FileSystem.xml", - "ref/dotnet5.4/zh-hans/System.IO.FileSystem.xml", - "ref/dotnet5.4/zh-hant/System.IO.FileSystem.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.IO.FileSystem.4.0.1-rc3-23819.nupkg.sha512", - "System.IO.FileSystem.nuspec", - "ThirdPartyNotices.txt" + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Extensions.Logging/1.0.0-rc1-final": { + "type": "package", + "serviceable": true, + "sha512": "anegHH4XHjaCmC557A0uvnJzprT44MOKr669yfiQLtITA+lQrM3aMijxjjdCREnxE8ftXuSz+6wViCvkgcAOhA==", + "files": [ + "lib/dotnet5.4/Microsoft.Extensions.Logging.dll", + "lib/dotnet5.4/Microsoft.Extensions.Logging.xml", + "lib/net451/Microsoft.Extensions.Logging.dll", + "lib/net451/Microsoft.Extensions.Logging.xml", + "lib/netcore50/Microsoft.Extensions.Logging.dll", + "lib/netcore50/Microsoft.Extensions.Logging.xml", + "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.Logging.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.Logging.nuspec" + ] + }, + "Microsoft.Extensions.Logging.Abstractions/1.0.0-rc1-final": { + "type": "package", + "serviceable": true, + "sha512": "ejGO1JhPXMsCCSyH12xwkOYsb9oBv2gHc3LLaT2jevrD//xuQizWaxpVk0/rHGdORkWdp+kT2Qmuz/sLyNWW/g==", + "files": [ + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/dotnet5.4/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/net451/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/net451/Microsoft.Extensions.Logging.Abstractions.xml", + "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.Logging.Abstractions.xml", + "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.Logging.Abstractions.nuspec" + ] + }, + "Microsoft.Extensions.PlatformAbstractions/1.0.0-rc1-final": { + "type": "package", + "serviceable": true, + "sha512": "26HS4c6MBisN+D7XUr8HObOI/JJvSJQYQR//Bfw/hi9UqhqK3lFpNKjOuYHI+gTxYdXT46HqZiz4D+k7d+ob3A==", + "files": [ + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.dll", + "lib/dotnet5.4/Microsoft.Extensions.PlatformAbstractions.xml", + "lib/net451/Microsoft.Extensions.PlatformAbstractions.dll", + "lib/net451/Microsoft.Extensions.PlatformAbstractions.xml", + "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.PlatformAbstractions.1.0.0-rc1-final.nupkg.sha512", + "Microsoft.Extensions.PlatformAbstractions.nuspec" ] }, - "System.IO.FileSystem.Primitives/4.0.1-rc3-23819": { + "Microsoft.Win32.Primitives/4.0.0": { "type": "package", - "sha512": "wiwSf4o4rrB14XR9k5oAITd807n5s9+KI978e1UNvea0iqW9JA3nG81L5gBiY9I0+plr9ialEJ/fl8s6rMpkMA==", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.IO.FileSystem.Primitives.dll", + "lib/dotnet/Microsoft.Win32.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/net46/Microsoft.Win32.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/es/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/fr/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/it/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/ja/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/ko/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/ru/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/System.IO.FileSystem.Primitives.dll", - "ref/dotnet5.4/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/dotnet5.4/zh-hant/System.IO.FileSystem.Primitives.xml", + "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/System.IO.FileSystem.Primitives.dll", + "ref/net46/Microsoft.Win32.Primitives.dll", "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.4.0.1-rc3-23819.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec", - "ThirdPartyNotices.txt" + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Win32.Registry/4.0.0-beta-23516": { + "type": "package", + "serviceable": true, + "sha512": "z54NYVj7y4jGC2EWn5QLqaokMOws5NAjZYbEgUDNCtJE5gkpRR1JnDWU1Kjuvu3mmro2K9/C1TposmHB8cAtmg==", + "files": [ + "lib/DNXCore50/Microsoft.Win32.Registry.dll", + "lib/net46/Microsoft.Win32.Registry.dll", + "Microsoft.Win32.Registry.4.0.0-beta-23516.nupkg", + "Microsoft.Win32.Registry.4.0.0-beta-23516.nupkg.sha512", + "Microsoft.Win32.Registry.nuspec", + "ref/dotnet5.2/de/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/es/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/fr/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/it/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/ja/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/ko/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/Microsoft.Win32.Registry.dll", + "ref/dotnet5.2/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/ru/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/zh-hans/Microsoft.Win32.Registry.xml", + "ref/dotnet5.2/zh-hant/Microsoft.Win32.Registry.xml", + "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" ] }, - "System.Linq/4.1.0-rc3-23819": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", - "sha512": "I6MmN9v47ZPUvtsPo+sH+cUfTVSO8wAbwePWgyBXShBgdECTKt34MM9OL2dldPYAITECb2DCFaeVXpxMi9ISeg==", + "serviceable": true, + "sha512": "4sPxQCjllMJ1uZNlwz/EataPyHSH+AqSDlOIPPqcy/88R2B+abfhPPC78rd7gvHp8KmMX4qbJF6lcCeDIQpmVg==", "files": [ - "dotnet_library_license.txt", - "lib/dnxcore50/System.Linq.dll", - "lib/dotnet5.6/System.Linq.dll", + "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net462/System.Linq.dll", - "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.Expressions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Linq.xml", - "ref/dotnet5.1/es/System.Linq.xml", - "ref/dotnet5.1/fr/System.Linq.xml", - "ref/dotnet5.1/it/System.Linq.xml", - "ref/dotnet5.1/ja/System.Linq.xml", - "ref/dotnet5.1/ko/System.Linq.xml", - "ref/dotnet5.1/ru/System.Linq.xml", - "ref/dotnet5.1/System.Linq.dll", - "ref/dotnet5.1/System.Linq.xml", - "ref/dotnet5.1/zh-hans/System.Linq.xml", - "ref/dotnet5.1/zh-hant/System.Linq.xml", - "ref/dotnet5.6/de/System.Linq.xml", - "ref/dotnet5.6/es/System.Linq.xml", - "ref/dotnet5.6/fr/System.Linq.xml", - "ref/dotnet5.6/it/System.Linq.xml", - "ref/dotnet5.6/ja/System.Linq.xml", - "ref/dotnet5.6/ko/System.Linq.xml", - "ref/dotnet5.6/ru/System.Linq.xml", - "ref/dotnet5.6/System.Linq.dll", - "ref/dotnet5.6/System.Linq.xml", - "ref/dotnet5.6/zh-hans/System.Linq.xml", - "ref/dotnet5.6/zh-hant/System.Linq.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/net462/System.Linq.dll", - "ref/netcore50/de/System.Linq.xml", - "ref/netcore50/es/System.Linq.xml", - "ref/netcore50/fr/System.Linq.xml", - "ref/netcore50/it/System.Linq.xml", - "ref/netcore50/ja/System.Linq.xml", - "ref/netcore50/ko/System.Linq.xml", - "ref/netcore50/ru/System.Linq.xml", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/netcore50/zh-hans/System.Linq.xml", - "ref/netcore50/zh-hant/System.Linq.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Linq.4.1.0-rc3-23819.nupkg.sha512", - "System.Linq.nuspec", - "ThirdPartyNotices.txt" + "ref/dotnet/_._", + "runtime.any.System.Linq.Expressions.4.0.11-beta-23516.nupkg", + "runtime.any.System.Linq.Expressions.4.0.11-beta-23516.nupkg.sha512", + "runtime.any.System.Linq.Expressions.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23516": { + "type": "package", + "serviceable": true, + "sha512": "pfQrTtnYcWOtI3RrpqjAzwT3I55ivTVZFpbKYG59dYTTvaLFGbs2njc/mrXHij6GylyJ2YjekS/9r6I8X3LV1A==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23516.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Console.dll", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { + "type": "package", + "serviceable": true, + "sha512": "TxSgeP23B6bPfE0QFX8u4/1p1jP6Ugn993npTRf3e9F3y61BIQeCkt5Im0gGdjz0dxioHkuTr+C2m4ELsMos8Q==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23516.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23516.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.nuspec", + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll", + "runtimes/win7/lib/netcore50/System.Diagnostics.Debug.dll", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Debug.dll" ] }, - "System.Linq.Expressions/4.0.10": { + "runtime.win7.System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "qhFkPqRsTfXBaacjQhxwwwUoU7TEtwlBIULj7nG7i4qAkvivil31VvOvDKppCSui5yGw0/325ZeNaMYRvTotXw==", + "sha512": "qCCXX+OG6430kLtN/wyjeLTTiJvOIKB2G+qBvhSqVLWe5ZTiEiSnweKUzdi7raXL0te0WfPE5tf8FuKcEKPnIA==", "files": [ - "lib/DNXCore50/System.Linq.Expressions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Linq.Expressions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Linq.Expressions.xml", - "ref/dotnet/es/System.Linq.Expressions.xml", - "ref/dotnet/fr/System.Linq.Expressions.xml", - "ref/dotnet/it/System.Linq.Expressions.xml", - "ref/dotnet/ja/System.Linq.Expressions.xml", - "ref/dotnet/ko/System.Linq.Expressions.xml", - "ref/dotnet/ru/System.Linq.Expressions.xml", - "ref/dotnet/System.Linq.Expressions.dll", - "ref/dotnet/System.Linq.Expressions.xml", - "ref/dotnet/zh-hans/System.Linq.Expressions.xml", - "ref/dotnet/zh-hant/System.Linq.Expressions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "System.Linq.Expressions.4.0.10.nupkg", - "System.Linq.Expressions.4.0.10.nupkg.sha512", - "System.Linq.Expressions.nuspec" + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23516.nupkg", + "runtime.win7.System.Diagnostics.Process.4.1.0-beta-23516.nupkg.sha512", + "runtime.win7.System.Diagnostics.Process.nuspec", + "runtimes/win7/lib/dotnet5.5/System.Diagnostics.Process.dll", + "runtimes/win7/lib/net/_._", + "runtimes/win7/lib/netcore50/_._", + "runtimes/win7/lib/win8/_._", + "runtimes/win7/lib/wp8/_._", + "runtimes/win7/lib/wpa81/_._" ] }, - "System.Linq.Expressions/4.0.11-rc3-23819": { + "runtime.win7.System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", - "sha512": "F0VAxdrMoyBXaDGocYk0gR6VCeVClJ99myrsAruSVYFvyfrSX/wNT35cGGgeuZXuaU1vfHJ3L+F10CLi/HuJ0w==", + "serviceable": true, + "sha512": "hpD0T6zOEU/1qUSPitKSgIdsL4tZlZz7CUCu6PP7BYf8CM3vPkSEzN38kX6PnH8F6kvOqxEwzPYhZCK3PJkh/Q==", "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Linq.Expressions.xml", - "ref/dotnet5.1/es/System.Linq.Expressions.xml", - "ref/dotnet5.1/fr/System.Linq.Expressions.xml", - "ref/dotnet5.1/it/System.Linq.Expressions.xml", - "ref/dotnet5.1/ja/System.Linq.Expressions.xml", - "ref/dotnet5.1/ko/System.Linq.Expressions.xml", - "ref/dotnet5.1/ru/System.Linq.Expressions.xml", - "ref/dotnet5.1/System.Linq.Expressions.dll", - "ref/dotnet5.1/System.Linq.Expressions.xml", - "ref/dotnet5.1/zh-hans/System.Linq.Expressions.xml", - "ref/dotnet5.1/zh-hant/System.Linq.Expressions.xml", - "ref/dotnet5.4/de/System.Linq.Expressions.xml", - "ref/dotnet5.4/es/System.Linq.Expressions.xml", - "ref/dotnet5.4/fr/System.Linq.Expressions.xml", - "ref/dotnet5.4/it/System.Linq.Expressions.xml", - "ref/dotnet5.4/ja/System.Linq.Expressions.xml", - "ref/dotnet5.4/ko/System.Linq.Expressions.xml", - "ref/dotnet5.4/ru/System.Linq.Expressions.xml", - "ref/dotnet5.4/System.Linq.Expressions.dll", - "ref/dotnet5.4/System.Linq.Expressions.xml", - "ref/dotnet5.4/zh-hans/System.Linq.Expressions.xml", - "ref/dotnet5.4/zh-hant/System.Linq.Expressions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Linq.Expressions.xml", - "ref/netcore50/es/System.Linq.Expressions.xml", - "ref/netcore50/fr/System.Linq.Expressions.xml", - "ref/netcore50/it/System.Linq.Expressions.xml", - "ref/netcore50/ja/System.Linq.Expressions.xml", - "ref/netcore50/ko/System.Linq.Expressions.xml", - "ref/netcore50/ru/System.Linq.Expressions.xml", - "ref/netcore50/System.Linq.Expressions.dll", - "ref/netcore50/System.Linq.Expressions.xml", - "ref/netcore50/zh-hans/System.Linq.Expressions.xml", - "ref/netcore50/zh-hant/System.Linq.Expressions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Linq.Expressions.4.0.11-rc3-23819.nupkg.sha512", - "System.Linq.Expressions.nuspec", - "ThirdPartyNotices.txt" + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg.sha512", + "runtime.win7.System.Diagnostics.TraceSource.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Diagnostics.TraceSource.dll", + "runtimes/win7/lib/net/_._", + "runtimes/win7/lib/netcore50/_._", + "runtimes/win7/lib/win8/_._", + "runtimes/win7/lib/wp8/_._", + "runtimes/win7/lib/wpa81/_._" ] }, - "System.Linq.Queryable/4.0.0": { + "runtime.win7.System.IO.FileSystem/4.0.1-beta-23516": { "type": "package", - "sha512": "DIlvCNn3ucFvwMMzXcag4aFnFJ1fdxkQ5NqwJe9Nh7y8ozzhDm07YakQL/yoF3P1dLzY1T2cTpuwbAmVSdXyBA==", + "serviceable": true, + "sha512": "UOHEVg3jQwsvy3b+8zhDk7BQ9GhHY1KcjHSuqArzIl7oemcM/+D7OfS5iOA96ydjEv9FmIKV3knkXMge+cUD0Q==", "files": [ - "lib/dotnet/System.Linq.Queryable.dll", - "lib/net45/_._", - "lib/netcore50/System.Linq.Queryable.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Linq.Queryable.xml", - "ref/dotnet/es/System.Linq.Queryable.xml", - "ref/dotnet/fr/System.Linq.Queryable.xml", - "ref/dotnet/it/System.Linq.Queryable.xml", - "ref/dotnet/ja/System.Linq.Queryable.xml", - "ref/dotnet/ko/System.Linq.Queryable.xml", - "ref/dotnet/ru/System.Linq.Queryable.xml", - "ref/dotnet/System.Linq.Queryable.dll", - "ref/dotnet/System.Linq.Queryable.xml", - "ref/dotnet/zh-hans/System.Linq.Queryable.xml", - "ref/dotnet/zh-hant/System.Linq.Queryable.xml", - "ref/net45/_._", - "ref/netcore50/System.Linq.Queryable.dll", - "ref/netcore50/System.Linq.Queryable.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.Queryable.4.0.0.nupkg.sha512", - "System.Linq.Queryable.nuspec" + "ref/dotnet/_._", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23516.nupkg", + "runtime.win7.System.IO.FileSystem.4.0.1-beta-23516.nupkg.sha512", + "runtime.win7.System.IO.FileSystem.nuspec", + "runtimes/win7/lib/dotnet5.4/System.IO.FileSystem.dll", + "runtimes/win7/lib/net/_._", + "runtimes/win7/lib/netcore50/System.IO.FileSystem.dll", + "runtimes/win7/lib/win8/_._", + "runtimes/win7/lib/wp8/_._", + "runtimes/win7/lib/wpa81/_._" ] }, - "System.Linq.Queryable/4.0.1-rc3-23819": { + "runtime.win7.System.Net.Primitives/4.0.11-beta-23516": { "type": "package", - "sha512": "TVAGhsXehs3lmueaxocSO1LGo9VoXZm4GKexq5+hgvUEWUcdWI4EjT3pihXYa6U8+9nFe/KGyWg/Z2KFQMdYXw==", + "serviceable": true, + "sha512": "V4bv5VTaBcy0FekQbKgJKP+c+RJhNxOacpngLGADf9kUqoNkSJLj083d4I0L5iTKMWALlAN/tfzAlRm0VxiDeA==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Linq.Queryable.dll", - "lib/monoandroid1/_._", - "lib/monotouch1/_._", - "lib/net45/_._", - "lib/netcore50/System.Linq.Queryable.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios1/_._", - "lib/xamarinmac2/_._", - "ref/dotnet5.1/de/System.Linq.Queryable.xml", - "ref/dotnet5.1/es/System.Linq.Queryable.xml", - "ref/dotnet5.1/fr/System.Linq.Queryable.xml", - "ref/dotnet5.1/it/System.Linq.Queryable.xml", - "ref/dotnet5.1/ja/System.Linq.Queryable.xml", - "ref/dotnet5.1/ko/System.Linq.Queryable.xml", - "ref/dotnet5.1/ru/System.Linq.Queryable.xml", - "ref/dotnet5.1/System.Linq.Queryable.dll", - "ref/dotnet5.1/System.Linq.Queryable.xml", - "ref/dotnet5.1/zh-hans/System.Linq.Queryable.xml", - "ref/dotnet5.1/zh-hant/System.Linq.Queryable.xml", - "ref/monoandroid1/_._", - "ref/monotouch1/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Linq.Queryable.xml", - "ref/netcore50/es/System.Linq.Queryable.xml", - "ref/netcore50/fr/System.Linq.Queryable.xml", - "ref/netcore50/it/System.Linq.Queryable.xml", - "ref/netcore50/ja/System.Linq.Queryable.xml", - "ref/netcore50/ko/System.Linq.Queryable.xml", - "ref/netcore50/ru/System.Linq.Queryable.xml", - "ref/netcore50/System.Linq.Queryable.dll", - "ref/netcore50/System.Linq.Queryable.xml", - "ref/netcore50/zh-hans/System.Linq.Queryable.xml", - "ref/netcore50/zh-hant/System.Linq.Queryable.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios1/_._", - "ref/xamarinmac2/_._", - "System.Linq.Queryable.4.0.1-rc3-23819.nupkg.sha512", - "System.Linq.Queryable.nuspec", - "ThirdPartyNotices.txt" + "lib/DNXCore50/System.Net.Primitives.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23516.nupkg", + "runtime.win7.System.Net.Primitives.4.0.11-beta-23516.nupkg.sha512", + "runtime.win7.System.Net.Primitives.nuspec", + "runtimes/win7/lib/netcore50/System.Net.Primitives.dll" ] }, - "System.Net.Http/4.0.0": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", + "sha512": "4FbyzvLhWFFv3OrgkPmd3cXoKUb+oB+rp51ke6nMqR+MjN3sWs/w3C0Jbx84UM6zg9a3JiD72ThjgDnet3QS3w==", "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" + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/netcore50/System.Net.Sockets.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23516.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23516.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec", + "runtimes/win7/lib/net/_._" ] }, - "System.Net.Http/4.0.1-rc3-23819": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "xp+d5Yg659+Is5s0LPpj4dFKuDeNIYA3qMuNMEd/zaqf7rYKEogZYL0iUeakeT7L75LJRuOwvjhwlPoYK/odgQ==", + "sha512": "HphDhue34J/4+1rIMtInY1FWK1oLEMpxIpxGeNnhIlQf7hv5QDf05aWEC6180qbgkPBCFwyGnwWRBnONApwbBQ==", "files": [ - "dotnet_library_license.txt", - "lib/net45/_._", - "lib/win8/_._", - "lib/wpa81/_._", - "ref/dotnet5.2/de/System.Net.Http.xml", - "ref/dotnet5.2/es/System.Net.Http.xml", - "ref/dotnet5.2/fr/System.Net.Http.xml", - "ref/dotnet5.2/it/System.Net.Http.xml", - "ref/dotnet5.2/ja/System.Net.Http.xml", - "ref/dotnet5.2/ko/System.Net.Http.xml", - "ref/dotnet5.2/ru/System.Net.Http.xml", - "ref/dotnet5.2/System.Net.Http.dll", - "ref/dotnet5.2/System.Net.Http.xml", - "ref/dotnet5.2/zh-hans/System.Net.Http.xml", - "ref/dotnet5.2/zh-hant/System.Net.Http.xml", - "ref/net45/_._", - "ref/netcore50/de/System.Net.Http.xml", - "ref/netcore50/es/System.Net.Http.xml", - "ref/netcore50/fr/System.Net.Http.xml", - "ref/netcore50/it/System.Net.Http.xml", - "ref/netcore50/ja/System.Net.Http.xml", - "ref/netcore50/ko/System.Net.Http.xml", - "ref/netcore50/ru/System.Net.Http.xml", - "ref/netcore50/System.Net.Http.dll", - "ref/netcore50/System.Net.Http.xml", - "ref/netcore50/zh-hans/System.Net.Http.xml", - "ref/netcore50/zh-hant/System.Net.Http.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "runtime.json", - "System.Net.Http.4.0.1-rc3-23819.nupkg", - "System.Net.Http.4.0.1-rc3-23819.nupkg.sha512", - "System.Net.Http.nuspec", - "ThirdPartyNotices.txt" + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23516.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23516.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-23516": { + "type": "package", + "serviceable": true, + "sha512": "Jm+LAzN7CZl1BZSxz4TsMBNy1rHNqyY/1+jxZf3BpF7vkPlWRXa/vSfY0lZJZdy4Doxa893bmcCf9pZNsJU16Q==", + "files": [ + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/netcore50/System.Runtime.Extensions.dll", + "ref/dotnet/_._", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23516.nupkg", + "runtime.win7.System.Runtime.Extensions.4.0.11-beta-23516.nupkg.sha512", + "runtime.win7.System.Runtime.Extensions.nuspec", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll" + ] + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { + "type": "package", + "serviceable": true, + "sha512": "MRAq2N94D6wKC5UFbUZVWcOz8YpknDj6ttOpF5R3sxBdZJWI6qUngnGdHE2eYAuCerHlLV/0m4WJxoSaQHDNTA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "runtimes/win7/lib/net/_._" ] }, - "System.Net.NameResolution/4.0.0-rc3-23819": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", - "sha512": "cPVB4pWiC1pnphhjgTO4TUO8xEv3wztYi+UTvnMMIh1DbCKh8w/vHribcvrkTHLWwybLRq/i0XDb2+wVTCz6kA==", + "serviceable": true, + "sha512": "paSNXQ5Y6Exu3OpekooyMJFQ8mitn69fGO5Br3XLIfQ1KiMYVmRf+o6dMprC0SpPROVCiCxdUaJx5XkDEVL3uA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23516.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23516.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23516": { + "type": "package", + "serviceable": true, + "sha512": "TDca4OETV0kkXdpkyivMw1/EKKD1Sa/NVAjirw+fA0LZ37jLDYX+KhPPUQxgkvhCe/SVvxETD5Viiudza2k7OQ==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Net.NameResolution.dll", + "lib/net45/_._", + "lib/netcore50/System.Collections.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Net.NameResolution.xml", - "ref/dotnet5.4/es/System.Net.NameResolution.xml", - "ref/dotnet5.4/fr/System.Net.NameResolution.xml", - "ref/dotnet5.4/it/System.Net.NameResolution.xml", - "ref/dotnet5.4/ja/System.Net.NameResolution.xml", - "ref/dotnet5.4/ko/System.Net.NameResolution.xml", - "ref/dotnet5.4/ru/System.Net.NameResolution.xml", - "ref/dotnet5.4/System.Net.NameResolution.dll", - "ref/dotnet5.4/System.Net.NameResolution.xml", - "ref/dotnet5.4/zh-hans/System.Net.NameResolution.xml", - "ref/dotnet5.4/zh-hant/System.Net.NameResolution.xml", + "ref/dotnet5.1/de/System.Collections.xml", + "ref/dotnet5.1/es/System.Collections.xml", + "ref/dotnet5.1/fr/System.Collections.xml", + "ref/dotnet5.1/it/System.Collections.xml", + "ref/dotnet5.1/ja/System.Collections.xml", + "ref/dotnet5.1/ko/System.Collections.xml", + "ref/dotnet5.1/ru/System.Collections.xml", + "ref/dotnet5.1/System.Collections.dll", + "ref/dotnet5.1/System.Collections.xml", + "ref/dotnet5.1/zh-hans/System.Collections.xml", + "ref/dotnet5.1/zh-hant/System.Collections.xml", + "ref/dotnet5.4/de/System.Collections.xml", + "ref/dotnet5.4/es/System.Collections.xml", + "ref/dotnet5.4/fr/System.Collections.xml", + "ref/dotnet5.4/it/System.Collections.xml", + "ref/dotnet5.4/ja/System.Collections.xml", + "ref/dotnet5.4/ko/System.Collections.xml", + "ref/dotnet5.4/ru/System.Collections.xml", + "ref/dotnet5.4/System.Collections.dll", + "ref/dotnet5.4/System.Collections.xml", + "ref/dotnet5.4/zh-hans/System.Collections.xml", + "ref/dotnet5.4/zh-hant/System.Collections.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Net.NameResolution.dll", + "ref/net45/_._", + "ref/netcore50/de/System.Collections.xml", + "ref/netcore50/es/System.Collections.xml", + "ref/netcore50/fr/System.Collections.xml", + "ref/netcore50/it/System.Collections.xml", + "ref/netcore50/ja/System.Collections.xml", + "ref/netcore50/ko/System.Collections.xml", + "ref/netcore50/ru/System.Collections.xml", + "ref/netcore50/System.Collections.dll", + "ref/netcore50/System.Collections.xml", + "ref/netcore50/zh-hans/System.Collections.xml", + "ref/netcore50/zh-hant/System.Collections.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.NameResolution.4.0.0-rc3-23819.nupkg.sha512", - "System.Net.NameResolution.nuspec", - "ThirdPartyNotices.txt" + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "System.Collections.4.0.11-beta-23516.nupkg", + "System.Collections.4.0.11-beta-23516.nupkg.sha512", + "System.Collections.nuspec" ] }, - "System.Net.Primitives/4.0.11-rc3-23819": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", - "sha512": "k0vBH9KsoutQCiu4oEUWOgf39U1NZoAahTcUZpBuhaZsAYDWDS8t/ohcQ2HnMdDM7aAH8mwFHx2mlg3YDeXVKg==", + "serviceable": true, + "sha512": "e4FscEk9ugPXPKEIQFYBS/i+0KAkKf/IEe26fiOnqk8JVZQuCLO3gJmJ+IiVD1TxJjvVmh+tayQuo2svVzZV7g==", "files": [ - "dotnet_library_license.txt", + "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", + "lib/netcore50/System.Collections.Concurrent.dll", "lib/win8/_._", - "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Net.Primitives.xml", - "ref/dotnet5.1/es/System.Net.Primitives.xml", - "ref/dotnet5.1/fr/System.Net.Primitives.xml", - "ref/dotnet5.1/it/System.Net.Primitives.xml", - "ref/dotnet5.1/ja/System.Net.Primitives.xml", - "ref/dotnet5.1/ko/System.Net.Primitives.xml", - "ref/dotnet5.1/ru/System.Net.Primitives.xml", - "ref/dotnet5.1/System.Net.Primitives.dll", - "ref/dotnet5.1/System.Net.Primitives.xml", - "ref/dotnet5.1/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.1/zh-hant/System.Net.Primitives.xml", - "ref/dotnet5.2/de/System.Net.Primitives.xml", - "ref/dotnet5.2/es/System.Net.Primitives.xml", - "ref/dotnet5.2/fr/System.Net.Primitives.xml", - "ref/dotnet5.2/it/System.Net.Primitives.xml", - "ref/dotnet5.2/ja/System.Net.Primitives.xml", - "ref/dotnet5.2/ko/System.Net.Primitives.xml", - "ref/dotnet5.2/ru/System.Net.Primitives.xml", - "ref/dotnet5.2/System.Net.Primitives.dll", - "ref/dotnet5.2/System.Net.Primitives.xml", - "ref/dotnet5.2/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.2/zh-hant/System.Net.Primitives.xml", - "ref/dotnet5.4/de/System.Net.Primitives.xml", - "ref/dotnet5.4/es/System.Net.Primitives.xml", - "ref/dotnet5.4/fr/System.Net.Primitives.xml", - "ref/dotnet5.4/it/System.Net.Primitives.xml", - "ref/dotnet5.4/ja/System.Net.Primitives.xml", - "ref/dotnet5.4/ko/System.Net.Primitives.xml", - "ref/dotnet5.4/ru/System.Net.Primitives.xml", - "ref/dotnet5.4/System.Net.Primitives.dll", - "ref/dotnet5.4/System.Net.Primitives.xml", - "ref/dotnet5.4/zh-hans/System.Net.Primitives.xml", - "ref/dotnet5.4/zh-hant/System.Net.Primitives.xml", + "ref/dotnet5.2/de/System.Collections.Concurrent.xml", + "ref/dotnet5.2/es/System.Collections.Concurrent.xml", + "ref/dotnet5.2/fr/System.Collections.Concurrent.xml", + "ref/dotnet5.2/it/System.Collections.Concurrent.xml", + "ref/dotnet5.2/ja/System.Collections.Concurrent.xml", + "ref/dotnet5.2/ko/System.Collections.Concurrent.xml", + "ref/dotnet5.2/ru/System.Collections.Concurrent.xml", + "ref/dotnet5.2/System.Collections.Concurrent.dll", + "ref/dotnet5.2/System.Collections.Concurrent.xml", + "ref/dotnet5.2/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet5.2/zh-hant/System.Collections.Concurrent.xml", + "ref/dotnet5.4/de/System.Collections.Concurrent.xml", + "ref/dotnet5.4/es/System.Collections.Concurrent.xml", + "ref/dotnet5.4/fr/System.Collections.Concurrent.xml", + "ref/dotnet5.4/it/System.Collections.Concurrent.xml", + "ref/dotnet5.4/ja/System.Collections.Concurrent.xml", + "ref/dotnet5.4/ko/System.Collections.Concurrent.xml", + "ref/dotnet5.4/ru/System.Collections.Concurrent.xml", + "ref/dotnet5.4/System.Collections.Concurrent.dll", + "ref/dotnet5.4/System.Collections.Concurrent.xml", + "ref/dotnet5.4/zh-hans/System.Collections.Concurrent.xml", + "ref/dotnet5.4/zh-hant/System.Collections.Concurrent.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/de/System.Net.Primitives.xml", - "ref/netcore50/es/System.Net.Primitives.xml", - "ref/netcore50/fr/System.Net.Primitives.xml", - "ref/netcore50/it/System.Net.Primitives.xml", - "ref/netcore50/ja/System.Net.Primitives.xml", - "ref/netcore50/ko/System.Net.Primitives.xml", - "ref/netcore50/ru/System.Net.Primitives.xml", - "ref/netcore50/System.Net.Primitives.dll", - "ref/netcore50/System.Net.Primitives.xml", - "ref/netcore50/zh-hans/System.Net.Primitives.xml", - "ref/netcore50/zh-hant/System.Net.Primitives.xml", + "ref/netcore50/de/System.Collections.Concurrent.xml", + "ref/netcore50/es/System.Collections.Concurrent.xml", + "ref/netcore50/fr/System.Collections.Concurrent.xml", + "ref/netcore50/it/System.Collections.Concurrent.xml", + "ref/netcore50/ja/System.Collections.Concurrent.xml", + "ref/netcore50/ko/System.Collections.Concurrent.xml", + "ref/netcore50/ru/System.Collections.Concurrent.xml", + "ref/netcore50/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/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Primitives.4.0.11-rc3-23819.nupkg.sha512", - "System.Net.Primitives.nuspec", - "ThirdPartyNotices.txt" + "System.Collections.Concurrent.4.0.11-beta-23516.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23516.nupkg.sha512", + "System.Collections.Concurrent.nuspec" ] }, - "System.Net.Sockets/4.1.0-rc3-23819": { + "System.Collections.NonGeneric/4.0.0": { "type": "package", - "sha512": "S8Q5QET700wed48d5dW0c4O9SJztRxEFk0JWzkJIyjGs7JlK6Hk4+O9reY9ejSt2e8XeCgrxCmbrgqm5Nd1U+w==", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", "files": [ - "dotnet_library_license.txt", + "lib/dotnet/System.Collections.NonGeneric.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", + "lib/net46/System.Collections.NonGeneric.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Net.Sockets.xml", - "ref/dotnet5.4/es/System.Net.Sockets.xml", - "ref/dotnet5.4/fr/System.Net.Sockets.xml", - "ref/dotnet5.4/it/System.Net.Sockets.xml", - "ref/dotnet5.4/ja/System.Net.Sockets.xml", - "ref/dotnet5.4/ko/System.Net.Sockets.xml", - "ref/dotnet5.4/ru/System.Net.Sockets.xml", - "ref/dotnet5.4/System.Net.Sockets.dll", - "ref/dotnet5.4/System.Net.Sockets.xml", - "ref/dotnet5.4/zh-hans/System.Net.Sockets.xml", - "ref/dotnet5.4/zh-hant/System.Net.Sockets.xml", + "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.Net.Sockets.dll", + "ref/net46/System.Collections.NonGeneric.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Sockets.4.1.0-rc3-23819.nupkg.sha512", - "System.Net.Sockets.nuspec", - "ThirdPartyNotices.txt" + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" ] }, - "System.ObjectModel/4.0.10": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "sha512": "PdAC1M7yT9EBtLpXICbOtPDpDjYSlV2RXyQ7AiKyBD7mV1DNTIK7tcM1056GIOlMoJDDdxU5Z3otBeAM8v5PAg==", "files": [ - "lib/dotnet/System.ObjectModel.dll", + "lib/dotnet5.4/System.ComponentModel.dll", + "lib/net45/_._", + "lib/netcore50/System.ComponentModel.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet5.1/de/System.ComponentModel.xml", + "ref/dotnet5.1/es/System.ComponentModel.xml", + "ref/dotnet5.1/fr/System.ComponentModel.xml", + "ref/dotnet5.1/it/System.ComponentModel.xml", + "ref/dotnet5.1/ja/System.ComponentModel.xml", + "ref/dotnet5.1/ko/System.ComponentModel.xml", + "ref/dotnet5.1/ru/System.ComponentModel.xml", + "ref/dotnet5.1/System.ComponentModel.dll", + "ref/dotnet5.1/System.ComponentModel.xml", + "ref/dotnet5.1/zh-hans/System.ComponentModel.xml", + "ref/dotnet5.1/zh-hant/System.ComponentModel.xml", + "ref/net45/_._", + "ref/netcore50/de/System.ComponentModel.xml", + "ref/netcore50/es/System.ComponentModel.xml", + "ref/netcore50/fr/System.ComponentModel.xml", + "ref/netcore50/it/System.ComponentModel.xml", + "ref/netcore50/ja/System.ComponentModel.xml", + "ref/netcore50/ko/System.ComponentModel.xml", + "ref/netcore50/ru/System.ComponentModel.xml", + "ref/netcore50/System.ComponentModel.dll", + "ref/netcore50/System.ComponentModel.xml", + "ref/netcore50/zh-hans/System.ComponentModel.xml", + "ref/netcore50/zh-hant/System.ComponentModel.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.ComponentModel.4.0.1-beta-23516.nupkg", + "System.ComponentModel.4.0.1-beta-23516.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.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/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.ObjectModel.4.0.10.nupkg", - "System.ObjectModel.4.0.10.nupkg.sha512", - "System.ObjectModel.nuspec" + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" ] }, - "System.ObjectModel/4.0.12-rc3-23819": { + "System.Console/4.0.0-beta-23516": { "type": "package", - "sha512": "DSuPf/qyqwtTafIPM+EniWVtpS0rHKE/dMa3G6QG21JHAy3h7gD4xAj3viEksxnKbuPd2pgBR6ctE8CWyWDvLQ==", + "serviceable": true, + "sha512": "0YTzoNamTU+6qfZEYtMuGjtkJHB1MEDyFsZ5L/x97GkZO3Bw91uwdPh0DkFwQ6E8KaQTgZAecSXoboUHAcdSLA==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.ObjectModel.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.ObjectModel.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/System.Console.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.ObjectModel.xml", - "ref/dotnet5.1/es/System.ObjectModel.xml", - "ref/dotnet5.1/fr/System.ObjectModel.xml", - "ref/dotnet5.1/it/System.ObjectModel.xml", - "ref/dotnet5.1/ja/System.ObjectModel.xml", - "ref/dotnet5.1/ko/System.ObjectModel.xml", - "ref/dotnet5.1/ru/System.ObjectModel.xml", - "ref/dotnet5.1/System.ObjectModel.dll", - "ref/dotnet5.1/System.ObjectModel.xml", - "ref/dotnet5.1/zh-hans/System.ObjectModel.xml", - "ref/dotnet5.1/zh-hant/System.ObjectModel.xml", - "ref/dotnet5.4/de/System.ObjectModel.xml", - "ref/dotnet5.4/es/System.ObjectModel.xml", - "ref/dotnet5.4/fr/System.ObjectModel.xml", - "ref/dotnet5.4/it/System.ObjectModel.xml", - "ref/dotnet5.4/ja/System.ObjectModel.xml", - "ref/dotnet5.4/ko/System.ObjectModel.xml", - "ref/dotnet5.4/ru/System.ObjectModel.xml", - "ref/dotnet5.4/System.ObjectModel.dll", - "ref/dotnet5.4/System.ObjectModel.xml", - "ref/dotnet5.4/zh-hans/System.ObjectModel.xml", - "ref/dotnet5.4/zh-hant/System.ObjectModel.xml", + "ref/dotnet5.1/de/System.Console.xml", + "ref/dotnet5.1/es/System.Console.xml", + "ref/dotnet5.1/fr/System.Console.xml", + "ref/dotnet5.1/it/System.Console.xml", + "ref/dotnet5.1/ja/System.Console.xml", + "ref/dotnet5.1/ko/System.Console.xml", + "ref/dotnet5.1/ru/System.Console.xml", + "ref/dotnet5.1/System.Console.dll", + "ref/dotnet5.1/System.Console.xml", + "ref/dotnet5.1/zh-hans/System.Console.xml", + "ref/dotnet5.1/zh-hant/System.Console.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.ObjectModel.xml", - "ref/netcore50/es/System.ObjectModel.xml", - "ref/netcore50/fr/System.ObjectModel.xml", - "ref/netcore50/it/System.ObjectModel.xml", - "ref/netcore50/ja/System.ObjectModel.xml", - "ref/netcore50/ko/System.ObjectModel.xml", - "ref/netcore50/ru/System.ObjectModel.xml", - "ref/netcore50/System.ObjectModel.dll", - "ref/netcore50/System.ObjectModel.xml", - "ref/netcore50/zh-hans/System.ObjectModel.xml", - "ref/netcore50/zh-hant/System.ObjectModel.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/System.Console.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.ObjectModel.4.0.12-rc3-23819.nupkg.sha512", - "System.ObjectModel.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Private.Uri/4.0.1-rc3-23819": { - "type": "package", - "sha512": "eik8ZcY1POf9gWdQ3yZB9EtQPr9oY2Yj8+EZ4tqzy6u1beyVTywfx9fRf15dA35h+x7M63hymYa1nhFoCM6QWA==", - "files": [ - "dotnet_library_license.txt", - "ref/dnxcore50/_._", - "ref/netcore50/_._", "runtime.json", - "System.Private.Uri.4.0.1-rc3-23819.nupkg.sha512", - "System.Private.Uri.nuspec", - "ThirdPartyNotices.txt" + "System.Console.4.0.0-beta-23516.nupkg", + "System.Console.4.0.0-beta-23516.nupkg.sha512", + "System.Console.nuspec" ] }, - "System.Reflection/4.1.0-rc3-23819": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", - "sha512": "RNSKxfCT5tEQlQUFhNMT7lj6FaeFKXrln/BHkwKGvxd+0HxWwaFfTJ1I4xt7dUm9ibhAoqlkrQ023bHfQZidnA==", + "serviceable": true, + "sha512": "wK52HdO2OW7P6hVk/Q9FCnKE9WcTDA3Yio1D8xmeE+6nfOqwWw6d+jVjgn5TSuDghudJK9xq77wseiGa6i7OTQ==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net46/System.Reflection.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Reflection.xml", - "ref/dotnet5.1/es/System.Reflection.xml", - "ref/dotnet5.1/fr/System.Reflection.xml", - "ref/dotnet5.1/it/System.Reflection.xml", - "ref/dotnet5.1/ja/System.Reflection.xml", - "ref/dotnet5.1/ko/System.Reflection.xml", - "ref/dotnet5.1/ru/System.Reflection.xml", - "ref/dotnet5.1/System.Reflection.dll", - "ref/dotnet5.1/System.Reflection.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.xml", - "ref/dotnet5.4/de/System.Reflection.xml", - "ref/dotnet5.4/es/System.Reflection.xml", - "ref/dotnet5.4/fr/System.Reflection.xml", - "ref/dotnet5.4/it/System.Reflection.xml", - "ref/dotnet5.4/ja/System.Reflection.xml", - "ref/dotnet5.4/ko/System.Reflection.xml", - "ref/dotnet5.4/ru/System.Reflection.xml", - "ref/dotnet5.4/System.Reflection.dll", - "ref/dotnet5.4/System.Reflection.xml", - "ref/dotnet5.4/zh-hans/System.Reflection.xml", - "ref/dotnet5.4/zh-hant/System.Reflection.xml", + "ref/dotnet5.1/de/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/es/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/fr/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/it/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/ja/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/ko/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/ru/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/System.Diagnostics.Debug.dll", + "ref/dotnet5.1/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/zh-hans/System.Diagnostics.Debug.xml", + "ref/dotnet5.1/zh-hant/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/de/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/es/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/fr/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/it/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/ja/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/ko/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/ru/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/System.Diagnostics.Debug.dll", + "ref/dotnet5.4/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/zh-hans/System.Diagnostics.Debug.xml", + "ref/dotnet5.4/zh-hant/System.Diagnostics.Debug.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net46/System.Reflection.dll", - "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/netcore50/de/System.Diagnostics.Debug.xml", + "ref/netcore50/es/System.Diagnostics.Debug.xml", + "ref/netcore50/fr/System.Diagnostics.Debug.xml", + "ref/netcore50/it/System.Diagnostics.Debug.xml", + "ref/netcore50/ja/System.Diagnostics.Debug.xml", + "ref/netcore50/ko/System.Diagnostics.Debug.xml", + "ref/netcore50/ru/System.Diagnostics.Debug.xml", + "ref/netcore50/System.Diagnostics.Debug.dll", + "ref/netcore50/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hans/System.Diagnostics.Debug.xml", + "ref/netcore50/zh-hant/System.Diagnostics.Debug.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Reflection.4.1.0-rc3-23819.nupkg.sha512", - "System.Reflection.nuspec", - "ThirdPartyNotices.txt" + "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" ] }, - "System.Reflection.Emit/4.0.0": { + "System.Diagnostics.Process/4.1.0-beta-23516": { "type": "package", - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "serviceable": true, + "sha512": "BfqAj7u+jB3H++dtZayfbsphMP1WIv8dKEgCNmLiiFVKw+0jlYhuCCUQWTQEvWwcfQVXNKdtoLErrKXPB3W9Tg==", "files": [ - "lib/DNXCore50/System.Reflection.Emit.dll", "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.Process.dll", + "lib/net461/System.Diagnostics.Process.dll", + "lib/xamarinios10/_._", "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/dotnet5.4/de/System.Diagnostics.Process.xml", + "ref/dotnet5.4/es/System.Diagnostics.Process.xml", + "ref/dotnet5.4/fr/System.Diagnostics.Process.xml", + "ref/dotnet5.4/it/System.Diagnostics.Process.xml", + "ref/dotnet5.4/ja/System.Diagnostics.Process.xml", + "ref/dotnet5.4/ko/System.Diagnostics.Process.xml", + "ref/dotnet5.4/ru/System.Diagnostics.Process.xml", + "ref/dotnet5.4/System.Diagnostics.Process.dll", + "ref/dotnet5.4/System.Diagnostics.Process.xml", + "ref/dotnet5.4/zh-hans/System.Diagnostics.Process.xml", + "ref/dotnet5.4/zh-hant/System.Diagnostics.Process.xml", + "ref/dotnet5.5/de/System.Diagnostics.Process.xml", + "ref/dotnet5.5/es/System.Diagnostics.Process.xml", + "ref/dotnet5.5/fr/System.Diagnostics.Process.xml", + "ref/dotnet5.5/it/System.Diagnostics.Process.xml", + "ref/dotnet5.5/ja/System.Diagnostics.Process.xml", + "ref/dotnet5.5/ko/System.Diagnostics.Process.xml", + "ref/dotnet5.5/ru/System.Diagnostics.Process.xml", + "ref/dotnet5.5/System.Diagnostics.Process.dll", + "ref/dotnet5.5/System.Diagnostics.Process.xml", + "ref/dotnet5.5/zh-hans/System.Diagnostics.Process.xml", + "ref/dotnet5.5/zh-hant/System.Diagnostics.Process.xml", "ref/MonoAndroid10/_._", - "ref/net45/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.Process.dll", + "ref/net461/System.Diagnostics.Process.dll", + "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Reflection.Emit.4.0.0.nupkg", - "System.Reflection.Emit.4.0.0.nupkg.sha512", - "System.Reflection.Emit.nuspec" + "runtime.json", + "System.Diagnostics.Process.4.1.0-beta-23516.nupkg", + "System.Diagnostics.Process.4.1.0-beta-23516.nupkg.sha512", + "System.Diagnostics.Process.nuspec" ] }, - "System.Reflection.Emit/4.0.1-rc3-23819": { + "System.Diagnostics.TextWriterTraceListener/4.0.0-beta-23516": { "type": "package", - "sha512": "IZGWzhmD0jNf55QA9D+qYxzUY9Oop8CT4mSpWosKLwJqIPvR+QWvKbgLzA2eXVwahlJS5f1zhm+fJyZWuyfJdQ==", + "serviceable": true, + "sha512": "6wY8T1If1yLNdtUaAXraK8ikQfmUdGy4pSumaVsSqbo2Few/7ik/HDzefvSiniAtdPoWU6+hp8gCfLYvPixrAA==", "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/DNXCore50/System.Diagnostics.TextWriterTraceListener.dll", "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", + "lib/MonoTouch10/_._", + "lib/net46/System.Diagnostics.TextWriterTraceListener.dll", + "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Reflection.Emit.xml", - "ref/dotnet5.2/es/System.Reflection.Emit.xml", - "ref/dotnet5.2/fr/System.Reflection.Emit.xml", - "ref/dotnet5.2/it/System.Reflection.Emit.xml", - "ref/dotnet5.2/ja/System.Reflection.Emit.xml", - "ref/dotnet5.2/ko/System.Reflection.Emit.xml", - "ref/dotnet5.2/ru/System.Reflection.Emit.xml", - "ref/dotnet5.2/System.Reflection.Emit.dll", - "ref/dotnet5.2/System.Reflection.Emit.xml", - "ref/dotnet5.2/zh-hans/System.Reflection.Emit.xml", - "ref/dotnet5.2/zh-hant/System.Reflection.Emit.xml", + "ref/dotnet5.1/de/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/es/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/fr/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/it/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/ja/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/ko/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/ru/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.dll", + "ref/dotnet5.1/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/zh-hans/System.Diagnostics.TextWriterTraceListener.xml", + "ref/dotnet5.1/zh-hant/System.Diagnostics.TextWriterTraceListener.xml", "ref/MonoAndroid10/_._", - "ref/net45/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Diagnostics.TextWriterTraceListener.dll", + "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/aot/lib/netcore50/_._", - "System.Reflection.Emit.4.0.1-rc3-23819.nupkg.sha512", - "System.Reflection.Emit.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "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.ILGeneration/4.0.1-rc3-23819": { - "type": "package", - "sha512": "0GI0QpVB9mXie92yBRyzyvP1VHdD+nfTRv7jMXvBukSVYyLrMnEqaIcsHPT53wB33CC72+lDE+SfZPWRIA96Ew==", - "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/wp80/_._", - "ref/dotnet5.1/de/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/es/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/it/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/System.Reflection.Emit.ILGeneration.dll", - "ref/dotnet5.1/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Emit.ILGeneration.xml", - "ref/net45/_._", - "ref/wp80/_._", - "runtimes/aot/lib/netcore50/_._", - "System.Reflection.Emit.ILGeneration.4.0.1-rc3-23819.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec", - "ThirdPartyNotices.txt" + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23516.nupkg", + "System.Diagnostics.TextWriterTraceListener.4.0.0-beta-23516.nupkg.sha512", + "System.Diagnostics.TextWriterTraceListener.nuspec" ] }, - "System.Reflection.Emit.Lightweight/4.0.1-rc3-23819": { + "System.Diagnostics.Tools/4.0.0": { "type": "package", - "sha512": "Gnze5UlZ37sUBO3ihFuYmmdjBEwLuNX1yqthEWsqUX0CBAVCNvHRV7YHwFpdhwcQjt3zMunYRwvFYr8DXoAbKw==", + "serviceable": true, + "sha512": "uw5Qi2u5Cgtv4xv3+8DeB63iaprPcaEHfpeJqlJiLjIVy6v0La4ahJ6VW9oPbJNIjcavd24LKq0ctT9ssuQXsw==", "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/DNXCore50/System.Diagnostics.Tools.dll", "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/netcore50/System.Diagnostics.Tools.dll", + "lib/win8/_._", "lib/wp80/_._", - "ref/dotnet5.1/de/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/es/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/fr/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/it/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/ja/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/ko/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/ru/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/System.Reflection.Emit.Lightweight.dll", - "ref/dotnet5.1/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Emit.Lightweight.xml", + "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/_._", - "runtimes/aot/lib/netcore50/_._", - "System.Reflection.Emit.Lightweight.4.0.1-rc3-23819.nupkg.sha512", - "System.Reflection.Emit.Lightweight.nuspec", - "ThirdPartyNotices.txt" + "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.Reflection.Extensions/4.0.1-rc3-23819": { + "System.Diagnostics.TraceSource/4.0.0-beta-23516": { "type": "package", - "sha512": "ZWUNVTGq6l7SezancwL7f3kHkj7c3reDQJi26R0LxfoYjgwRxfrKQqs1F9aH2ZjgBnxXfw61Gy4b7lvP6avu3g==", + "serviceable": true, + "sha512": "OIWB5pvMqOdCraAtiJBhRahrsnP2sNaXbCZNdAadzwiPLzRI7EvLTc7/NlkFDxm3I6YKVGxnJ5aO+YJ/XPC8yw==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/System.Diagnostics.TraceSource.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Reflection.Extensions.xml", - "ref/dotnet5.1/es/System.Reflection.Extensions.xml", - "ref/dotnet5.1/fr/System.Reflection.Extensions.xml", - "ref/dotnet5.1/it/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ja/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ko/System.Reflection.Extensions.xml", - "ref/dotnet5.1/ru/System.Reflection.Extensions.xml", - "ref/dotnet5.1/System.Reflection.Extensions.dll", - "ref/dotnet5.1/System.Reflection.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Extensions.xml", + "ref/dotnet5.1/de/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/es/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/fr/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/it/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/ja/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/ko/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/ru/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/System.Diagnostics.TraceSource.dll", + "ref/dotnet5.1/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/zh-hans/System.Diagnostics.TraceSource.xml", + "ref/dotnet5.1/zh-hant/System.Diagnostics.TraceSource.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Reflection.Extensions.xml", - "ref/netcore50/es/System.Reflection.Extensions.xml", - "ref/netcore50/fr/System.Reflection.Extensions.xml", - "ref/netcore50/it/System.Reflection.Extensions.xml", - "ref/netcore50/ja/System.Reflection.Extensions.xml", - "ref/netcore50/ko/System.Reflection.Extensions.xml", - "ref/netcore50/ru/System.Reflection.Extensions.xml", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", - "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/System.Diagnostics.TraceSource.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Reflection.Extensions.4.0.1-rc3-23819.nupkg.sha512", - "System.Reflection.Extensions.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Reflection.Metadata/1.1.0": { - "type": "package", - "serviceable": true, - "sha512": "a8VsRm/B0Ik1o5FumSMWmpwbG7cvIIajAYhzTTy9VB9XItByJDQHGZkQTIAdsvVJ6MI5O3uH/lb0izgQDlDIWA==", - "files": [ - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "System.Reflection.Metadata.1.1.0.nupkg", - "System.Reflection.Metadata.1.1.0.nupkg.sha512", - "System.Reflection.Metadata.nuspec" + "runtime.json", + "System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg", + "System.Diagnostics.TraceSource.4.0.0-beta-23516.nupkg.sha512", + "System.Diagnostics.TraceSource.nuspec" ] }, - "System.Reflection.Metadata/1.2.0-rc3-23819": { + "System.Diagnostics.Tracing/4.0.20": { "type": "package", "serviceable": true, - "sha512": "sWKL/+hNsAtLggRGYRRbaSpK9hKkxibWmBl+0mFlvj1AHMiHRys8z4YiloGWc63fjmpNjQ4JP4j+nXhM7jdnIA==", + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.2/System.Reflection.Metadata.dll", - "lib/dotnet5.2/System.Reflection.Metadata.xml", - "lib/portable-net45+win8/System.Reflection.Metadata.dll", - "lib/portable-net45+win8/System.Reflection.Metadata.xml", - "System.Reflection.Metadata.1.2.0-rc3-23819.nupkg", - "System.Reflection.Metadata.1.2.0-rc3-23819.nupkg.sha512", - "System.Reflection.Metadata.nuspec", - "ThirdPartyNotices.txt" + "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.Reflection.Primitives/4.0.1-rc3-23819": { + "System.Dynamic.Runtime/4.0.0": { "type": "package", - "sha512": "S0Y8gV3ccW8X6920M6o9O1wzLfOoDYQujTk+UErYsfJISGC29OYYEYORF/8ek9WUqfeO6Rbnp9LQwFUPYh32Tw==", + "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -8469,1161 +4461,1313 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Reflection.Primitives.xml", - "ref/dotnet5.1/es/System.Reflection.Primitives.xml", - "ref/dotnet5.1/fr/System.Reflection.Primitives.xml", - "ref/dotnet5.1/it/System.Reflection.Primitives.xml", - "ref/dotnet5.1/ja/System.Reflection.Primitives.xml", - "ref/dotnet5.1/ko/System.Reflection.Primitives.xml", - "ref/dotnet5.1/ru/System.Reflection.Primitives.xml", - "ref/dotnet5.1/System.Reflection.Primitives.dll", - "ref/dotnet5.1/System.Reflection.Primitives.xml", - "ref/dotnet5.1/zh-hans/System.Reflection.Primitives.xml", - "ref/dotnet5.1/zh-hant/System.Reflection.Primitives.xml", + "License.rtf", + "ref/dotnet/de/System.Dynamic.Runtime.xml", + "ref/dotnet/es/System.Dynamic.Runtime.xml", + "ref/dotnet/fr/System.Dynamic.Runtime.xml", + "ref/dotnet/it/System.Dynamic.Runtime.xml", + "ref/dotnet/ja/System.Dynamic.Runtime.xml", + "ref/dotnet/ko/System.Dynamic.Runtime.xml", + "ref/dotnet/ru/System.Dynamic.Runtime.xml", + "ref/dotnet/System.Dynamic.Runtime.dll", + "ref/dotnet/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hans/System.Dynamic.Runtime.xml", + "ref/dotnet/zh-hant/System.Dynamic.Runtime.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/de/System.Reflection.Primitives.xml", - "ref/netcore50/es/System.Reflection.Primitives.xml", - "ref/netcore50/fr/System.Reflection.Primitives.xml", - "ref/netcore50/it/System.Reflection.Primitives.xml", - "ref/netcore50/ja/System.Reflection.Primitives.xml", - "ref/netcore50/ko/System.Reflection.Primitives.xml", - "ref/netcore50/ru/System.Reflection.Primitives.xml", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hans/System.Reflection.Primitives.xml", - "ref/netcore50/zh-hant/System.Reflection.Primitives.xml", + "ref/netcore50/de/System.Dynamic.Runtime.xml", + "ref/netcore50/es/System.Dynamic.Runtime.xml", + "ref/netcore50/fr/System.Dynamic.Runtime.xml", + "ref/netcore50/it/System.Dynamic.Runtime.xml", + "ref/netcore50/ja/System.Dynamic.Runtime.xml", + "ref/netcore50/ko/System.Dynamic.Runtime.xml", + "ref/netcore50/ru/System.Dynamic.Runtime.xml", + "ref/netcore50/System.Dynamic.Runtime.dll", + "ref/netcore50/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hans/System.Dynamic.Runtime.xml", + "ref/netcore50/zh-hant/System.Dynamic.Runtime.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Reflection.Primitives.4.0.1-rc3-23819.nupkg.sha512", - "System.Reflection.Primitives.nuspec", - "ThirdPartyNotices.txt" + "System.Dynamic.Runtime.4.0.0.nupkg", + "System.Dynamic.Runtime.4.0.0.nupkg.sha512", + "System.Dynamic.Runtime.nuspec" ] }, - "System.Reflection.TypeExtensions/4.1.0-rc3-23819": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", - "sha512": "WLntxvWj/n27+Da05YQfPrSOLlmXdZmIzz93plM5kFEhKJARiopUGMc/ixwMFx9bPikib05ujJLbfkvTOOPL2g==", + "serviceable": true, + "sha512": "htoF4cS3WhCkU3HloMj3mz+h2FHnF8Hz0po/26otT5e46LlJ8p7LpFpxckxVviyYg9Fab9gr8aIB0ZDN9Cjpig==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Globalization.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/es/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/fr/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/it/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/ja/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/ko/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/ru/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/System.Reflection.TypeExtensions.dll", - "ref/dotnet5.4/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/dotnet5.4/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/dotnet5.1/de/System.Globalization.xml", + "ref/dotnet5.1/es/System.Globalization.xml", + "ref/dotnet5.1/fr/System.Globalization.xml", + "ref/dotnet5.1/it/System.Globalization.xml", + "ref/dotnet5.1/ja/System.Globalization.xml", + "ref/dotnet5.1/ko/System.Globalization.xml", + "ref/dotnet5.1/ru/System.Globalization.xml", + "ref/dotnet5.1/System.Globalization.dll", + "ref/dotnet5.1/System.Globalization.xml", + "ref/dotnet5.1/zh-hans/System.Globalization.xml", + "ref/dotnet5.1/zh-hant/System.Globalization.xml", + "ref/dotnet5.4/de/System.Globalization.xml", + "ref/dotnet5.4/es/System.Globalization.xml", + "ref/dotnet5.4/fr/System.Globalization.xml", + "ref/dotnet5.4/it/System.Globalization.xml", + "ref/dotnet5.4/ja/System.Globalization.xml", + "ref/dotnet5.4/ko/System.Globalization.xml", + "ref/dotnet5.4/ru/System.Globalization.xml", + "ref/dotnet5.4/System.Globalization.dll", + "ref/dotnet5.4/System.Globalization.xml", + "ref/dotnet5.4/zh-hans/System.Globalization.xml", + "ref/dotnet5.4/zh-hant/System.Globalization.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", + "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/_._", - "runtime.json", - "System.Reflection.TypeExtensions.4.1.0-rc3-23819.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec", - "ThirdPartyNotices.txt" + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23516.nupkg", + "System.Globalization.4.0.11-beta-23516.nupkg.sha512", + "System.Globalization.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-rc2-23616": { + "System.IO/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "kRHPQ+cMQQsPWsGoZvQMS1FbqMA+xws2kHGbA9nPn0HsyAn3xLoDpYZMWrump+pcdca1E3oTD7kq40mUl7/dtA==", + "sha512": "dR1DaWrF0zsV2z/GVs8xVvMds6xu0ykuwv+VPou8wbpJ1XxGBK9g6v5F84DWL8Q1qi+6Kyb56wbZYdYQO8OMew==", "files": [ - "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/DNXCore50/System.IO.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netcore50/System.IO.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/es/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/fr/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/it/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ja/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ko/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ru/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/System.Resources.ResourceManager.dll", - "ref/dotnet5.1/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/zh-hans/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/zh-hant/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/de/System.IO.xml", + "ref/dotnet5.1/es/System.IO.xml", + "ref/dotnet5.1/fr/System.IO.xml", + "ref/dotnet5.1/it/System.IO.xml", + "ref/dotnet5.1/ja/System.IO.xml", + "ref/dotnet5.1/ko/System.IO.xml", + "ref/dotnet5.1/ru/System.IO.xml", + "ref/dotnet5.1/System.IO.dll", + "ref/dotnet5.1/System.IO.xml", + "ref/dotnet5.1/zh-hans/System.IO.xml", + "ref/dotnet5.1/zh-hant/System.IO.xml", + "ref/dotnet5.4/de/System.IO.xml", + "ref/dotnet5.4/es/System.IO.xml", + "ref/dotnet5.4/fr/System.IO.xml", + "ref/dotnet5.4/it/System.IO.xml", + "ref/dotnet5.4/ja/System.IO.xml", + "ref/dotnet5.4/ko/System.IO.xml", + "ref/dotnet5.4/ru/System.IO.xml", + "ref/dotnet5.4/System.IO.dll", + "ref/dotnet5.4/System.IO.xml", + "ref/dotnet5.4/zh-hans/System.IO.xml", + "ref/dotnet5.4/zh-hant/System.IO.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/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/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-rc2-23616.nupkg", - "System.Resources.ResourceManager.4.0.1-rc2-23616.nupkg.sha512", - "System.Resources.ResourceManager.nuspec" + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "System.IO.4.0.11-beta-23516.nupkg", + "System.IO.4.0.11-beta-23516.nupkg.sha512", + "System.IO.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-rc3-23819": { + "System.IO.Compression/4.0.0": { "type": "package", - "sha512": "rPM6w7moT+rG9IwY0SnVfhH4NSKKsURyQSATwZJutqTyPGwesnfAahimZDIriGVXkqOX50EW8oduYO2QteSx+A==", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/dotnet/System.IO.Compression.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/netcore50/System.IO.Compression.dll", "lib/win8/_._", - "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/es/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/fr/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/it/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ja/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ko/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/ru/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/System.Resources.ResourceManager.dll", - "ref/dotnet5.1/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/zh-hans/System.Resources.ResourceManager.xml", - "ref/dotnet5.1/zh-hant/System.Resources.ResourceManager.xml", + "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/de/System.Resources.ResourceManager.xml", - "ref/netcore50/es/System.Resources.ResourceManager.xml", - "ref/netcore50/fr/System.Resources.ResourceManager.xml", - "ref/netcore50/it/System.Resources.ResourceManager.xml", - "ref/netcore50/ja/System.Resources.ResourceManager.xml", - "ref/netcore50/ko/System.Resources.ResourceManager.xml", - "ref/netcore50/ru/System.Resources.ResourceManager.xml", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", - "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", "ref/win8/_._", - "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-rc3-23819.nupkg.sha512", - "System.Resources.ResourceManager.nuspec", - "ThirdPartyNotices.txt" + "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.Runtime/4.1.0-rc3-23819": { + "System.IO.FileSystem/4.0.1-beta-23516": { "type": "package", - "sha512": "8roOEL7xjzHyGUqM93bluV79blpDaRJEm9e6jYhGfYhiAQar7iWGsM3efxv6+tbzVnXPPEZfvB2Y6ZGWePvwZA==", + "serviceable": true, + "sha512": "KOYNQ6FeLQh0HdHVlp6IRjRGPCjyFvZRKfhYSDFi7DR0EHY3cC2rvfVj5HWJEW5KlSaa01Ct25m06yVnqSxwOQ==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/net46/System.Runtime.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/System.IO.FileSystem.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Runtime.xml", - "ref/dotnet5.1/es/System.Runtime.xml", - "ref/dotnet5.1/fr/System.Runtime.xml", - "ref/dotnet5.1/it/System.Runtime.xml", - "ref/dotnet5.1/ja/System.Runtime.xml", - "ref/dotnet5.1/ko/System.Runtime.xml", - "ref/dotnet5.1/ru/System.Runtime.xml", - "ref/dotnet5.1/System.Runtime.dll", - "ref/dotnet5.1/System.Runtime.xml", - "ref/dotnet5.1/zh-hans/System.Runtime.xml", - "ref/dotnet5.1/zh-hant/System.Runtime.xml", - "ref/dotnet5.3/de/System.Runtime.xml", - "ref/dotnet5.3/es/System.Runtime.xml", - "ref/dotnet5.3/fr/System.Runtime.xml", - "ref/dotnet5.3/it/System.Runtime.xml", - "ref/dotnet5.3/ja/System.Runtime.xml", - "ref/dotnet5.3/ko/System.Runtime.xml", - "ref/dotnet5.3/ru/System.Runtime.xml", - "ref/dotnet5.3/System.Runtime.dll", - "ref/dotnet5.3/System.Runtime.xml", - "ref/dotnet5.3/zh-hans/System.Runtime.xml", - "ref/dotnet5.3/zh-hant/System.Runtime.xml", - "ref/dotnet5.4/de/System.Runtime.xml", - "ref/dotnet5.4/es/System.Runtime.xml", - "ref/dotnet5.4/fr/System.Runtime.xml", - "ref/dotnet5.4/it/System.Runtime.xml", - "ref/dotnet5.4/ja/System.Runtime.xml", - "ref/dotnet5.4/ko/System.Runtime.xml", - "ref/dotnet5.4/ru/System.Runtime.xml", - "ref/dotnet5.4/System.Runtime.dll", - "ref/dotnet5.4/System.Runtime.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.xml", + "ref/dotnet5.4/de/System.IO.FileSystem.xml", + "ref/dotnet5.4/es/System.IO.FileSystem.xml", + "ref/dotnet5.4/fr/System.IO.FileSystem.xml", + "ref/dotnet5.4/it/System.IO.FileSystem.xml", + "ref/dotnet5.4/ja/System.IO.FileSystem.xml", + "ref/dotnet5.4/ko/System.IO.FileSystem.xml", + "ref/dotnet5.4/ru/System.IO.FileSystem.xml", + "ref/dotnet5.4/System.IO.FileSystem.dll", + "ref/dotnet5.4/System.IO.FileSystem.xml", + "ref/dotnet5.4/zh-hans/System.IO.FileSystem.xml", + "ref/dotnet5.4/zh-hant/System.IO.FileSystem.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.FileSystem.4.0.1-beta-23516.nupkg", + "System.IO.FileSystem.4.0.1-beta-23516.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-23516": { + "type": "package", + "serviceable": true, + "sha512": "uNxm2RB+kMeiKnY26iPvOtJLzTzNaAF4A2qqyzev6j8x8w2Dr+gg7LF7BHCwC55N7OirhHrAWUb3C0n4oi9qYw==", + "files": [ + "lib/dotnet5.4/System.Linq.dll", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet5.1/de/System.Linq.xml", + "ref/dotnet5.1/es/System.Linq.xml", + "ref/dotnet5.1/fr/System.Linq.xml", + "ref/dotnet5.1/it/System.Linq.xml", + "ref/dotnet5.1/ja/System.Linq.xml", + "ref/dotnet5.1/ko/System.Linq.xml", + "ref/dotnet5.1/ru/System.Linq.xml", + "ref/dotnet5.1/System.Linq.dll", + "ref/dotnet5.1/System.Linq.xml", + "ref/dotnet5.1/zh-hans/System.Linq.xml", + "ref/dotnet5.1/zh-hant/System.Linq.xml", "ref/net45/_._", - "ref/net46/System.Runtime.dll", - "ref/netcore50/de/System.Runtime.xml", - "ref/netcore50/es/System.Runtime.xml", - "ref/netcore50/fr/System.Runtime.xml", - "ref/netcore50/it/System.Runtime.xml", - "ref/netcore50/ja/System.Runtime.xml", - "ref/netcore50/ko/System.Runtime.xml", - "ref/netcore50/ru/System.Runtime.xml", - "ref/netcore50/System.Runtime.dll", - "ref/netcore50/System.Runtime.xml", - "ref/netcore50/zh-hans/System.Runtime.xml", - "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/netcore50/de/System.Linq.xml", + "ref/netcore50/es/System.Linq.xml", + "ref/netcore50/fr/System.Linq.xml", + "ref/netcore50/it/System.Linq.xml", + "ref/netcore50/ja/System.Linq.xml", + "ref/netcore50/ko/System.Linq.xml", + "ref/netcore50/ru/System.Linq.xml", + "ref/netcore50/System.Linq.dll", + "ref/netcore50/System.Linq.xml", + "ref/netcore50/zh-hans/System.Linq.xml", + "ref/netcore50/zh-hant/System.Linq.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Runtime.4.1.0-rc3-23819.nupkg.sha512", - "System.Runtime.nuspec", - "ThirdPartyNotices.txt" + "System.Linq.4.0.1-beta-23516.nupkg", + "System.Linq.4.0.1-beta-23516.nupkg.sha512", + "System.Linq.nuspec" ] }, - "System.Runtime.Extensions/4.1.0-rc3-23819": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", - "sha512": "OxJQCvAiVP/VSv2jQMHdxk7SGeMujSe+Nz9tEZaCvEZorsX3n6K5g+pDeiXVrft/L4R8NloW7i4uAKlpYHcPkQ==", + "serviceable": true, + "sha512": "YEl5oyF5fifLbHHP099cvb/6f2r2h1QVHzoaoINPHOZtpNec+RfqvzETXcYDIdHT7l+bBAYsBuVUkBgfQEoYfQ==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net46/System.Runtime.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Runtime.Extensions.xml", - "ref/dotnet5.1/es/System.Runtime.Extensions.xml", - "ref/dotnet5.1/fr/System.Runtime.Extensions.xml", - "ref/dotnet5.1/it/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ja/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ko/System.Runtime.Extensions.xml", - "ref/dotnet5.1/ru/System.Runtime.Extensions.xml", - "ref/dotnet5.1/System.Runtime.Extensions.dll", - "ref/dotnet5.1/System.Runtime.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Runtime.Extensions.xml", - "ref/dotnet5.4/de/System.Runtime.Extensions.xml", - "ref/dotnet5.4/es/System.Runtime.Extensions.xml", - "ref/dotnet5.4/fr/System.Runtime.Extensions.xml", - "ref/dotnet5.4/it/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ja/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ko/System.Runtime.Extensions.xml", - "ref/dotnet5.4/ru/System.Runtime.Extensions.xml", - "ref/dotnet5.4/System.Runtime.Extensions.dll", - "ref/dotnet5.4/System.Runtime.Extensions.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet5.1/de/System.Linq.Expressions.xml", + "ref/dotnet5.1/es/System.Linq.Expressions.xml", + "ref/dotnet5.1/fr/System.Linq.Expressions.xml", + "ref/dotnet5.1/it/System.Linq.Expressions.xml", + "ref/dotnet5.1/ja/System.Linq.Expressions.xml", + "ref/dotnet5.1/ko/System.Linq.Expressions.xml", + "ref/dotnet5.1/ru/System.Linq.Expressions.xml", + "ref/dotnet5.1/System.Linq.Expressions.dll", + "ref/dotnet5.1/System.Linq.Expressions.xml", + "ref/dotnet5.1/zh-hans/System.Linq.Expressions.xml", + "ref/dotnet5.1/zh-hant/System.Linq.Expressions.xml", + "ref/dotnet5.4/de/System.Linq.Expressions.xml", + "ref/dotnet5.4/es/System.Linq.Expressions.xml", + "ref/dotnet5.4/fr/System.Linq.Expressions.xml", + "ref/dotnet5.4/it/System.Linq.Expressions.xml", + "ref/dotnet5.4/ja/System.Linq.Expressions.xml", + "ref/dotnet5.4/ko/System.Linq.Expressions.xml", + "ref/dotnet5.4/ru/System.Linq.Expressions.xml", + "ref/dotnet5.4/System.Linq.Expressions.dll", + "ref/dotnet5.4/System.Linq.Expressions.xml", + "ref/dotnet5.4/zh-hans/System.Linq.Expressions.xml", + "ref/dotnet5.4/zh-hant/System.Linq.Expressions.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net46/System.Runtime.Extensions.dll", - "ref/netcore50/de/System.Runtime.Extensions.xml", - "ref/netcore50/es/System.Runtime.Extensions.xml", - "ref/netcore50/fr/System.Runtime.Extensions.xml", - "ref/netcore50/it/System.Runtime.Extensions.xml", - "ref/netcore50/ja/System.Runtime.Extensions.xml", - "ref/netcore50/ko/System.Runtime.Extensions.xml", - "ref/netcore50/ru/System.Runtime.Extensions.xml", - "ref/netcore50/System.Runtime.Extensions.dll", - "ref/netcore50/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", - "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/netcore50/de/System.Linq.Expressions.xml", + "ref/netcore50/es/System.Linq.Expressions.xml", + "ref/netcore50/fr/System.Linq.Expressions.xml", + "ref/netcore50/it/System.Linq.Expressions.xml", + "ref/netcore50/ja/System.Linq.Expressions.xml", + "ref/netcore50/ko/System.Linq.Expressions.xml", + "ref/netcore50/ru/System.Linq.Expressions.xml", + "ref/netcore50/System.Linq.Expressions.dll", + "ref/netcore50/System.Linq.Expressions.xml", + "ref/netcore50/zh-hans/System.Linq.Expressions.xml", + "ref/netcore50/zh-hant/System.Linq.Expressions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Runtime.Extensions.4.1.0-rc3-23819.nupkg.sha512", - "System.Runtime.Extensions.nuspec", - "ThirdPartyNotices.txt" + "System.Linq.Expressions.4.0.11-beta-23516.nupkg", + "System.Linq.Expressions.4.0.11-beta-23516.nupkg.sha512", + "System.Linq.Expressions.nuspec" ] }, - "System.Runtime.Handles/4.0.1-rc3-23819": { + "System.Net.Http/4.0.0": { "type": "package", - "sha512": "WJ+Miaz+MgeH4031bSuPcfibM8jG6gmhwtrTKYa0xSK3NqZRiuCS/H0xsKGAAdRNSMWs3dlh1TCOdmIvVBAiAg==", + "serviceable": true, + "sha512": "mZuAl7jw/mFY8jUq4ITKECxVBh9a8SJt9BC/+lJbmo7cRKspxE3PsITz+KiaCEsexN5WYPzwBOx0oJH/0HlPyQ==", "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Runtime.Handles.xml", - "ref/dotnet5.4/es/System.Runtime.Handles.xml", - "ref/dotnet5.4/fr/System.Runtime.Handles.xml", - "ref/dotnet5.4/it/System.Runtime.Handles.xml", - "ref/dotnet5.4/ja/System.Runtime.Handles.xml", - "ref/dotnet5.4/ko/System.Runtime.Handles.xml", - "ref/dotnet5.4/ru/System.Runtime.Handles.xml", - "ref/dotnet5.4/System.Runtime.Handles.dll", - "ref/dotnet5.4/System.Runtime.Handles.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.Handles.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.Handles.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Runtime.Handles.4.0.1-rc3-23819.nupkg.sha512", - "System.Runtime.Handles.nuspec", - "ThirdPartyNotices.txt" + "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.Runtime.InteropServices/4.1.0-rc3-23819": { + "System.Net.Primitives/4.0.11-beta-23516": { "type": "package", - "sha512": "cpLyCkLO8RlhqCYt/jozmoTXc0muA/OIMbzolTvlNhavaN5U5RZ74wtb1s2oHFBeVhpdvnKbR3CX1XuBckFKGQ==", + "serviceable": true, + "sha512": "lEMwORLJNk7tEAO+4RJ/aPjF2KlismwYxCYgqJZza3ArRznAqrzKeCpcnBlo3zJPHjR1tSNhRWk9SLRGGV2K3Q==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/net46/System.Runtime.InteropServices.dll", "lib/win8/_._", + "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/System.Runtime.InteropServices.dll", - "ref/dotnet5.2/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.2/zh-hant/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/System.Runtime.InteropServices.dll", - "ref/dotnet5.3/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.3/zh-hant/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/de/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/es/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/fr/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/it/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ja/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ko/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/ru/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/System.Runtime.InteropServices.dll", - "ref/dotnet5.4/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.InteropServices.xml", + "ref/dotnet5.1/de/System.Net.Primitives.xml", + "ref/dotnet5.1/es/System.Net.Primitives.xml", + "ref/dotnet5.1/fr/System.Net.Primitives.xml", + "ref/dotnet5.1/it/System.Net.Primitives.xml", + "ref/dotnet5.1/ja/System.Net.Primitives.xml", + "ref/dotnet5.1/ko/System.Net.Primitives.xml", + "ref/dotnet5.1/ru/System.Net.Primitives.xml", + "ref/dotnet5.1/System.Net.Primitives.dll", + "ref/dotnet5.1/System.Net.Primitives.xml", + "ref/dotnet5.1/zh-hans/System.Net.Primitives.xml", + "ref/dotnet5.1/zh-hant/System.Net.Primitives.xml", + "ref/dotnet5.2/de/System.Net.Primitives.xml", + "ref/dotnet5.2/es/System.Net.Primitives.xml", + "ref/dotnet5.2/fr/System.Net.Primitives.xml", + "ref/dotnet5.2/it/System.Net.Primitives.xml", + "ref/dotnet5.2/ja/System.Net.Primitives.xml", + "ref/dotnet5.2/ko/System.Net.Primitives.xml", + "ref/dotnet5.2/ru/System.Net.Primitives.xml", + "ref/dotnet5.2/System.Net.Primitives.dll", + "ref/dotnet5.2/System.Net.Primitives.xml", + "ref/dotnet5.2/zh-hans/System.Net.Primitives.xml", + "ref/dotnet5.2/zh-hant/System.Net.Primitives.xml", + "ref/dotnet5.4/de/System.Net.Primitives.xml", + "ref/dotnet5.4/es/System.Net.Primitives.xml", + "ref/dotnet5.4/fr/System.Net.Primitives.xml", + "ref/dotnet5.4/it/System.Net.Primitives.xml", + "ref/dotnet5.4/ja/System.Net.Primitives.xml", + "ref/dotnet5.4/ko/System.Net.Primitives.xml", + "ref/dotnet5.4/ru/System.Net.Primitives.xml", + "ref/dotnet5.4/System.Net.Primitives.dll", + "ref/dotnet5.4/System.Net.Primitives.xml", + "ref/dotnet5.4/zh-hans/System.Net.Primitives.xml", + "ref/dotnet5.4/zh-hant/System.Net.Primitives.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/net46/System.Runtime.InteropServices.dll", - "ref/netcore50/de/System.Runtime.InteropServices.xml", - "ref/netcore50/es/System.Runtime.InteropServices.xml", - "ref/netcore50/fr/System.Runtime.InteropServices.xml", - "ref/netcore50/it/System.Runtime.InteropServices.xml", - "ref/netcore50/ja/System.Runtime.InteropServices.xml", - "ref/netcore50/ko/System.Runtime.InteropServices.xml", - "ref/netcore50/ru/System.Runtime.InteropServices.xml", - "ref/netcore50/System.Runtime.InteropServices.dll", - "ref/netcore50/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", - "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/netcore50/de/System.Net.Primitives.xml", + "ref/netcore50/es/System.Net.Primitives.xml", + "ref/netcore50/fr/System.Net.Primitives.xml", + "ref/netcore50/it/System.Net.Primitives.xml", + "ref/netcore50/ja/System.Net.Primitives.xml", + "ref/netcore50/ko/System.Net.Primitives.xml", + "ref/netcore50/ru/System.Net.Primitives.xml", + "ref/netcore50/System.Net.Primitives.dll", + "ref/netcore50/System.Net.Primitives.xml", + "ref/netcore50/zh-hans/System.Net.Primitives.xml", + "ref/netcore50/zh-hant/System.Net.Primitives.xml", "ref/win8/_._", + "ref/wp80/_._", "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Runtime.InteropServices.4.1.0-rc3-23819.nupkg.sha512", - "System.Runtime.InteropServices.nuspec", - "ThirdPartyNotices.txt" + "System.Net.Primitives.4.0.11-beta-23516.nupkg", + "System.Net.Primitives.4.0.11-beta-23516.nupkg.sha512", + "System.Net.Primitives.nuspec" ] }, - "System.Runtime.InteropServices.PInvoke/4.0.0-rc3-23819": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", - "sha512": "1hRfpXQSf31LpLXluaSBh9YEJauK0zCRozWjY64uXVYhRo0oZ4+6Y6s7wb2R6coEnGF/1MIvw/LegNQ52HVbCg==", + "serviceable": true, + "sha512": "Q2D1ew24ZIH4kOE4ZJCrtvNfSSiea3yOeqow2jsgEPJ9Gafu8atlU5EGfXM0LQvtsIeQ9i1YwqdyZQHaL/RySg==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Runtime.InteropServices.PInvoke.dll", + "lib/net46/System.Net.Sockets.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Runtime.InteropServices.PInvoke.dll", + "ref/dotnet5.4/de/System.Net.Sockets.xml", + "ref/dotnet5.4/es/System.Net.Sockets.xml", + "ref/dotnet5.4/fr/System.Net.Sockets.xml", + "ref/dotnet5.4/it/System.Net.Sockets.xml", + "ref/dotnet5.4/ja/System.Net.Sockets.xml", + "ref/dotnet5.4/ko/System.Net.Sockets.xml", + "ref/dotnet5.4/ru/System.Net.Sockets.xml", + "ref/dotnet5.4/System.Net.Sockets.dll", + "ref/dotnet5.4/System.Net.Sockets.xml", + "ref/dotnet5.4/zh-hans/System.Net.Sockets.xml", + "ref/dotnet5.4/zh-hant/System.Net.Sockets.xml", + "ref/dotnet5.5/de/System.Net.Sockets.xml", + "ref/dotnet5.5/es/System.Net.Sockets.xml", + "ref/dotnet5.5/fr/System.Net.Sockets.xml", + "ref/dotnet5.5/it/System.Net.Sockets.xml", + "ref/dotnet5.5/ja/System.Net.Sockets.xml", + "ref/dotnet5.5/ko/System.Net.Sockets.xml", + "ref/dotnet5.5/ru/System.Net.Sockets.xml", + "ref/dotnet5.5/System.Net.Sockets.dll", + "ref/dotnet5.5/System.Net.Sockets.xml", + "ref/dotnet5.5/zh-hans/System.Net.Sockets.xml", + "ref/dotnet5.5/zh-hant/System.Net.Sockets.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Runtime.InteropServices.PInvoke.dll", + "ref/net46/System.Net.Sockets.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtimes/aot/lib/netcore50/System.Runtime.InteropServices.PInvoke.dll", - "System.Runtime.InteropServices.PInvoke.4.0.0-rc3-23819.nupkg.sha512", - "System.Runtime.InteropServices.PInvoke.nuspec", - "ThirdPartyNotices.txt" + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23516.nupkg", + "System.Net.Sockets.4.1.0-beta-23516.nupkg.sha512", + "System.Net.Sockets.nuspec" ] }, - "System.Runtime.InteropServices.RuntimeInformation/4.0.0-rc3-23819": { + "System.ObjectModel/4.0.10": { "type": "package", - "sha512": "hCj2vp4QEIvaBU4/+AzBEn/Y++5qFOOnZcO1i3/JdYADKtSR/L/GJHW2ENHHZi7E27uDNUp+4M+A3xL2k73rwQ==", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", "files": [ - "dotnet_library_license.txt", + "lib/dotnet/System.ObjectModel.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", + "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.2/System.Runtime.InteropServices.RuntimeInformation.dll", + "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/_._", - "runtime.json", - "System.Runtime.InteropServices.RuntimeInformation.4.0.0-rc3-23819.nupkg.sha512", - "System.Runtime.InteropServices.RuntimeInformation.nuspec", - "ThirdPartyNotices.txt" + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" ] }, - "System.Runtime.Loader/4.0.0-rc2-23616": { + "System.Private.Networking/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "/mN27tglAXl5B1tWwa58muKhMAjdP8j+n01qc64aR8TsWyFhhQ/od5DT2bnJaxdRrYOV/d7uJrm/Iod/HISgtA==", + "sha512": "YjBc3HcJBVtoeFNe9cY33dyTGME2T7B5mwuh/wBpxuGuvBMBWqrRKWkSOmnUT7ON7/U2SkpVeM5FCeqE3QRMNw==", "files": [ - "lib/DNXCore50/System.Runtime.Loader.dll", - "ref/dotnet5.5/de/System.Runtime.Loader.xml", - "ref/dotnet5.5/es/System.Runtime.Loader.xml", - "ref/dotnet5.5/fr/System.Runtime.Loader.xml", - "ref/dotnet5.5/it/System.Runtime.Loader.xml", - "ref/dotnet5.5/ja/System.Runtime.Loader.xml", - "ref/dotnet5.5/ko/System.Runtime.Loader.xml", - "ref/dotnet5.5/ru/System.Runtime.Loader.xml", - "ref/dotnet5.5/System.Runtime.Loader.dll", - "ref/dotnet5.5/System.Runtime.Loader.xml", - "ref/dotnet5.5/zh-hans/System.Runtime.Loader.xml", - "ref/dotnet5.5/zh-hant/System.Runtime.Loader.xml", - "System.Runtime.Loader.4.0.0-rc2-23616.nupkg", - "System.Runtime.Loader.4.0.0-rc2-23616.nupkg.sha512", - "System.Runtime.Loader.nuspec" + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23516.nupkg", + "System.Private.Networking.4.0.1-beta-23516.nupkg.sha512", + "System.Private.Networking.nuspec" ] }, - "System.Runtime.Loader/4.0.0-rc3-23819": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", - "serviceable": true, - "sha512": "Ymm0tc+G1InwcDUVhV8a23LDGRuAY11v8qazUvoZhX936vwE70s5a1YAFx1l+jqCISO3FQO7kWPJlWYRugb0hw==", + "sha512": "MG79ArOc8KhfAkjrimI5GFH4tML7XFo+Z1sEQGLPxrBlwfbITwrrNfYb3YoH6CpAlJHc4pcs/gZrUas/pEkTdg==", "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Runtime.Loader.dll", - "ref/dnxcore50/de/System.Runtime.Loader.xml", - "ref/dnxcore50/es/System.Runtime.Loader.xml", - "ref/dnxcore50/fr/System.Runtime.Loader.xml", - "ref/dnxcore50/it/System.Runtime.Loader.xml", - "ref/dnxcore50/ja/System.Runtime.Loader.xml", - "ref/dnxcore50/ko/System.Runtime.Loader.xml", - "ref/dnxcore50/ru/System.Runtime.Loader.xml", - "ref/dnxcore50/System.Runtime.Loader.dll", - "ref/dnxcore50/System.Runtime.Loader.xml", - "ref/dnxcore50/zh-hans/System.Runtime.Loader.xml", - "ref/dnxcore50/zh-hant/System.Runtime.Loader.xml", - "ref/dotnet5.6/de/System.Runtime.Loader.xml", - "ref/dotnet5.6/es/System.Runtime.Loader.xml", - "ref/dotnet5.6/fr/System.Runtime.Loader.xml", - "ref/dotnet5.6/it/System.Runtime.Loader.xml", - "ref/dotnet5.6/ja/System.Runtime.Loader.xml", - "ref/dotnet5.6/ko/System.Runtime.Loader.xml", - "ref/dotnet5.6/ru/System.Runtime.Loader.xml", - "ref/dotnet5.6/System.Runtime.Loader.dll", - "ref/dotnet5.6/System.Runtime.Loader.xml", - "ref/dotnet5.6/zh-hans/System.Runtime.Loader.xml", - "ref/dotnet5.6/zh-hant/System.Runtime.Loader.xml", - "System.Runtime.Loader.4.0.0-rc3-23819.nupkg", - "System.Runtime.Loader.4.0.0-rc3-23819.nupkg.sha512", - "System.Runtime.Loader.nuspec", - "ThirdPartyNotices.txt" + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23516.nupkg", + "System.Private.Uri.4.0.1-beta-23516.nupkg.sha512", + "System.Private.Uri.nuspec" ] }, - "System.Runtime.Numerics/4.0.1-rc3-23819": { + "System.Reflection/4.1.0-beta-23225": { "type": "package", - "sha512": "FUOMAVRb9vXRa0DAm8Y90+VOND8JVpCLr48Pst9abmy7uZeumpOAy7WCBIYNTvdTp50pg3DZbXq/8Pl6tkUG6g==", + "serviceable": true, + "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Runtime.Numerics.dll", + "lib/DNXCore50/System.Reflection.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Runtime.Numerics.dll", - "lib/win8/_._", - "lib/wpa81/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Runtime.Numerics.xml", - "ref/dotnet5.2/es/System.Runtime.Numerics.xml", - "ref/dotnet5.2/fr/System.Runtime.Numerics.xml", - "ref/dotnet5.2/it/System.Runtime.Numerics.xml", - "ref/dotnet5.2/ja/System.Runtime.Numerics.xml", - "ref/dotnet5.2/ko/System.Runtime.Numerics.xml", - "ref/dotnet5.2/ru/System.Runtime.Numerics.xml", - "ref/dotnet5.2/System.Runtime.Numerics.dll", - "ref/dotnet5.2/System.Runtime.Numerics.xml", - "ref/dotnet5.2/zh-hans/System.Runtime.Numerics.xml", - "ref/dotnet5.2/zh-hant/System.Runtime.Numerics.xml", + "ref/dotnet/System.Reflection.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Runtime.Numerics.xml", - "ref/netcore50/es/System.Runtime.Numerics.xml", - "ref/netcore50/fr/System.Runtime.Numerics.xml", - "ref/netcore50/it/System.Runtime.Numerics.xml", - "ref/netcore50/ja/System.Runtime.Numerics.xml", - "ref/netcore50/ko/System.Runtime.Numerics.xml", - "ref/netcore50/ru/System.Runtime.Numerics.xml", - "ref/netcore50/System.Runtime.Numerics.dll", - "ref/netcore50/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hans/System.Runtime.Numerics.xml", - "ref/netcore50/zh-hant/System.Runtime.Numerics.xml", - "ref/win8/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Runtime.Numerics.4.0.1-rc3-23819.nupkg.sha512", - "System.Runtime.Numerics.nuspec", - "ThirdPartyNotices.txt" + "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.Runtime.Serialization.Primitives/4.1.0-beta-23419": { + "System.Reflection.Emit/4.0.0": { "type": "package", - "serviceable": true, - "sha512": "pWXC55t0WedNZUch5T392hrIui/vKwz+knYSAwNQjuIqPit2xVYJbRB6MUZC3dM/wjRkEp6U4uIOTAsxuTgV4w==", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", "files": [ - "lib/dotnet/System.Runtime.Serialization.Primitives.dll", + "lib/DNXCore50/System.Reflection.Emit.dll", "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/xamarinios10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/es/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/fr/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/it/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ja/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ko/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/ru/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/System.Runtime.Serialization.Primitives.dll", - "ref/dotnet/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet/zh-hant/System.Runtime.Serialization.Primitives.xml", + "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/MonoTouch10/_._", - "ref/xamarinios10/_._", + "ref/net45/_._", "ref/xamarinmac20/_._", - "System.Runtime.Serialization.Primitives.4.1.0-beta-23419.nupkg", - "System.Runtime.Serialization.Primitives.4.1.0-beta-23419.nupkg.sha512", - "System.Runtime.Serialization.Primitives.nuspec" + "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.Runtime.Serialization.Primitives/4.1.0-rc3-23819": { + "System.Reflection.Extensions/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "OEctJIUDIx+c4V83WJXDUPRX8VZsYcWbIyZXyH81iQf6Ac9NLbGoczai+isabx/SKMYjvwsmbqEEdon4R8jCJg==", + "sha512": "CiaYbkU2dzOSTSB7X/xLvlae3rop8xz62XjflUSnyCaRPB5XaQR4JasHW07/lRKJowt67Km7K1LMpYEmoRku8w==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Runtime.Serialization.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "lib/DNXCore50/System.Reflection.Extensions.dll", "lib/net45/_._", - "lib/net46/System.Runtime.Serialization.Primitives.dll", - "lib/netcore50/System.Runtime.Serialization.Primitives.dll", + "lib/netcore50/System.Reflection.Extensions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/es/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/fr/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/it/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/ja/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/ko/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/ru/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/System.Runtime.Serialization.Primitives.dll", - "ref/dotnet5.1/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.1/zh-hant/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/de/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/es/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/fr/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/it/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/ja/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/ko/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/ru/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/System.Runtime.Serialization.Primitives.dll", - "ref/dotnet5.4/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/dotnet5.4/zh-hant/System.Runtime.Serialization.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", + "ref/dotnet5.1/de/System.Reflection.Extensions.xml", + "ref/dotnet5.1/es/System.Reflection.Extensions.xml", + "ref/dotnet5.1/fr/System.Reflection.Extensions.xml", + "ref/dotnet5.1/it/System.Reflection.Extensions.xml", + "ref/dotnet5.1/ja/System.Reflection.Extensions.xml", + "ref/dotnet5.1/ko/System.Reflection.Extensions.xml", + "ref/dotnet5.1/ru/System.Reflection.Extensions.xml", + "ref/dotnet5.1/System.Reflection.Extensions.dll", + "ref/dotnet5.1/System.Reflection.Extensions.xml", + "ref/dotnet5.1/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet5.1/zh-hant/System.Reflection.Extensions.xml", "ref/net45/_._", - "ref/net46/System.Runtime.Serialization.Primitives.dll", - "ref/netcore50/de/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/es/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/fr/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/it/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/ja/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/ko/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/ru/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/System.Runtime.Serialization.Primitives.dll", - "ref/netcore50/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/zh-hans/System.Runtime.Serialization.Primitives.xml", - "ref/netcore50/zh-hant/System.Runtime.Serialization.Primitives.xml", + "ref/netcore50/de/System.Reflection.Extensions.xml", + "ref/netcore50/es/System.Reflection.Extensions.xml", + "ref/netcore50/fr/System.Reflection.Extensions.xml", + "ref/netcore50/it/System.Reflection.Extensions.xml", + "ref/netcore50/ja/System.Reflection.Extensions.xml", + "ref/netcore50/ko/System.Reflection.Extensions.xml", + "ref/netcore50/ru/System.Reflection.Extensions.xml", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hans/System.Reflection.Extensions.xml", + "ref/netcore50/zh-hant/System.Reflection.Extensions.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Serialization.Primitives.dll", - "System.Runtime.Serialization.Primitives.4.1.0-rc3-23819.nupkg", - "System.Runtime.Serialization.Primitives.4.1.0-rc3-23819.nupkg.sha512", - "System.Runtime.Serialization.Primitives.nuspec", - "ThirdPartyNotices.txt" + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.1-beta-23516.nupkg", + "System.Reflection.Extensions.4.0.1-beta-23516.nupkg.sha512", + "System.Reflection.Extensions.nuspec" ] }, - "System.Security.Claims/4.0.1-rc3-23819": { + "System.Reflection.Primitives/4.0.0": { "type": "package", - "sha512": "qPHqNZewP14VYatWmsAGvXtbSEI5iuMnHLLejpuq3ruJf3iDHtVkN+sf6eUUAcrz++zEP1r7IiWdvLyq/w75kg==", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Security.Claims.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Claims.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Security.Claims.xml", - "ref/dotnet5.4/es/System.Security.Claims.xml", - "ref/dotnet5.4/fr/System.Security.Claims.xml", - "ref/dotnet5.4/it/System.Security.Claims.xml", - "ref/dotnet5.4/ja/System.Security.Claims.xml", - "ref/dotnet5.4/ko/System.Security.Claims.xml", - "ref/dotnet5.4/ru/System.Security.Claims.xml", - "ref/dotnet5.4/System.Security.Claims.dll", - "ref/dotnet5.4/System.Security.Claims.xml", - "ref/dotnet5.4/zh-hans/System.Security.Claims.xml", - "ref/dotnet5.4/zh-hant/System.Security.Claims.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Claims.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Claims.4.0.1-rc3-23819.nupkg.sha512", - "System.Security.Claims.nuspec", - "ThirdPartyNotices.txt" + "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.Security.Cryptography.Algorithms/4.0.0-rc2-23616": { + "System.Reflection.TypeExtensions/4.0.1-beta-23409": { "type": "package", "serviceable": true, - "sha512": "s/YjniJHQWaZn7y98E4tIwG/QY/5n7TUO1zqWv1yVu56azsyI3j3jMbIcko1w1xJYYBQVTntqjiD6/Eywh5jmw==", - "files": [ + "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/System.Security.Cryptography.Algorithms.dll", + "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/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "ref/dotnet/System.Reflection.TypeExtensions.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", + "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/_._", - "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-rc2-23616.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-rc2-23616.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec" + "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-23516": { + "type": "package", + "serviceable": true, + "sha512": "d1PiB1k57GP5EJZJKnJ+LgrOQCgHPnn5oySQAy4pL2MpEDDpTyTPKv+q9aRWUA25ICXaHkWJzeTkj898ePteWQ==", + "files": [ + "lib/DNXCore50/System.Resources.ResourceManager.dll", + "lib/net45/_._", + "lib/netcore50/System.Resources.ResourceManager.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet5.1/de/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/es/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/fr/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/it/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/ja/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/ko/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/ru/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/System.Resources.ResourceManager.dll", + "ref/dotnet5.1/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/zh-hans/System.Resources.ResourceManager.xml", + "ref/dotnet5.1/zh-hant/System.Resources.ResourceManager.xml", + "ref/net45/_._", + "ref/netcore50/de/System.Resources.ResourceManager.xml", + "ref/netcore50/es/System.Resources.ResourceManager.xml", + "ref/netcore50/fr/System.Resources.ResourceManager.xml", + "ref/netcore50/it/System.Resources.ResourceManager.xml", + "ref/netcore50/ja/System.Resources.ResourceManager.xml", + "ref/netcore50/ko/System.Resources.ResourceManager.xml", + "ref/netcore50/ru/System.Resources.ResourceManager.xml", + "ref/netcore50/System.Resources.ResourceManager.dll", + "ref/netcore50/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hans/System.Resources.ResourceManager.xml", + "ref/netcore50/zh-hant/System.Resources.ResourceManager.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", + "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" ] }, - "System.Security.Cryptography.Algorithms/4.0.0-rc3-23819": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "serviceable": true, - "sha512": "/uwiScq3JuExt16aok+9VI9uOXU66RX5MBJ4n20IZWOx8FhD3LCBmUdf2wufQJjNrMMNX/UncafoFsZcDpmk+Q==", + "sha512": "R174ctQjJnCIVxA2Yzp1v68wfLfPSROZWrbaSBcnEzHAQbOjprBQi37aWdr5y05Pq2J/O7h6SjTsYhVOLdiRYQ==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/net45/_._", + "lib/netcore50/System.Runtime.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "ref/dotnet5.1/de/System.Runtime.xml", + "ref/dotnet5.1/es/System.Runtime.xml", + "ref/dotnet5.1/fr/System.Runtime.xml", + "ref/dotnet5.1/it/System.Runtime.xml", + "ref/dotnet5.1/ja/System.Runtime.xml", + "ref/dotnet5.1/ko/System.Runtime.xml", + "ref/dotnet5.1/ru/System.Runtime.xml", + "ref/dotnet5.1/System.Runtime.dll", + "ref/dotnet5.1/System.Runtime.xml", + "ref/dotnet5.1/zh-hans/System.Runtime.xml", + "ref/dotnet5.1/zh-hant/System.Runtime.xml", + "ref/dotnet5.3/de/System.Runtime.xml", + "ref/dotnet5.3/es/System.Runtime.xml", + "ref/dotnet5.3/fr/System.Runtime.xml", + "ref/dotnet5.3/it/System.Runtime.xml", + "ref/dotnet5.3/ja/System.Runtime.xml", + "ref/dotnet5.3/ko/System.Runtime.xml", + "ref/dotnet5.3/ru/System.Runtime.xml", + "ref/dotnet5.3/System.Runtime.dll", + "ref/dotnet5.3/System.Runtime.xml", + "ref/dotnet5.3/zh-hans/System.Runtime.xml", + "ref/dotnet5.3/zh-hant/System.Runtime.xml", + "ref/dotnet5.4/de/System.Runtime.xml", + "ref/dotnet5.4/es/System.Runtime.xml", + "ref/dotnet5.4/fr/System.Runtime.xml", + "ref/dotnet5.4/it/System.Runtime.xml", + "ref/dotnet5.4/ja/System.Runtime.xml", + "ref/dotnet5.4/ko/System.Runtime.xml", + "ref/dotnet5.4/ru/System.Runtime.xml", + "ref/dotnet5.4/System.Runtime.dll", + "ref/dotnet5.4/System.Runtime.xml", + "ref/dotnet5.4/zh-hans/System.Runtime.xml", + "ref/dotnet5.4/zh-hant/System.Runtime.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/net45/_._", + "ref/netcore50/de/System.Runtime.xml", + "ref/netcore50/es/System.Runtime.xml", + "ref/netcore50/fr/System.Runtime.xml", + "ref/netcore50/it/System.Runtime.xml", + "ref/netcore50/ja/System.Runtime.xml", + "ref/netcore50/ko/System.Runtime.xml", + "ref/netcore50/ru/System.Runtime.xml", + "ref/netcore50/System.Runtime.dll", + "ref/netcore50/System.Runtime.xml", + "ref/netcore50/zh-hans/System.Runtime.xml", + "ref/netcore50/zh-hant/System.Runtime.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-rc3-23819.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Security.Cryptography.Cng/4.0.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "/DgyLDoNADkltFlASkX49i5syWKORC+rEgW+0HkQGSSdzlzSGqH1+9bfsVwhiNnKdiYG2rT01CgSJAkThpBGSg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", - "lib/net46/System.Security.Cryptography.Cng.dll", - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll", - "ref/net46/System.Security.Cryptography.Cng.dll", - "System.Security.Cryptography.Cng.4.0.0-rc3-23819.nupkg", - "System.Security.Cryptography.Cng.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Cryptography.Cng.nuspec", - "ThirdPartyNotices.txt" + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "System.Runtime.4.0.21-beta-23516.nupkg", + "System.Runtime.4.0.21-beta-23516.nupkg.sha512", + "System.Runtime.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-rc3-23819": { + "System.Runtime.Extensions/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "2ebG8gLVlxlvEnelAAZxnSvJ6XzPHGnMxtP+yrj+glLqb7xp2VW5PAIldzznR0qQjD+6c1ewpw7Kikn6LecV7Q==", + "sha512": "HX4wNPrcCV9D+jpbsJCRPuVJbcDM+JobSotQWKq40lCq0WJbJi+0lNQ/T1zHEdWcf4W2PmtMkug1rW7yKW9PiQ==", "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll", + "ref/dotnet5.1/de/System.Runtime.Extensions.xml", + "ref/dotnet5.1/es/System.Runtime.Extensions.xml", + "ref/dotnet5.1/fr/System.Runtime.Extensions.xml", + "ref/dotnet5.1/it/System.Runtime.Extensions.xml", + "ref/dotnet5.1/ja/System.Runtime.Extensions.xml", + "ref/dotnet5.1/ko/System.Runtime.Extensions.xml", + "ref/dotnet5.1/ru/System.Runtime.Extensions.xml", + "ref/dotnet5.1/System.Runtime.Extensions.dll", + "ref/dotnet5.1/System.Runtime.Extensions.xml", + "ref/dotnet5.1/zh-hans/System.Runtime.Extensions.xml", + "ref/dotnet5.1/zh-hant/System.Runtime.Extensions.xml", + "ref/dotnet5.4/de/System.Runtime.Extensions.xml", + "ref/dotnet5.4/es/System.Runtime.Extensions.xml", + "ref/dotnet5.4/fr/System.Runtime.Extensions.xml", + "ref/dotnet5.4/it/System.Runtime.Extensions.xml", + "ref/dotnet5.4/ja/System.Runtime.Extensions.xml", + "ref/dotnet5.4/ko/System.Runtime.Extensions.xml", + "ref/dotnet5.4/ru/System.Runtime.Extensions.xml", + "ref/dotnet5.4/System.Runtime.Extensions.dll", + "ref/dotnet5.4/System.Runtime.Extensions.xml", + "ref/dotnet5.4/zh-hans/System.Runtime.Extensions.xml", + "ref/dotnet5.4/zh-hant/System.Runtime.Extensions.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/net45/_._", + "ref/netcore50/de/System.Runtime.Extensions.xml", + "ref/netcore50/es/System.Runtime.Extensions.xml", + "ref/netcore50/fr/System.Runtime.Extensions.xml", + "ref/netcore50/it/System.Runtime.Extensions.xml", + "ref/netcore50/ja/System.Runtime.Extensions.xml", + "ref/netcore50/ko/System.Runtime.Extensions.xml", + "ref/netcore50/ru/System.Runtime.Extensions.xml", + "ref/netcore50/System.Runtime.Extensions.dll", + "ref/netcore50/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hans/System.Runtime.Extensions.xml", + "ref/netcore50/zh-hant/System.Runtime.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-rc3-23819.nupkg", - "System.Security.Cryptography.Csp.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Cryptography.Csp.nuspec", - "ThirdPartyNotices.txt" + "runtime.json", + "System.Runtime.Extensions.4.0.11-beta-23516.nupkg", + "System.Runtime.Extensions.4.0.11-beta-23516.nupkg.sha512", + "System.Runtime.Extensions.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-rc3-23819": { + "System.Runtime.Handles/4.0.0": { "type": "package", "serviceable": true, - "sha512": "kL0ftLya2mvgtStV5eE3FfL7LM2UCKbFT1zkt25g+iG5g6sPPvsFl2lXd7KBEM4xwMqCv0x0NiCO00GmEOSxOQ==", + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Runtime.Handles.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/es/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/fr/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/it/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/ja/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/ko/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/ru/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll", - "ref/dotnet5.4/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.4/zh-hant/System.Security.Cryptography.Encoding.xml", + "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/System.Security.Cryptography.Encoding.dll", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-rc3-23819.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Cryptography.Encoding.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Security.Cryptography.Hashing.Algorithms/4.0.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "XY15yEU8nhSexa/zr4ie3mtlFsPHdQODumfqQwwjBbRlA+jdn0ue8oabzlGy6UsppZWcCZgwpnpDFqiu1aixMg==", - "files": [ - "lib/DNXCore50/System.Security.Cryptography.Hashing.Algorithms.dll", - "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23225.nupkg", - "System.Security.Cryptography.Hashing.Algorithms.4.0.0-beta-23225.nupkg.sha512", - "System.Security.Cryptography.Hashing.Algorithms.nuspec" + "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.Security.Cryptography.Primitives/4.0.0-rc2-23616": { + "System.Runtime.InteropServices/4.0.21-beta-23516": { "type": "package", "serviceable": true, - "sha512": "UPVVYjwhJLHnIy1DK4GCqiDDm+/A2042LvneW3SWGSiOX8CqUaqiP4bcqnWBqoKfeoS9dlh0oelN1Hyn+K8QNw==", + "sha512": "XRWX4yFPKQ3t3hbPReLB9d2ViTuGqMLYHGcuWteIYgoIaKtHp7Uae2xHjiUG/QZbVN6vUp+KnL04aIi5dOj8lQ==", "files": [ - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "lib/DNXCore50/System.Runtime.InteropServices.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/win8/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "ref/dotnet5.2/de/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/es/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/fr/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/it/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/ja/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/ko/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/ru/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/System.Runtime.InteropServices.dll", + "ref/dotnet5.2/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet5.2/zh-hant/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/de/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/es/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/fr/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/it/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/ja/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/ko/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/ru/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/System.Runtime.InteropServices.dll", + "ref/dotnet5.3/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet5.3/zh-hant/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/de/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/es/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/fr/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/it/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/ja/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/ko/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/ru/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/System.Runtime.InteropServices.dll", + "ref/dotnet5.4/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet5.4/zh-hant/System.Runtime.InteropServices.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/net45/_._", + "ref/netcore50/de/System.Runtime.InteropServices.xml", + "ref/netcore50/es/System.Runtime.InteropServices.xml", + "ref/netcore50/fr/System.Runtime.InteropServices.xml", + "ref/netcore50/it/System.Runtime.InteropServices.xml", + "ref/netcore50/ja/System.Runtime.InteropServices.xml", + "ref/netcore50/ko/System.Runtime.InteropServices.xml", + "ref/netcore50/ru/System.Runtime.InteropServices.xml", + "ref/netcore50/System.Runtime.InteropServices.dll", + "ref/netcore50/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hans/System.Runtime.InteropServices.xml", + "ref/netcore50/zh-hant/System.Runtime.InteropServices.xml", + "ref/win8/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-rc2-23616.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-rc2-23616.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec" + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.21-beta-23516.nupkg", + "System.Runtime.InteropServices.4.0.21-beta-23516.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-rc3-23819": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Pcjrin7LwPvH0dTzfI13CojV2DHxmNGY6C2yr4Y3EhfV82J/WDP7vHBty/93IJwwfJ6qCTM7kuHxZRsoP0o5jw==", + "sha512": "yvMpzC6Cd/UBHB3LU4z4jorW8nuitQfG171R8INxoUtNTZPBUmVhW4MW4adQYmwZ9IJ5C5rxnXKNfsvF5g9eog==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/net46/System.Security.Cryptography.Algorithms.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/net46/System.Security.Cryptography.Algorithms.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-rc3-23819.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec", - "ThirdPartyNotices.txt" + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23516.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" ] }, - "System.Security.Cryptography.X509Certificates/4.0.0-rc3-23819": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "PieczpohuNm3PygPlxmPpMcsbBagkueOeXMGX1DoCFPj8bp/OLvCS99KSy/rGJVYWb+lcrzE23DeUANGSei3Gg==", + "sha512": "YEHmq6x6u2grEuZFAX9au+6uY8SCIkA6lu4wbrt2C71RFQKWEyO5G9+pk1v0QcNPqay/38aSm9v/BoTFNQii1Q==", "files": [ - "dotnet_library_license.txt", + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", + "lib/net46/System.Security.Cryptography.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/es/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/it/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll", - "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet5.4/zh-hant/System.Security.Cryptography.X509Certificates.xml", + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-rc3-23819.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Cryptography.X509Certificates.nuspec", - "ThirdPartyNotices.txt" + "System.Security.Cryptography.Primitives.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23516.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" ] }, - "System.Security.Principal/4.0.1-rc3-23819": { + "System.Security.Principal/4.0.0": { "type": "package", - "sha512": "8bQQaKRaX1XOWP18+Qui6XDk5UvSjd6x+Tb8W/Cj3QtWzUymHdErRXTjn8Gz3Y3TdSWqls9COe+VPOBaktOwag==", + "serviceable": true, + "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.1/System.Security.Principal.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", + "lib/dotnet/System.Security.Principal.dll", "lib/net45/_._", "lib/netcore50/System.Security.Principal.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Security.Principal.xml", - "ref/dotnet5.1/es/System.Security.Principal.xml", - "ref/dotnet5.1/fr/System.Security.Principal.xml", - "ref/dotnet5.1/it/System.Security.Principal.xml", - "ref/dotnet5.1/ja/System.Security.Principal.xml", - "ref/dotnet5.1/ko/System.Security.Principal.xml", - "ref/dotnet5.1/ru/System.Security.Principal.xml", - "ref/dotnet5.1/System.Security.Principal.dll", - "ref/dotnet5.1/System.Security.Principal.xml", - "ref/dotnet5.1/zh-hans/System.Security.Principal.xml", - "ref/dotnet5.1/zh-hant/System.Security.Principal.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", + "ref/dotnet/de/System.Security.Principal.xml", + "ref/dotnet/es/System.Security.Principal.xml", + "ref/dotnet/fr/System.Security.Principal.xml", + "ref/dotnet/it/System.Security.Principal.xml", + "ref/dotnet/ja/System.Security.Principal.xml", + "ref/dotnet/ko/System.Security.Principal.xml", + "ref/dotnet/ru/System.Security.Principal.xml", + "ref/dotnet/System.Security.Principal.dll", + "ref/dotnet/System.Security.Principal.xml", + "ref/dotnet/zh-hans/System.Security.Principal.xml", + "ref/dotnet/zh-hant/System.Security.Principal.xml", "ref/net45/_._", - "ref/netcore50/de/System.Security.Principal.xml", - "ref/netcore50/es/System.Security.Principal.xml", - "ref/netcore50/fr/System.Security.Principal.xml", - "ref/netcore50/it/System.Security.Principal.xml", - "ref/netcore50/ja/System.Security.Principal.xml", - "ref/netcore50/ko/System.Security.Principal.xml", - "ref/netcore50/ru/System.Security.Principal.xml", "ref/netcore50/System.Security.Principal.dll", "ref/netcore50/System.Security.Principal.xml", - "ref/netcore50/zh-hans/System.Security.Principal.xml", - "ref/netcore50/zh-hant/System.Security.Principal.xml", "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Principal.4.0.1-rc3-23819.nupkg.sha512", - "System.Security.Principal.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Security.Principal.Windows/4.0.0-rc3-23819": { - "type": "package", - "sha512": "4Fwo6Pc7tKSEecgvIUA96KLFsklXg+Es3ToDcM/aNUSxpkZhLD0GI+YKdbnC346YkExcRppZND1O6N2MEDOPSw==", - "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Security.Principal.Windows.dll", - "lib/net46/System.Security.Principal.Windows.dll", - "ref/dotnet5.4/de/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/es/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/fr/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/it/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/ja/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/ko/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/ru/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/System.Security.Principal.Windows.dll", - "ref/dotnet5.4/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/zh-hans/System.Security.Principal.Windows.xml", - "ref/dotnet5.4/zh-hant/System.Security.Principal.Windows.xml", - "ref/net46/System.Security.Principal.Windows.dll", - "System.Security.Principal.Windows.4.0.0-rc3-23819.nupkg.sha512", - "System.Security.Principal.Windows.nuspec", - "ThirdPartyNotices.txt" + "System.Security.Principal.4.0.0.nupkg", + "System.Security.Principal.4.0.0.nupkg.sha512", + "System.Security.Principal.nuspec" ] }, - "System.Text.Encoding/4.0.11-rc3-23819": { + "System.Text.Encoding/4.0.10": { "type": "package", - "sha512": "iTG4LTCsWV0h6UTW9IqoYn9hqrCAOet2ywDaqCwobnvUEtJ2XUm6AnzWj21qt+3FCXHE1U80ceUlRw0QkFBRTA==", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Text.Encoding.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Text.Encoding.xml", - "ref/dotnet5.1/es/System.Text.Encoding.xml", - "ref/dotnet5.1/fr/System.Text.Encoding.xml", - "ref/dotnet5.1/it/System.Text.Encoding.xml", - "ref/dotnet5.1/ja/System.Text.Encoding.xml", - "ref/dotnet5.1/ko/System.Text.Encoding.xml", - "ref/dotnet5.1/ru/System.Text.Encoding.xml", - "ref/dotnet5.1/System.Text.Encoding.dll", - "ref/dotnet5.1/System.Text.Encoding.xml", - "ref/dotnet5.1/zh-hans/System.Text.Encoding.xml", - "ref/dotnet5.1/zh-hant/System.Text.Encoding.xml", - "ref/dotnet5.4/de/System.Text.Encoding.xml", - "ref/dotnet5.4/es/System.Text.Encoding.xml", - "ref/dotnet5.4/fr/System.Text.Encoding.xml", - "ref/dotnet5.4/it/System.Text.Encoding.xml", - "ref/dotnet5.4/ja/System.Text.Encoding.xml", - "ref/dotnet5.4/ko/System.Text.Encoding.xml", - "ref/dotnet5.4/ru/System.Text.Encoding.xml", - "ref/dotnet5.4/System.Text.Encoding.dll", - "ref/dotnet5.4/System.Text.Encoding.xml", - "ref/dotnet5.4/zh-hans/System.Text.Encoding.xml", - "ref/dotnet5.4/zh-hant/System.Text.Encoding.xml", + "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/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Text.Encoding.4.0.11-rc3-23819.nupkg.sha512", - "System.Text.Encoding.nuspec", - "ThirdPartyNotices.txt" + "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-rc3-23819": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", - "sha512": "13D2Q9tKLTnFOJZV1YMA7He0teDrTro3+M39Ozl2hHhkw4bZIAxgFJrCUi1Rm15luHjvddg5DYwakJnc/bM9ig==", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/System.Text.Encoding.Extensions.dll", - "ref/dotnet5.1/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.1/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/System.Text.Encoding.Extensions.dll", - "ref/dotnet5.4/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet5.4/zh-hant/System.Text.Encoding.Extensions.xml", + "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/net45/_._", - "ref/netcore50/de/System.Text.Encoding.Extensions.xml", - "ref/netcore50/es/System.Text.Encoding.Extensions.xml", - "ref/netcore50/fr/System.Text.Encoding.Extensions.xml", - "ref/netcore50/it/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ja/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ko/System.Text.Encoding.Extensions.xml", - "ref/netcore50/ru/System.Text.Encoding.Extensions.xml", - "ref/netcore50/System.Text.Encoding.Extensions.dll", - "ref/netcore50/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/netcore50/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Text.Encoding.Extensions.4.0.11-rc3-23819.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec", - "ThirdPartyNotices.txt" + "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.12-rc3-23819": { + "System.Text.RegularExpressions/4.0.10": { "type": "package", - "sha512": "E30FGu3RvQdDUFGbXNb3v0zdtumX++kNOCHp+cmVzhvVecHATcchpRNWBEzRgiumK0oyBizvMyz+xPzg8Mz/Sw==", + "serviceable": true, + "sha512": "0vDuHXJePpfMCecWBNOabOKCvzfTbFMNcGgklt3l5+RqHV5SzmF7RUVpuet8V0rJX30ROlL66xdehw2Rdsn2DA==", "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Text.RegularExpressions.dll", + "lib/dotnet/System.Text.RegularExpressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Text.RegularExpressions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", + "lib/net46/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/es/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/fr/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/it/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/ja/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/ko/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/ru/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/System.Text.RegularExpressions.dll", - "ref/dotnet5.1/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/zh-hans/System.Text.RegularExpressions.xml", - "ref/dotnet5.1/zh-hant/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/de/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/es/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/fr/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/it/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/ja/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/ko/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/ru/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/System.Text.RegularExpressions.dll", - "ref/dotnet5.4/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/zh-hans/System.Text.RegularExpressions.xml", - "ref/dotnet5.4/zh-hant/System.Text.RegularExpressions.xml", + "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/net45/_._", - "ref/netcore50/de/System.Text.RegularExpressions.xml", - "ref/netcore50/es/System.Text.RegularExpressions.xml", - "ref/netcore50/fr/System.Text.RegularExpressions.xml", - "ref/netcore50/it/System.Text.RegularExpressions.xml", - "ref/netcore50/ja/System.Text.RegularExpressions.xml", - "ref/netcore50/ko/System.Text.RegularExpressions.xml", - "ref/netcore50/ru/System.Text.RegularExpressions.xml", - "ref/netcore50/System.Text.RegularExpressions.dll", - "ref/netcore50/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hans/System.Text.RegularExpressions.xml", - "ref/netcore50/zh-hant/System.Text.RegularExpressions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", + "ref/net46/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Text.RegularExpressions.4.0.12-rc3-23819.nupkg.sha512", - "System.Text.RegularExpressions.nuspec", - "ThirdPartyNotices.txt" + "System.Text.RegularExpressions.4.0.10.nupkg", + "System.Text.RegularExpressions.4.0.10.nupkg.sha512", + "System.Text.RegularExpressions.nuspec" ] }, - "System.Threading/4.0.11-rc3-23819": { + "System.Threading/4.0.11-beta-23516": { "type": "package", - "sha512": "sEJrBbtVRuAIIqTf+vSb9gtieHHzUcH5u9FkUoaCluiWtlCV1+j4EB9tasK4gy2EsLS7jMo6gwhlCBB+8PSnng==", + "serviceable": true, + "sha512": "AiuvOzOo6CZpIIw3yGJZcs3IhiCZcy0P/ThubazmWExERHJZoOnD/jB+Bn2gxTAD0rc/ytrRdBur9PuX6DvvvA==", "files": [ - "dotnet_library_license.txt", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", @@ -9674,44 +5818,46 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Threading.4.0.11-rc3-23819.nupkg.sha512", - "System.Threading.nuspec", - "ThirdPartyNotices.txt" + "System.Threading.4.0.11-beta-23516.nupkg", + "System.Threading.4.0.11-beta-23516.nupkg.sha512", + "System.Threading.nuspec" ] }, - "System.Threading.Overlapped/4.0.1-rc3-23819": { + "System.Threading.Overlapped/4.0.0": { "type": "package", - "sha512": "R4Q3d+7ILmquJhYO28NmAsY6XxWUPPvg0WqJ90Q2XW7o8MGzYR+YivG6xj/0fBbiVHLRH5V0VMVUt75aNXpABw==", + "serviceable": true, + "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", "files": [ - "dotnet_library_license.txt", "lib/DNXCore50/System.Threading.Overlapped.dll", "lib/net46/System.Threading.Overlapped.dll", "lib/netcore50/System.Threading.Overlapped.dll", - "ref/dotnet5.4/de/System.Threading.Overlapped.xml", - "ref/dotnet5.4/es/System.Threading.Overlapped.xml", - "ref/dotnet5.4/fr/System.Threading.Overlapped.xml", - "ref/dotnet5.4/it/System.Threading.Overlapped.xml", - "ref/dotnet5.4/ja/System.Threading.Overlapped.xml", - "ref/dotnet5.4/ko/System.Threading.Overlapped.xml", - "ref/dotnet5.4/ru/System.Threading.Overlapped.xml", - "ref/dotnet5.4/System.Threading.Overlapped.dll", - "ref/dotnet5.4/System.Threading.Overlapped.xml", - "ref/dotnet5.4/zh-hans/System.Threading.Overlapped.xml", - "ref/dotnet5.4/zh-hant/System.Threading.Overlapped.xml", + "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.1-rc3-23819.nupkg.sha512", - "System.Threading.Overlapped.nuspec", - "ThirdPartyNotices.txt" + "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-rc3-23819": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", - "sha512": "p9V/P3TsOu8yQ3mWxJak+4y/74OkC12EjdqoUXJQfkP8Nfiub6YkjmT4/uxjUHyJ4PzGV3JRJfFq+VNyPvlwhQ==", + "serviceable": true, + "sha512": "xjN0l+GsHEdV3G2lKF7DnH7kEM2OXoWq56jcvByNaiirrs1om5RyI6gwX7F4rTbkf8eZk1pjg01l4CI3nLyTKg==", "files": [ - "dotnet_library_license.txt", + "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", + "lib/netcore50/System.Threading.Tasks.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", @@ -9758,30 +5904,16 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "runtime.json", - "System.Threading.Tasks.4.0.11-rc3-23819.nupkg.sha512", - "System.Threading.Tasks.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Threading.Tasks.Extensions/4.0.0-rc3-23819": { - "type": "package", - "sha512": "vGcRx3GytyvdCX8/QCeL2wTwZ5s+6YbmYhJXnYgyfQRvCpSPD+11LrSQbaxZhtNBmb0NnAvRIpP68D4JzeCp3Q==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.1/System.Threading.Tasks.Extensions.dll", - "lib/dotnet5.1/System.Threading.Tasks.Extensions.xml", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.dll", - "lib/portable-net45+win8+wp8+wpa81/System.Threading.Tasks.Extensions.xml", - "System.Threading.Tasks.Extensions.4.0.0-rc3-23819.nupkg.sha512", - "System.Threading.Tasks.Extensions.nuspec", - "ThirdPartyNotices.txt" + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "System.Threading.Tasks.4.0.11-beta-23516.nupkg", + "System.Threading.Tasks.4.0.11-beta-23516.nupkg.sha512", + "System.Threading.Tasks.nuspec" ] }, - "System.Threading.Thread/4.0.0-rc2-23616": { + "System.Threading.Thread/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "GOb2si5mskbVnxxU5Zkv20Al06v7XwPqdTS9nAottE2aCcZ/7acH0vwxO4IElSmW5dqmXVJnuk8MMQYTDgbhAg==", + "sha512": "2a5k/EmBXNiIoQZ8hk32KjoCVs1E5OdQtqJCHcW4qThmk+m/siQgB7zYamlRBeQ5zJs7c1l4oN/y5+YRq8oQ2Q==", "files": [ "lib/DNXCore50/System.Threading.Thread.dll", "lib/MonoAndroid10/_._", @@ -9789,61 +5921,27 @@ "lib/net46/System.Threading.Thread.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Threading.Thread.xml", - "ref/dotnet5.4/es/System.Threading.Thread.xml", - "ref/dotnet5.4/fr/System.Threading.Thread.xml", - "ref/dotnet5.4/it/System.Threading.Thread.xml", - "ref/dotnet5.4/ja/System.Threading.Thread.xml", - "ref/dotnet5.4/ko/System.Threading.Thread.xml", - "ref/dotnet5.4/ru/System.Threading.Thread.xml", - "ref/dotnet5.4/System.Threading.Thread.dll", - "ref/dotnet5.4/System.Threading.Thread.xml", - "ref/dotnet5.4/zh-hans/System.Threading.Thread.xml", - "ref/dotnet5.4/zh-hant/System.Threading.Thread.xml", + "ref/dotnet5.1/de/System.Threading.Thread.xml", + "ref/dotnet5.1/es/System.Threading.Thread.xml", + "ref/dotnet5.1/fr/System.Threading.Thread.xml", + "ref/dotnet5.1/it/System.Threading.Thread.xml", + "ref/dotnet5.1/ja/System.Threading.Thread.xml", + "ref/dotnet5.1/ko/System.Threading.Thread.xml", + "ref/dotnet5.1/ru/System.Threading.Thread.xml", + "ref/dotnet5.1/System.Threading.Thread.dll", + "ref/dotnet5.1/System.Threading.Thread.xml", + "ref/dotnet5.1/zh-hans/System.Threading.Thread.xml", + "ref/dotnet5.1/zh-hant/System.Threading.Thread.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Threading.Thread.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Threading.Thread.4.0.0-rc2-23616.nupkg", - "System.Threading.Thread.4.0.0-rc2-23616.nupkg.sha512", + "System.Threading.Thread.4.0.0-beta-23516.nupkg", + "System.Threading.Thread.4.0.0-beta-23516.nupkg.sha512", "System.Threading.Thread.nuspec" ] }, - "System.Threading.Thread/4.0.0-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "w6kw6w0ThroUtB0TJlp66oR3S7aqamU2Er+myDsJZq1MqyEuOLjUhjQ7WseUczPy5ke1XlgIcU5SiUxWO31AoA==", - "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Threading.Thread.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.Thread.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Threading.Thread.xml", - "ref/dotnet5.4/es/System.Threading.Thread.xml", - "ref/dotnet5.4/fr/System.Threading.Thread.xml", - "ref/dotnet5.4/it/System.Threading.Thread.xml", - "ref/dotnet5.4/ja/System.Threading.Thread.xml", - "ref/dotnet5.4/ko/System.Threading.Thread.xml", - "ref/dotnet5.4/ru/System.Threading.Thread.xml", - "ref/dotnet5.4/System.Threading.Thread.dll", - "ref/dotnet5.4/System.Threading.Thread.xml", - "ref/dotnet5.4/zh-hans/System.Threading.Thread.xml", - "ref/dotnet5.4/zh-hant/System.Threading.Thread.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.Thread.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.Thread.4.0.0-rc3-23819.nupkg", - "System.Threading.Thread.4.0.0-rc3-23819.nupkg.sha512", - "System.Threading.Thread.nuspec", - "ThirdPartyNotices.txt" - ] - }, "System.Threading.ThreadPool/4.0.10-beta-23516": { "type": "package", "serviceable": true, @@ -9876,89 +5974,9 @@ "System.Threading.ThreadPool.nuspec" ] }, - "System.Threading.ThreadPool/4.0.10-rc3-23819": { - "type": "package", - "serviceable": true, - "sha512": "HmYm+i4Jhd/+9zW1GCqshCw74SphqMbwwBre8qmSoQx3ESsZr1Js1eU0xTUOufAQ9u4742QazS7kVoyAmQHm8g==", - "files": [ - "dotnet_library_license.txt", - "lib/DNXCore50/System.Threading.ThreadPool.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Threading.ThreadPool.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.4/de/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/es/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/fr/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/it/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/ja/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/ko/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/ru/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/System.Threading.ThreadPool.dll", - "ref/dotnet5.4/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/zh-hans/System.Threading.ThreadPool.xml", - "ref/dotnet5.4/zh-hant/System.Threading.ThreadPool.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Threading.ThreadPool.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Threading.ThreadPool.4.0.10-rc3-23819.nupkg", - "System.Threading.ThreadPool.4.0.10-rc3-23819.nupkg.sha512", - "System.Threading.ThreadPool.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Threading.Timer/4.0.1-rc3-23819": { - "type": "package", - "sha512": "qUsrKLSp+0bnhmo17z/kzRD9adl4raF6ZfNxLgLoFS7H1xJTqheEPhKZ4RXSuz4OKdaW86WI98doelHIAdAi8g==", - "files": [ - "dotnet_library_license.txt", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net451/_._", - "lib/win81/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.3/de/System.Threading.Timer.xml", - "ref/dotnet5.3/es/System.Threading.Timer.xml", - "ref/dotnet5.3/fr/System.Threading.Timer.xml", - "ref/dotnet5.3/it/System.Threading.Timer.xml", - "ref/dotnet5.3/ja/System.Threading.Timer.xml", - "ref/dotnet5.3/ko/System.Threading.Timer.xml", - "ref/dotnet5.3/ru/System.Threading.Timer.xml", - "ref/dotnet5.3/System.Threading.Timer.dll", - "ref/dotnet5.3/System.Threading.Timer.xml", - "ref/dotnet5.3/zh-hans/System.Threading.Timer.xml", - "ref/dotnet5.3/zh-hant/System.Threading.Timer.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net451/_._", - "ref/netcore50/de/System.Threading.Timer.xml", - "ref/netcore50/es/System.Threading.Timer.xml", - "ref/netcore50/fr/System.Threading.Timer.xml", - "ref/netcore50/it/System.Threading.Timer.xml", - "ref/netcore50/ja/System.Threading.Timer.xml", - "ref/netcore50/ko/System.Threading.Timer.xml", - "ref/netcore50/ru/System.Threading.Timer.xml", - "ref/netcore50/System.Threading.Timer.dll", - "ref/netcore50/System.Threading.Timer.xml", - "ref/netcore50/zh-hans/System.Threading.Timer.xml", - "ref/netcore50/zh-hant/System.Threading.Timer.xml", - "ref/win81/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Threading.Timer.4.0.1-rc3-23819.nupkg.sha512", - "System.Threading.Timer.nuspec", - "ThirdPartyNotices.txt" - ] - }, "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", @@ -9983,76 +6001,16 @@ "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.ReaderWriter/4.0.11-rc3-23819": { - "type": "package", - "sha512": "SMzKr38QE6UMkp+jwbNs7W/Jvxb5aRCYO0G/puZ/ZL2T2z+a1Fy2era49VFNrwCV6Ab0fM5UozjYJdSNnqP2dg==", - "files": [ - "dotnet_library_license.txt", - "lib/dotnet5.4/System.Xml.ReaderWriter.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.Xml.ReaderWriter.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/es/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/fr/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/it/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/ja/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/ko/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/ru/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/System.Xml.ReaderWriter.dll", - "ref/dotnet5.1/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/zh-hans/System.Xml.ReaderWriter.xml", - "ref/dotnet5.1/zh-hant/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/de/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/es/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/fr/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/it/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/ja/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/ko/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/ru/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/System.Xml.ReaderWriter.dll", - "ref/dotnet5.4/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/zh-hans/System.Xml.ReaderWriter.xml", - "ref/dotnet5.4/zh-hant/System.Xml.ReaderWriter.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/de/System.Xml.ReaderWriter.xml", - "ref/netcore50/es/System.Xml.ReaderWriter.xml", - "ref/netcore50/fr/System.Xml.ReaderWriter.xml", - "ref/netcore50/it/System.Xml.ReaderWriter.xml", - "ref/netcore50/ja/System.Xml.ReaderWriter.xml", - "ref/netcore50/ko/System.Xml.ReaderWriter.xml", - "ref/netcore50/ru/System.Xml.ReaderWriter.xml", - "ref/netcore50/System.Xml.ReaderWriter.dll", - "ref/netcore50/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hans/System.Xml.ReaderWriter.xml", - "ref/netcore50/zh-hant/System.Xml.ReaderWriter.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Xml.ReaderWriter.4.0.11-rc3-23819.nupkg.sha512", - "System.Xml.ReaderWriter.nuspec", - "ThirdPartyNotices.txt" - ] - }, - "System.Xml.XDocument/4.0.11-rc3-23819": { + "System.Xml.XDocument/4.0.11-beta-23516": { "type": "package", - "sha512": "oARYiMTUl2tgxMMQnFEB34Wirz9VfuWAQVgNudDgblAF6hkAVG2E/DcUxQR/0VfrQHP5K4yWfPZDkuLUHYbxBQ==", + "serviceable": true, + "sha512": "sVbIsIQ8c3UnhnV9a8/J1boDVLpfqVsolNJ/nIvrU4g3TE0RpC2yFkivPmXYpwllsa1b6ajxZcZ+ItMhhXy8vA==", "files": [ - "dotnet_library_license.txt", "lib/dotnet5.4/System.Xml.XDocument.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -10104,16 +6062,17 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Xml.XDocument.4.0.11-rc3-23819.nupkg.sha512", - "System.Xml.XDocument.nuspec", - "ThirdPartyNotices.txt" + "System.Xml.XDocument.4.0.11-beta-23516.nupkg", + "System.Xml.XDocument.4.0.11-beta-23516.nupkg.sha512", + "System.Xml.XDocument.nuspec" ] }, - "xunit/2.2.0-beta1-build3239": { + "xunit/2.1.0": { "type": "package", - "sha512": "j/MqJK2vBsTqdcGQCrMw0pQKbwQF1o9BeFRZ1BNlHe2W1/5ixqJFon/dr55MAnFgQrb4Euabonmn5JNluK4qeQ==", + "sha512": "u/7VQSOSXa7kSG4iK6Lcn7RqKZQ3hk7cnyMNVMpXHSP0RI5VQEtc44hvkG3LyWOVsx1dhUDD3rPAHAxyOUDQJw==", "files": [ - "xunit.2.2.0-beta1-build3239.nupkg.sha512", + "xunit.2.1.0.nupkg", + "xunit.2.1.0.nupkg.sha512", "xunit.nuspec" ] }, @@ -10129,9 +6088,9 @@ "xunit.abstractions.nuspec" ] }, - "xunit.assert/2.2.0-beta1-build3239": { + "xunit.assert/2.1.0": { "type": "package", - "sha512": "fczO1r6zCqUCAw8DOBIrylzC038gDAxyb98h1S8BQIJTzM1LWlYIAa60z5YMl/himWzAw9NQGoju3QTyH+OsWQ==", + "sha512": "Hhhw+YaTe+BGhbr57dxVE+6VJk8BfThqFFii1XIsSZ4qx+SSCixprJC10JkiLRVSTfWyT8W/4nAf6NQgIrmBxA==", "files": [ "lib/dotnet/xunit.assert.dll", "lib/dotnet/xunit.assert.pdb", @@ -10139,13 +6098,14 @@ "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.2.0-beta1-build3239.nupkg.sha512", + "xunit.assert.2.1.0.nupkg", + "xunit.assert.2.1.0.nupkg.sha512", "xunit.assert.nuspec" ] }, - "xunit.core/2.2.0-beta1-build3239": { + "xunit.core/2.1.0": { "type": "package", - "sha512": "Ejolxzd5yln1UxoL8U6C9d2qyIkdLxJdsTy6igRIyp+5RnSq16BfiCLjyyapBO5hzuqTTUK27buXnKcpR1lqfQ==", + "sha512": "jlbYdPbnkPIRwJllcT/tQZCNsSElVDEymdpJfH79uTUrPARkELVYw9o/zhAjKZXmeikGqGK5C2Yny4gTNoEu0Q==", "files": [ "build/_desktop/xunit.execution.desktop.dll", "build/dnx451/_._", @@ -10158,13 +6118,14 @@ "build/wp8/_._", "build/wpa81/xunit.core.props", "build/xamarinios/_._", - "xunit.core.2.2.0-beta1-build3239.nupkg.sha512", + "xunit.core.2.1.0.nupkg", + "xunit.core.2.1.0.nupkg.sha512", "xunit.core.nuspec" ] }, - "xunit.extensibility.core/2.2.0-beta1-build3239": { + "xunit.extensibility.core/2.1.0": { "type": "package", - "sha512": "jdTnfYPo5ArIVnb0Q5Br44ygr3rD9ubfWVC5O+/Fky1i5ORGXueEmrxI/vunR05vhmcorr8N2ZhxtfREVwcSVg==", + "sha512": "ANWM3WxeaeHjACLRlmrv+xOc0WAcr3cvIiJE+gqbdzTv1NCH4p1VDyT+8WmmdCc9db0WFiJLaDy4YTYsL1wWXw==", "files": [ "lib/dotnet/xunit.core.dll", "lib/dotnet/xunit.core.dll.tdnet", @@ -10178,13 +6139,14 @@ "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.2.0-beta1-build3239.nupkg.sha512", + "xunit.extensibility.core.2.1.0.nupkg", + "xunit.extensibility.core.2.1.0.nupkg.sha512", "xunit.extensibility.core.nuspec" ] }, - "xunit.extensibility.execution/2.2.0-beta1-build3239": { + "xunit.extensibility.execution/2.1.0": { "type": "package", - "sha512": "lBMxtY9e3De3H1gG3mVf1esSuQZ8ugQYSekd3FSDzttM9Uml4wcEEjttiy5SJK7rhsFH9X87AoH9yrCOvt0nfg==", + "sha512": "tAoNafoVknKa3sZJPMvtZRnhOSk3gasEGeceSm7w/gyGwsR/OXFxndWJB1xSHeoy33d3Z6jFqn4A3j+pWCF0Ew==", "files": [ "lib/dnx451/xunit.execution.dotnet.dll", "lib/dnx451/xunit.execution.dotnet.pdb", @@ -10216,25 +6178,39 @@ "lib/xamarinios/xunit.execution.dotnet.dll", "lib/xamarinios/xunit.execution.dotnet.pdb", "lib/xamarinios/xunit.execution.dotnet.xml", - "xunit.extensibility.execution.2.2.0-beta1-build3239.nupkg.sha512", + "xunit.extensibility.execution.2.1.0.nupkg", + "xunit.extensibility.execution.2.1.0.nupkg.sha512", "xunit.extensibility.execution.nuspec" ] }, - "xunit.runner.reporters/2.1.0-rc1-build3168": { + "xunit.runner.dnx/2.1.0-rc1-build204": { + "type": "package", + "sha512": "GUtWIQN3h7QGJdp5RTgvbPVjdWC7tXIRZhzpW8txNDC9nbMph4/TWbVEZKCGUOsLvE5BZg3icRGb6JR3ZwBADA==", + "files": [ + "lib/dnx451/xunit.runner.dnx.dll", + "lib/dnx451/xunit.runner.dnx.xml", + "lib/dnxcore50/xunit.runner.dnx.dll", + "lib/dnxcore50/xunit.runner.dnx.xml", + "xunit.runner.dnx.2.1.0-rc1-build204.nupkg", + "xunit.runner.dnx.2.1.0-rc1-build204.nupkg.sha512", + "xunit.runner.dnx.nuspec" + ] + }, + "xunit.runner.reporters/2.1.0": { "type": "package", - "sha512": "jvshOBaWng7Y3xtI3FenHPDGzLUZFnvJOczIOGwfsLKgbXc/e9+1YmDfuh4I4H4zrs7Kp4rKBaXboe9ER7CFOQ==", + "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-rc1-build3168.nupkg", - "xunit.runner.reporters.2.1.0-rc1-build3168.nupkg.sha512", + "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-rc1-build3168": { + "xunit.runner.utility/2.1.0": { "type": "package", - "sha512": "4raBhWPr7w8eQa+Rc1eYCVC5sTJeovtuJwj59OqCHUTpSyaTT/9rps2eI+mXRSD7uH46TS2o0IoQ3bsSsrcedQ==", + "sha512": "jJJHROwskIhdQuYw7exe7KaW20dOCa+lzV/lY7Zdh1ZZzdUPpScMi9ReJIutqiyjhemGF8V/GaMIPrcjyZ4ioQ==", "files": [ "lib/dnx451/xunit.runner.utility.dotnet.dll", "lib/dnx451/xunit.runner.utility.dotnet.pdb", @@ -10248,20 +6224,19 @@ "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-rc1-build3168.nupkg", - "xunit.runner.utility.2.1.0-rc1-build3168.nupkg.sha512", + "xunit.runner.utility.2.1.0.nupkg", + "xunit.runner.utility.2.1.0.nupkg.sha512", "xunit.runner.utility.nuspec" ] } }, "projectFileDependencyGroups": { "": [ - "NETStandard.Library >= 1.0.0-*", - "System.Threading.Tasks >= 4.0.11-*", - "System.Xml.XDocument >= 4.0.11-*", + "System.Threading.Tasks >= 4.0.11-beta-23516", + "System.Xml.XDocument >= 4.0.11-beta-23516", "UnitTestingSamplesCore ", - "xunit >= 2.2.0-*", - "dotnet-test-xunit >= 1.0.0-dev-23931-51" + "xunit >= 2.1.0", + "xunit.runner.dnx >= 2.1.0-rc1-build204" ], "DNXCore,Version=v5.0": [] } diff --git a/Testing/readme.txt b/Testing/readme.txt new file mode 100644 index 00000000..c966df6c --- /dev/null +++ b/Testing/readme.txt @@ -0,0 +1,35 @@ +ReadMe - Code Samples for Chapter 19, Testing + +The sample code for this chapter contains these solutions: +- UnitTestingSamples +- WebApplicationSample + +WebApplicationSample is a ASP.NET Core project with ASP.NET 5 RC1. The NuGet packages, namespaces, and a few code lines will change when RC2 is available. + +UnitTestingSamples contains both .NET Core as well as .NET Framework (MSBuild) projects for testing both of these project types. + +You need to install the ASP.NET 5 tools in addtion to Visual Studio 2015. +Install the tools from here: +https://go.microsoft.com/fwlink/?LinkId=627627 + +After opening the files from Visual Studio, you might need to start the command prompt and download the necessary NuGet packages using +>dnu restore + +If you have the .NET Core Command Line (CLI) Tools installed, you can use +>dotnet restore +instead. + +Please download and install the .NET Core Command Line (CLI) Tools from https://github.com/dotnet/cli. For Windows, you will find an MSI package that you can install on your Windows system: https://dotnetcli.blob.core.windows.net/dotnet/beta/Installers/Latest/dotnet-win-x64.latest.exe + +When .NET Core RC2 is available, samples from this Chapter will be changed. The xunit tools will change from DNX to dotnet tools. + +Please re-check the Wrox code downloads for updates. + +Currently this are Microsoft's plans for RC2 and RTM: +8-Apr-2016 - RC2 +30-Jun-2016 - RTM +Please check this link for Microsoft's actual schedule: +https://github.com/dotnet/corefx/milestones + +Thank you! +Christian \ No newline at end of file