From 4b7ab57691c70f459e565bb67ee0c59323239593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Thu, 22 Oct 2015 19:25:03 +0800 Subject: [PATCH 1/5] Remove net45 target --- .../project.lock.json | 8543 +++++++++------- src/CodeComb.Net.EmailSender/project.json | 1 - .../project.lock.json | 8784 ++++++++++------- 3 files changed, 10004 insertions(+), 7324 deletions(-) diff --git a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json index f0382aa..e67d28c 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json +++ b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json @@ -1,3591 +1,4954 @@ -{ - "locked": false, - "version": 2, - "targets": { - "DNX,Version=v4.5.1": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "framework": "DNX,Version=v4.5.1", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNXCore,Version=v5.0": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "framework": "DNXCore,Version=v5.0", - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.Linq": "4.0.1", - "System.Net.Http": "4.0.1", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime": "4.0.21", - "System.Threading": "4.0.11" - } - }, - "Microsoft.CSharp/4.0.1-beta-23409": { - "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/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705", - "System.Collections": "4.0.11-beta-23413", - "System.Collections.Concurrent": "4.0.11-beta-23413", - "System.Threading": "4.0.11-beta-23413", - "System.Threading.Tasks": "4.0.11-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23413", - "System.Diagnostics.Debug": "4.0.11-beta-23413", - "System.Globalization": "4.0.11-beta-23413", - "System.Linq": "4.0.1-beta-23413", - "System.Linq.Expressions": "4.0.11-beta-23413", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23409": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.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/dotnet/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.1-beta-23413": { - "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/dotnet/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23413", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23413" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23413", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - } - }, - "DNX,Version=v4.5.1/osx.10-x86": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "framework": "DNX,Version=v4.5.1", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNX,Version=v4.5.1/osx.10-x64": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "framework": "DNX,Version=v4.5.1", - "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0" - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNXCore,Version=v5.0/osx.10-x86": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "framework": "DNXCore,Version=v5.0", - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.Linq": "4.0.1", - "System.Net.Http": "4.0.1", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime": "4.0.21", - "System.Threading": "4.0.11" - } - }, - "Microsoft.CSharp/4.0.1-beta-23409": { - "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/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705", - "System.Collections": "4.0.11-beta-23413", - "System.Collections.Concurrent": "4.0.11-beta-23413", - "System.Threading": "4.0.11-beta-23413", - "System.Threading.Tasks": "4.0.11-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23413", - "System.Diagnostics.Debug": "4.0.11-beta-23413", - "System.Globalization": "4.0.11-beta-23413", - "System.Linq": "4.0.1-beta-23413", - "System.Linq.Expressions": "4.0.11-beta-23413", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23409": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.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/dotnet/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.1-beta-23413": { - "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/dotnet/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23413", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23413" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23413", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - } - }, - "DNXCore,Version=v5.0/osx.10-x64": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "framework": "DNXCore,Version=v5.0", - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.Linq": "4.0.1", - "System.Net.Http": "4.0.1", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime": "4.0.21", - "System.Threading": "4.0.11" - } - }, - "Microsoft.CSharp/4.0.1-beta-23409": { - "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/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705", - "System.Collections": "4.0.11-beta-23413", - "System.Collections.Concurrent": "4.0.11-beta-23413", - "System.Threading": "4.0.11-beta-23413", - "System.Threading.Tasks": "4.0.11-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23413", - "System.Diagnostics.Debug": "4.0.11-beta-23413", - "System.Globalization": "4.0.11-beta-23413", - "System.Linq": "4.0.1-beta-23413", - "System.Linq.Expressions": "4.0.11-beta-23413", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23409" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23409": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.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/dotnet/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.1-beta-23413": { - "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/dotnet/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23413", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23413" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23413", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - } - } - }, - "libraries": { - "CodeComb.Net.EmailSender/2.0.0": { - "type": "project", - "path": "../../src/CodeComb.Net.EmailSender/project.json" - }, - "Microsoft.CSharp/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "I1jsSsyK89VfNebrnx2eiBD5YT6zp+DcX2v6AxZ/IosS38QYmA9YKVmssMd5yhRkXwr1f8MfgZTxF1Cli90JEQ==", - "files": [ - "lib/dotnet/de/Microsoft.CSharp.xml", - "lib/dotnet/es/Microsoft.CSharp.xml", - "lib/dotnet/fr/Microsoft.CSharp.xml", - "lib/dotnet/it/Microsoft.CSharp.xml", - "lib/dotnet/ja/Microsoft.CSharp.xml", - "lib/dotnet/ko/Microsoft.CSharp.xml", - "lib/dotnet/Microsoft.CSharp.dll", - "lib/dotnet/Microsoft.CSharp.xml", - "lib/dotnet/ru/Microsoft.CSharp.xml", - "lib/dotnet/zh-hans/Microsoft.CSharp.xml", - "lib/dotnet/zh-hant/Microsoft.CSharp.xml", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcore50/Microsoft.CSharp.xml", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23409.nupkg", - "Microsoft.CSharp.4.0.1-beta-23409.nupkg.sha512", - "Microsoft.CSharp.nuspec", - "ref/dotnet/Microsoft.CSharp.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "serviceable": true, - "sha512": "XqSrG8YDL06Rfv6U7PTEu4S/wCMFXsQu61ddTWyWT5CU88ovWv3ade5i8NF1JJ2pMYINBc9yDLopD0gpTUVxEQ==", - "files": [ - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll", - "lib/dnx451/Microsoft.Extensions.DependencyInjection.xml", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.xml", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.dll", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.xml", - "lib/net45/Microsoft.Extensions.DependencyInjection.dll", - "lib/net45/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15705.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15705.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.nuspec" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "serviceable": true, - "sha512": "ExUzy2obrqN8CBSMCohM8EYsVbq1JdiiEHbCzrrWjy8Irn7wk/Q30NybAKlAJHqtqR+ZsvHf5HWsL/Mp20n0Fg==", - "files": [ - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15705.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15705.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" - ] - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", - "files": [ - "lib/dotnet/Microsoft.Win32.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.4.0.0.nupkg", - "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ref/dotnet/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet/Microsoft.Win32.Primitives.dll", - "ref/dotnet/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "System.Collections/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "GIOFImo1SUn0Q0oVFhNa42avUMfqxAzI1Qq98DYm9YD8FLGEHSc+3FJA1EiSzLHVuSjQJqB0mGZz4ljXtuWStg==", - "files": [ - "lib/DNXCore50/System.Collections.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Collections.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.xml", - "ref/dotnet/es/System.Collections.xml", - "ref/dotnet/fr/System.Collections.xml", - "ref/dotnet/it/System.Collections.xml", - "ref/dotnet/ja/System.Collections.xml", - "ref/dotnet/ko/System.Collections.xml", - "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", - "ref/dotnet/zh-hans/System.Collections.xml", - "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.4.0.11-beta-23409.nupkg", - "System.Collections.4.0.11-beta-23409.nupkg.sha512", - "System.Collections.nuspec" - ] - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "tcwjdpNqK5l/aMA0hx990GCGM9cZpV5Io22I6zhdjXITmW50yoKhHVlYO+auqROr0XpqeQoClDjUzZjI628+Mg==", - "files": [ - "lib/dotnet/System.Collections.Concurrent.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.Concurrent.xml", - "ref/dotnet/es/System.Collections.Concurrent.xml", - "ref/dotnet/fr/System.Collections.Concurrent.xml", - "ref/dotnet/it/System.Collections.Concurrent.xml", - "ref/dotnet/ja/System.Collections.Concurrent.xml", - "ref/dotnet/ko/System.Collections.Concurrent.xml", - "ref/dotnet/ru/System.Collections.Concurrent.xml", - "ref/dotnet/System.Collections.Concurrent.dll", - "ref/dotnet/System.Collections.Concurrent.xml", - "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23413.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23413.nupkg.sha512", - "System.Collections.Concurrent.nuspec" - ] - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", - "files": [ - "lib/dotnet/System.Collections.NonGeneric.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.NonGeneric.xml", - "ref/dotnet/es/System.Collections.NonGeneric.xml", - "ref/dotnet/fr/System.Collections.NonGeneric.xml", - "ref/dotnet/it/System.Collections.NonGeneric.xml", - "ref/dotnet/ja/System.Collections.NonGeneric.xml", - "ref/dotnet/ko/System.Collections.NonGeneric.xml", - "ref/dotnet/ru/System.Collections.NonGeneric.xml", - "ref/dotnet/System.Collections.NonGeneric.dll", - "ref/dotnet/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.4.0.0.nupkg", - "System.Collections.NonGeneric.4.0.0.nupkg.sha512", - "System.Collections.NonGeneric.nuspec" - ] - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "MLJKOsQbtm8W9C7kFdmndAWUHV+8NalttX5/Uk8higQcZRNU1pCsuIWkYfFWRH1J+KMlOPtOTRiTHZ3VyhHzXg==", - "files": [ - "lib/dotnet/System.ComponentModel.dll", - "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.ComponentModel.xml", - "ref/dotnet/es/System.ComponentModel.xml", - "ref/dotnet/fr/System.ComponentModel.xml", - "ref/dotnet/it/System.ComponentModel.xml", - "ref/dotnet/ja/System.ComponentModel.xml", - "ref/dotnet/ko/System.ComponentModel.xml", - "ref/dotnet/ru/System.ComponentModel.xml", - "ref/dotnet/System.ComponentModel.dll", - "ref/dotnet/System.ComponentModel.xml", - "ref/dotnet/zh-hans/System.ComponentModel.xml", - "ref/dotnet/zh-hant/System.ComponentModel.xml", - "ref/net45/_._", - "ref/netcore50/System.ComponentModel.dll", - "ref/netcore50/System.ComponentModel.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23413.nupkg", - "System.ComponentModel.4.0.1-beta-23413.nupkg.sha512", - "System.ComponentModel.nuspec" - ] - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", - "files": [ - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", - "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", - "System.ComponentModel.EventBasedAsync.nuspec" - ] - }, - "System.Console/4.0.0-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "dO1UdUadTRQDeU8n99Tabd//6X/yTdp8qDRaZoD7EITou4iqAY9IHRBBImx+9AUkSO0MTYeOcxSl1wcnu3u4gQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Console.xml", - "ref/dotnet/es/System.Console.xml", - "ref/dotnet/fr/System.Console.xml", - "ref/dotnet/it/System.Console.xml", - "ref/dotnet/ja/System.Console.xml", - "ref/dotnet/ko/System.Console.xml", - "ref/dotnet/ru/System.Console.xml", - "ref/dotnet/System.Console.dll", - "ref/dotnet/System.Console.xml", - "ref/dotnet/zh-hans/System.Console.xml", - "ref/dotnet/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-beta-23409.nupkg", - "System.Console.4.0.0-beta-23409.nupkg.sha512", - "System.Console.nuspec" - ] - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "YRY+AivzB4LbF/2kULG37n+acGPPSm3jlxO5gGYAIgqaBZqdK20TzfBqWQaeFTq5y4/TGQLHt7ytWianbHEmgw==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Diagnostics.Debug.xml", - "ref/dotnet/es/System.Diagnostics.Debug.xml", - "ref/dotnet/fr/System.Diagnostics.Debug.xml", - "ref/dotnet/it/System.Diagnostics.Debug.xml", - "ref/dotnet/ja/System.Diagnostics.Debug.xml", - "ref/dotnet/ko/System.Diagnostics.Debug.xml", - "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23413.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23413.nupkg.sha512", - "System.Diagnostics.Debug.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "serviceable": true, - "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", - "files": [ - "lib/DNXCore50/System.Diagnostics.Tracing.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Diagnostics.Tracing.xml", - "ref/dotnet/es/System.Diagnostics.Tracing.xml", - "ref/dotnet/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet/it/System.Diagnostics.Tracing.xml", - "ref/dotnet/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet/System.Diagnostics.Tracing.dll", - "ref/dotnet/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.4.0.20.nupkg", - "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec" - ] - }, - "System.Dynamic.Runtime/4.0.0": { - "type": "package", - "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "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/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/_._", - "System.Dynamic.Runtime.4.0.0.nupkg", - "System.Dynamic.Runtime.4.0.0.nupkg.sha512", - "System.Dynamic.Runtime.nuspec" - ] - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "v8rq7GqeYr08M5aFl+nj3Bv/aCc5nq314rkKbmhRxZGYNYhTpT6ODCWtU3DT9u2DXOZbmovv8ApZUKt215OrJw==", - "files": [ - "lib/DNXCore50/System.Globalization.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Globalization.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Globalization.xml", - "ref/dotnet/es/System.Globalization.xml", - "ref/dotnet/fr/System.Globalization.xml", - "ref/dotnet/it/System.Globalization.xml", - "ref/dotnet/ja/System.Globalization.xml", - "ref/dotnet/ko/System.Globalization.xml", - "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", - "ref/dotnet/zh-hans/System.Globalization.xml", - "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23413.nupkg", - "System.Globalization.4.0.11-beta-23413.nupkg.sha512", - "System.Globalization.nuspec" - ] - }, - "System.IO/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "files": [ - "lib/DNXCore50/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.IO.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.xml", - "ref/dotnet/es/System.IO.xml", - "ref/dotnet/fr/System.IO.xml", - "ref/dotnet/it/System.IO.xml", - "ref/dotnet/ja/System.IO.xml", - "ref/dotnet/ko/System.IO.xml", - "ref/dotnet/ru/System.IO.xml", - "ref/dotnet/System.IO.dll", - "ref/dotnet/System.IO.xml", - "ref/dotnet/zh-hans/System.IO.xml", - "ref/dotnet/zh-hant/System.IO.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.4.0.10.nupkg", - "System.IO.4.0.10.nupkg.sha512", - "System.IO.nuspec" - ] - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "files": [ - "lib/DNXCore50/System.IO.FileSystem.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/netcore50/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.FileSystem.xml", - "ref/dotnet/es/System.IO.FileSystem.xml", - "ref/dotnet/fr/System.IO.FileSystem.xml", - "ref/dotnet/it/System.IO.FileSystem.xml", - "ref/dotnet/ja/System.IO.FileSystem.xml", - "ref/dotnet/ko/System.IO.FileSystem.xml", - "ref/dotnet/ru/System.IO.FileSystem.xml", - "ref/dotnet/System.IO.FileSystem.dll", - "ref/dotnet/System.IO.FileSystem.xml", - "ref/dotnet/zh-hans/System.IO.FileSystem.xml", - "ref/dotnet/zh-hant/System.IO.FileSystem.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.4.0.0.nupkg", - "System.IO.FileSystem.4.0.0.nupkg.sha512", - "System.IO.FileSystem.nuspec" - ] - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "files": [ - "lib/dotnet/System.IO.FileSystem.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/System.IO.FileSystem.Primitives.dll", - "ref/dotnet/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.4.0.0.nupkg", - "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec" - ] - }, - "System.Linq/4.0.1-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "lYdkG+AxSfxHIFKcC5REq+fEyw5DQ0UI7SMLksiTrXTqtk+cy404I48axiVkOXy1a0GccSF3IUWNVsohjpFk/w==", - "files": [ - "lib/dotnet/System.Linq.dll", - "lib/net45/_._", - "lib/netcore50/System.Linq.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Linq.xml", - "ref/dotnet/es/System.Linq.xml", - "ref/dotnet/fr/System.Linq.xml", - "ref/dotnet/it/System.Linq.xml", - "ref/dotnet/ja/System.Linq.xml", - "ref/dotnet/ko/System.Linq.xml", - "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", - "ref/dotnet/zh-hans/System.Linq.xml", - "ref/dotnet/zh-hant/System.Linq.xml", - "ref/net45/_._", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23409.nupkg", - "System.Linq.4.0.1-beta-23409.nupkg.sha512", - "System.Linq.nuspec" - ] - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "brW2RRhV4Kdxo3rk2E09EzZLo0GdDhbZvOWNgGjCyg59ze8+lpZ9nm3XuT8CrjtZZpz0Ib8/Da5SVvnud0xn7A==", - "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.11-beta-23413.nupkg", - "System.Linq.Expressions.4.0.11-beta-23413.nupkg.sha512", - "System.Linq.Expressions.nuspec" - ] - }, - "System.Net.Http/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "PHYe4VNa4Whvk0X43FS6y1e5j6RUSC1Pbvps4gWT/Vz8r1zUK3SvjgHTSbUenDRNzgOYuFIPbCNkzAUe8ZM6+Q==", - "files": [ - "lib/net45/_._", - "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/_._", - "runtime.json", - "System.Net.Http.4.0.1-beta-23413.nupkg", - "System.Net.Http.4.0.1-beta-23413.nupkg.sha512", - "System.Net.Http.nuspec" - ] - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", - "files": [ - "lib/DNXCore50/System.Net.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Net.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Net.Primitives.xml", - "ref/dotnet/es/System.Net.Primitives.xml", - "ref/dotnet/fr/System.Net.Primitives.xml", - "ref/dotnet/it/System.Net.Primitives.xml", - "ref/dotnet/ja/System.Net.Primitives.xml", - "ref/dotnet/ko/System.Net.Primitives.xml", - "ref/dotnet/ru/System.Net.Primitives.xml", - "ref/dotnet/System.Net.Primitives.dll", - "ref/dotnet/System.Net.Primitives.xml", - "ref/dotnet/zh-hans/System.Net.Primitives.xml", - "ref/dotnet/zh-hant/System.Net.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Net.Primitives.4.0.10.nupkg", - "System.Net.Primitives.4.0.10.nupkg.sha512", - "System.Net.Primitives.nuspec" - ] - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "sha512": "es+ZOfAObBFU+DAlBNHFvk+zRu37cNXbn1hM7itwkz0LnpGjSFd00u5YNOIcOncFBxmLgIOIJH5oJGsz2UaX7Q==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Security.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Net.Security.xml", - "ref/dotnet/es/System.Net.Security.xml", - "ref/dotnet/fr/System.Net.Security.xml", - "ref/dotnet/it/System.Net.Security.xml", - "ref/dotnet/ja/System.Net.Security.xml", - "ref/dotnet/ko/System.Net.Security.xml", - "ref/dotnet/ru/System.Net.Security.xml", - "ref/dotnet/System.Net.Security.dll", - "ref/dotnet/System.Net.Security.xml", - "ref/dotnet/zh-hans/System.Net.Security.xml", - "ref/dotnet/zh-hant/System.Net.Security.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Security.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Security.4.0.0-beta-23413.nupkg", - "System.Net.Security.4.0.0-beta-23413.nupkg.sha512", - "System.Net.Security.nuspec" - ] - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "JyNQpMecCu5fVZWFZYmi5CcG8uyBaqgMVexkDisgi/Xx7VqdXfxbvx5vKlIuK16ZedCDW7/GHn+HZTs2QdC1XA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Net.Sockets.xml", - "ref/dotnet/es/System.Net.Sockets.xml", - "ref/dotnet/fr/System.Net.Sockets.xml", - "ref/dotnet/it/System.Net.Sockets.xml", - "ref/dotnet/ja/System.Net.Sockets.xml", - "ref/dotnet/ko/System.Net.Sockets.xml", - "ref/dotnet/ru/System.Net.Sockets.xml", - "ref/dotnet/System.Net.Sockets.dll", - "ref/dotnet/System.Net.Sockets.xml", - "ref/dotnet/zh-hans/System.Net.Sockets.xml", - "ref/dotnet/zh-hant/System.Net.Sockets.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Sockets.4.1.0-beta-23413.nupkg", - "System.Net.Sockets.4.1.0-beta-23413.nupkg.sha512", - "System.Net.Sockets.nuspec" - ] - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", - "files": [ - "lib/dotnet/System.ObjectModel.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.ObjectModel.xml", - "ref/dotnet/es/System.ObjectModel.xml", - "ref/dotnet/fr/System.ObjectModel.xml", - "ref/dotnet/it/System.ObjectModel.xml", - "ref/dotnet/ja/System.ObjectModel.xml", - "ref/dotnet/ko/System.ObjectModel.xml", - "ref/dotnet/ru/System.ObjectModel.xml", - "ref/dotnet/System.ObjectModel.dll", - "ref/dotnet/System.ObjectModel.xml", - "ref/dotnet/zh-hans/System.ObjectModel.xml", - "ref/dotnet/zh-hant/System.ObjectModel.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ObjectModel.4.0.10.nupkg", - "System.ObjectModel.4.0.10.nupkg.sha512", - "System.ObjectModel.nuspec" - ] - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", - "files": [ - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.4.0.0.nupkg", - "System.Private.Networking.4.0.0.nupkg.sha512", - "System.Private.Networking.nuspec" - ] - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "sha512": "jwvNUmwJYlU7gf8tjYI6jlzhp2gNwZ/HVEJoJgRDiUlDSDVWi0yepXpfC0Kfpph2QbIeLIW2E4QRxPhwlc3Eww==", - "files": [ - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "System.Private.Uri.4.0.1-beta-23413.nupkg", - "System.Private.Uri.4.0.1-beta-23413.nupkg.sha512", - "System.Private.Uri.nuspec" - ] - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", - "files": [ - "lib/DNXCore50/System.Reflection.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Reflection.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.4.1.0-beta-23225.nupkg", - "System.Reflection.4.1.0-beta-23225.nupkg.sha512", - "System.Reflection.nuspec" - ] - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.dll", - "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Reflection.Emit.xml", - "ref/dotnet/es/System.Reflection.Emit.xml", - "ref/dotnet/fr/System.Reflection.Emit.xml", - "ref/dotnet/it/System.Reflection.Emit.xml", - "ref/dotnet/ja/System.Reflection.Emit.xml", - "ref/dotnet/ko/System.Reflection.Emit.xml", - "ref/dotnet/ru/System.Reflection.Emit.xml", - "ref/dotnet/System.Reflection.Emit.dll", - "ref/dotnet/System.Reflection.Emit.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.xml", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/xamarinmac20/_._", - "System.Reflection.Emit.4.0.0.nupkg", - "System.Reflection.Emit.4.0.0.nupkg.sha512", - "System.Reflection.Emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/wp80/_._", - "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", - "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", - "ref/net45/_._", - "ref/wp80/_._", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec" - ] - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "files": [ - "lib/DNXCore50/System.Reflection.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Reflection.Extensions.xml", - "ref/dotnet/es/System.Reflection.Extensions.xml", - "ref/dotnet/fr/System.Reflection.Extensions.xml", - "ref/dotnet/it/System.Reflection.Extensions.xml", - "ref/dotnet/ja/System.Reflection.Extensions.xml", - "ref/dotnet/ko/System.Reflection.Extensions.xml", - "ref/dotnet/ru/System.Reflection.Extensions.xml", - "ref/dotnet/System.Reflection.Extensions.dll", - "ref/dotnet/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.4.0.0.nupkg", - "System.Reflection.Extensions.4.0.0.nupkg.sha512", - "System.Reflection.Extensions.nuspec" - ] - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", - "files": [ - "lib/DNXCore50/System.Reflection.Primitives.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Reflection.Primitives.xml", - "ref/dotnet/es/System.Reflection.Primitives.xml", - "ref/dotnet/fr/System.Reflection.Primitives.xml", - "ref/dotnet/it/System.Reflection.Primitives.xml", - "ref/dotnet/ja/System.Reflection.Primitives.xml", - "ref/dotnet/ko/System.Reflection.Primitives.xml", - "ref/dotnet/ru/System.Reflection.Primitives.xml", - "ref/dotnet/System.Reflection.Primitives.dll", - "ref/dotnet/System.Reflection.Primitives.xml", - "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", - "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", - "System.Reflection.Primitives.4.0.0.nupkg", - "System.Reflection.Primitives.4.0.0.nupkg.sha512", - "System.Reflection.Primitives.nuspec" - ] - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", - "files": [ - "lib/DNXCore50/System.Reflection.TypeExtensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Reflection.TypeExtensions.xml", - "ref/dotnet/es/System.Reflection.TypeExtensions.xml", - "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", - "ref/dotnet/it/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", - "ref/dotnet/System.Reflection.TypeExtensions.dll", - "ref/dotnet/System.Reflection.TypeExtensions.xml", - "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "System.Reflection.TypeExtensions.4.0.0.nupkg", - "System.Reflection.TypeExtensions.4.0.0.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec" - ] - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "Z4ArP0eFmgd1GbGKJtviivD+AyhAKpZtaewgzk0Knf9IJ+VyEOFvye3/M3grDwCQFjr4L568kifeO4ErUPNq1Q==", - "files": [ - "lib/DNXCore50/System.Resources.ResourceManager.dll", - "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Resources.ResourceManager.xml", - "ref/dotnet/es/System.Resources.ResourceManager.xml", - "ref/dotnet/fr/System.Resources.ResourceManager.xml", - "ref/dotnet/it/System.Resources.ResourceManager.xml", - "ref/dotnet/ja/System.Resources.ResourceManager.xml", - "ref/dotnet/ko/System.Resources.ResourceManager.xml", - "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", - "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", - "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23413.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23413.nupkg.sha512", - "System.Resources.ResourceManager.nuspec" - ] - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "Q/97nVZaPDNf0Rh9vWohXVxPB11sQ6E5CV7ZXEAjckSJ8pIfAu+RCYliHegNMXhQnfpO+X63861GVjNicH5fYg==", - "files": [ - "lib/DNXCore50/System.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.xml", - "ref/dotnet/es/System.Runtime.xml", - "ref/dotnet/fr/System.Runtime.xml", - "ref/dotnet/it/System.Runtime.xml", - "ref/dotnet/ja/System.Runtime.xml", - "ref/dotnet/ko/System.Runtime.xml", - "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", - "ref/dotnet/zh-hans/System.Runtime.xml", - "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23413.nupkg", - "System.Runtime.4.0.21-beta-23413.nupkg.sha512", - "System.Runtime.nuspec" - ] - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "files": [ - "lib/DNXCore50/System.Runtime.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.Extensions.xml", - "ref/dotnet/es/System.Runtime.Extensions.xml", - "ref/dotnet/fr/System.Runtime.Extensions.xml", - "ref/dotnet/it/System.Runtime.Extensions.xml", - "ref/dotnet/ja/System.Runtime.Extensions.xml", - "ref/dotnet/ko/System.Runtime.Extensions.xml", - "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", - "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", - "System.Runtime.Extensions.4.0.10.nupkg", - "System.Runtime.Extensions.4.0.10.nupkg.sha512", - "System.Runtime.Extensions.nuspec" - ] - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "files": [ - "lib/DNXCore50/System.Runtime.Handles.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.Handles.xml", - "ref/dotnet/es/System.Runtime.Handles.xml", - "ref/dotnet/fr/System.Runtime.Handles.xml", - "ref/dotnet/it/System.Runtime.Handles.xml", - "ref/dotnet/ja/System.Runtime.Handles.xml", - "ref/dotnet/ko/System.Runtime.Handles.xml", - "ref/dotnet/ru/System.Runtime.Handles.xml", - "ref/dotnet/System.Runtime.Handles.dll", - "ref/dotnet/System.Runtime.Handles.xml", - "ref/dotnet/zh-hans/System.Runtime.Handles.xml", - "ref/dotnet/zh-hant/System.Runtime.Handles.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.4.0.0.nupkg", - "System.Runtime.Handles.4.0.0.nupkg.sha512", - "System.Runtime.Handles.nuspec" - ] - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "serviceable": true, - "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "files": [ - "lib/DNXCore50/System.Runtime.InteropServices.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.InteropServices.xml", - "ref/dotnet/es/System.Runtime.InteropServices.xml", - "ref/dotnet/fr/System.Runtime.InteropServices.xml", - "ref/dotnet/it/System.Runtime.InteropServices.xml", - "ref/dotnet/ja/System.Runtime.InteropServices.xml", - "ref/dotnet/ko/System.Runtime.InteropServices.xml", - "ref/dotnet/ru/System.Runtime.InteropServices.xml", - "ref/dotnet/System.Runtime.InteropServices.dll", - "ref/dotnet/System.Runtime.InteropServices.xml", - "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.4.0.20.nupkg", - "System.Runtime.InteropServices.4.0.20.nupkg.sha512", - "System.Runtime.InteropServices.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "VbSCwICzK3Z0U3oQjv+e33sLqi3+rlQ0DOOEAZ1VwHyCslXB2xzUbP6/S7LyzyAlDEK2FNe+68UO9GYZUEUpeg==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Algorithms.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec" - ] - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "USCQf5+rOYDYZzHyjQAV/Rrj2mwYBOMV4877aNC456JtqteVlAGLcKKP8tmR73fTPKzXCFsqB85wGVRR8fT7yQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/es/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/fr/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/it/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/ja/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/ko/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/ru/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/System.Security.Cryptography.Encoding.dll", - "ref/dotnet/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.Encoding.nuspec" - ] - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "smSExawCGnVIU5X8cp+LbxnFqfYo2CztnL1dPFLaDXfXiQ7TuS5wxQkxD7FzVJmYnMOkqe07vzaHZpZrW8jBQA==", - "files": [ - "lib/dotnet/System.Security.Cryptography.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Primitives.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec" - ] - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "/1EfWwy4+tGSt9+h4tEu2QOFpfZM4eWsR9B7HDcQ+rz2tRsanLNxKiVMo93IG9Cp4DWv+OQPwRlyF6Lm+7HkdQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/es/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/it/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", - "ref/dotnet/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.X509Certificates.nuspec" - ] - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", - "files": [ - "lib/DNXCore50/System.Text.Encoding.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Text.Encoding.xml", - "ref/dotnet/es/System.Text.Encoding.xml", - "ref/dotnet/fr/System.Text.Encoding.xml", - "ref/dotnet/it/System.Text.Encoding.xml", - "ref/dotnet/ja/System.Text.Encoding.xml", - "ref/dotnet/ko/System.Text.Encoding.xml", - "ref/dotnet/ru/System.Text.Encoding.xml", - "ref/dotnet/System.Text.Encoding.dll", - "ref/dotnet/System.Text.Encoding.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.4.0.10.nupkg", - "System.Text.Encoding.4.0.10.nupkg.sha512", - "System.Text.Encoding.nuspec" - ] - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", - "files": [ - "lib/DNXCore50/System.Text.Encoding.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", - "System.Text.Encoding.Extensions.4.0.10.nupkg", - "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec" - ] - }, - "System.Threading/4.0.11-beta-23409": { - "type": "package", - "serviceable": true, - "sha512": "7mrYnjqac9vZ1jyfMHEMOZNT0ToyTEnk9kjGLv+9mGy/hJAbKJB/TgbUkY97KnNP5it97abqlFSi7ZwKmR6Www==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Threading.xml", - "ref/dotnet/es/System.Threading.xml", - "ref/dotnet/fr/System.Threading.xml", - "ref/dotnet/it/System.Threading.xml", - "ref/dotnet/ja/System.Threading.xml", - "ref/dotnet/ko/System.Threading.xml", - "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", - "ref/dotnet/zh-hans/System.Threading.xml", - "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Threading.4.0.11-beta-23409.nupkg", - "System.Threading.4.0.11-beta-23409.nupkg.sha512", - "System.Threading.nuspec" - ] - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", - "files": [ - "lib/DNXCore50/System.Threading.Overlapped.dll", - "lib/net46/System.Threading.Overlapped.dll", - "lib/netcore50/System.Threading.Overlapped.dll", - "ref/dotnet/de/System.Threading.Overlapped.xml", - "ref/dotnet/es/System.Threading.Overlapped.xml", - "ref/dotnet/fr/System.Threading.Overlapped.xml", - "ref/dotnet/it/System.Threading.Overlapped.xml", - "ref/dotnet/ja/System.Threading.Overlapped.xml", - "ref/dotnet/ko/System.Threading.Overlapped.xml", - "ref/dotnet/ru/System.Threading.Overlapped.xml", - "ref/dotnet/System.Threading.Overlapped.dll", - "ref/dotnet/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", - "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.4.0.0.nupkg", - "System.Threading.Overlapped.4.0.0.nupkg.sha512", - "System.Threading.Overlapped.nuspec" - ] - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "ldgZnurdbaOzzVvzm9BaZ1h7+EeRYtKR7FfXlHNWUzabHCzO0wEwINTLRc9XyMwl5i3niKos+oyGS8d9rn8+ZQ==", - "files": [ - "lib/DNXCore50/System.Threading.Tasks.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Threading.Tasks.xml", - "ref/dotnet/es/System.Threading.Tasks.xml", - "ref/dotnet/fr/System.Threading.Tasks.xml", - "ref/dotnet/it/System.Threading.Tasks.xml", - "ref/dotnet/ja/System.Threading.Tasks.xml", - "ref/dotnet/ko/System.Threading.Tasks.xml", - "ref/dotnet/ru/System.Threading.Tasks.xml", - "ref/dotnet/System.Threading.Tasks.dll", - "ref/dotnet/System.Threading.Tasks.xml", - "ref/dotnet/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet/zh-hant/System.Threading.Tasks.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23413.nupkg", - "System.Threading.Tasks.4.0.11-beta-23413.nupkg.sha512", - "System.Threading.Tasks.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - "": [ - "CodeComb.Net.EmailSender >= 2.0.0-*" - ], - "DNX,Version=v4.5.1": [], - "DNXCore,Version=v5.0": [ - "Microsoft.CSharp >= 4.0.1-beta-23409", - "System.Collections >= 4.0.11-beta-23409", - "System.Console >= 4.0.0-beta-23409", - "System.Linq >= 4.0.1-beta-23409", - "System.Threading >= 4.0.11-beta-23409" - ] - } +{ + "locked": false, + "version": 2, + "targets": { + "DNX,Version=v4.5.1": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "1.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.CSharp": "4.0.1", + "Microsoft.Extensions.DependencyInjection": "1.0.0", + "System.Collections": "4.0.11", + "System.Console": "4.0.0", + "System.Linq": "4.0.1", + "System.Net.Http": "4.0.1", + "System.Net.Security": "4.0.0", + "System.Net.Sockets": "4.1.0", + "System.Runtime": "4.0.21", + "System.Threading": "4.0.11" + } + }, + "Microsoft.CSharp/4.0.1-beta-23409": { + "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/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", + "System.Collections": "4.0.11-beta-23420", + "System.Collections.Concurrent": "4.0.11-beta-23420", + "System.Threading": "4.0.11-beta-23420", + "System.Threading.Tasks": "4.0.11-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23420", + "System.Diagnostics.Debug": "4.0.11-beta-23420", + "System.Globalization": "4.0.11-beta-23420", + "System.Linq": "4.0.1-beta-23420", + "System.Linq.Expressions": "4.0.11-beta-23420", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.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/dotnet/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.1-beta-23420": { + "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.Primitives/4.0.10": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Security.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "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.5/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "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.0.21-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "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.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "1.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "framework": "DNX,Version=v4.5.1", + "dependencies": { + "Microsoft.Extensions.DependencyInjection": "1.0.0" + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.CSharp": "4.0.1", + "Microsoft.Extensions.DependencyInjection": "1.0.0", + "System.Collections": "4.0.11", + "System.Console": "4.0.0", + "System.Linq": "4.0.1", + "System.Net.Http": "4.0.1", + "System.Net.Security": "4.0.0", + "System.Net.Sockets": "4.1.0", + "System.Runtime": "4.0.21", + "System.Threading": "4.0.11" + } + }, + "Microsoft.CSharp/4.0.1-beta-23409": { + "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/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", + "System.Collections": "4.0.11-beta-23420", + "System.Collections.Concurrent": "4.0.11-beta-23420", + "System.Threading": "4.0.11-beta-23420", + "System.Threading.Tasks": "4.0.11-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23420", + "System.Diagnostics.Debug": "4.0.11-beta-23420", + "System.Globalization": "4.0.11-beta-23420", + "System.Linq": "4.0.1-beta-23420", + "System.Linq.Expressions": "4.0.11-beta-23420", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Security.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "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-23420", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "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-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Cng": "4.0.0-beta-23420", + "System.Security.Cryptography.Csp": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.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/dotnet/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Calendars.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.Calendars.dll": {} + } + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.1-beta-23420": { + "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.Primitives/4.0.10": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Security.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "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.5/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Principal": "4.0.0", + "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10", + "System.Threading.ThreadPool": "4.0.10-beta-23420" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "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.0.21-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "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/dotnet/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/dotnet/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "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.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Security.Principal.Windows/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.10", + "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.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "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.ThreadPool/4.0.10-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "framework": "DNXCore,Version=v5.0", + "dependencies": { + "Microsoft.CSharp": "4.0.1", + "Microsoft.Extensions.DependencyInjection": "1.0.0", + "System.Collections": "4.0.11", + "System.Console": "4.0.0", + "System.Linq": "4.0.1", + "System.Net.Http": "4.0.1", + "System.Net.Security": "4.0.0", + "System.Net.Sockets": "4.1.0", + "System.Runtime": "4.0.21", + "System.Threading": "4.0.11" + } + }, + "Microsoft.CSharp/4.0.1-beta-23409": { + "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/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", + "System.Collections": "4.0.11-beta-23420", + "System.Collections.Concurrent": "4.0.11-beta-23420", + "System.Threading": "4.0.11-beta-23420", + "System.Threading.Tasks": "4.0.11-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23420", + "System.Diagnostics.Debug": "4.0.11-beta-23420", + "System.Globalization": "4.0.11-beta-23420", + "System.Linq": "4.0.1-beta-23420", + "System.Linq.Expressions": "4.0.11-beta-23420", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Security.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "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-23420", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "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-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Cng": "4.0.0-beta-23420", + "System.Security.Cryptography.Csp": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23409" + }, + "compile": { + "ref/dotnet/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.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/dotnet/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Calendars.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.Calendars.dll": {} + } + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Linq.dll": {} + }, + "runtime": { + "lib/dotnet/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.1-beta-23420": { + "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.Primitives/4.0.10": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Security.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "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.5/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Principal": "4.0.0", + "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10", + "System.Threading.ThreadPool": "4.0.10-beta-23420" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "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.0.21-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "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/dotnet/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/dotnet/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "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.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Security.Principal.Windows/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.10", + "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.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.dll": {} + } + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "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.ThreadPool/4.0.10-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + } + } + }, + "libraries": { + "CodeComb.Net.EmailSender/2.0.0": { + "type": "project", + "path": "../../src/CodeComb.Net.EmailSender/project.json" + }, + "Microsoft.CSharp/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "GGOOJF47WzXZoka0JHCToQxzSguIy1UeXZywUjA1NPqvKAWVwbSbZ2VxyeIL3jyTV1BHEbBX8FPL6vweUON2aw==", + "files": [ + "lib/dotnet/de/Microsoft.CSharp.xml", + "lib/dotnet/es/Microsoft.CSharp.xml", + "lib/dotnet/fr/Microsoft.CSharp.xml", + "lib/dotnet/it/Microsoft.CSharp.xml", + "lib/dotnet/ja/Microsoft.CSharp.xml", + "lib/dotnet/ko/Microsoft.CSharp.xml", + "lib/dotnet/Microsoft.CSharp.dll", + "lib/dotnet/Microsoft.CSharp.xml", + "lib/dotnet/ru/Microsoft.CSharp.xml", + "lib/dotnet/zh-hans/Microsoft.CSharp.xml", + "lib/dotnet/zh-hant/Microsoft.CSharp.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/Microsoft.CSharp.dll", + "lib/netcore50/Microsoft.CSharp.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.CSharp.4.0.1-beta-23409.nupkg", + "Microsoft.CSharp.4.0.1-beta-23409.nupkg.sha512", + "Microsoft.CSharp.nuspec", + "ref/dotnet/Microsoft.CSharp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/Microsoft.CSharp.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "serviceable": true, + "sha512": "F1LMf6HL4ZxlnFm/iRZVIyR1Jt1KeRLYBmPy+RO+h5uqRUH8FVX6x1GIl2uu3dUw75UmWP15gQyzx+bprpuMFA==", + "files": [ + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", + "lib/net451/Microsoft.Extensions.DependencyInjection.dll", + "lib/net451/Microsoft.Extensions.DependencyInjection.xml", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "serviceable": true, + "sha512": "XoTYU9Z0RKMPSJa/jSMC8Q1N39d34FMSSDBRrOFDF+7Fs2Hf5rNVZdO77RI8SiKpzr8OTzIo8eQ3EFQGste9kg==", + "files": [ + "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", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "bVJW2cR1zoojRsJ/Zd4ETI/VCrn/9knetNYRR2Q4ktorU9a52F/8rQ7S3HeK04jMDBERGsjDc7Rj9u1GBSvU/w==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.nuspec", + "runtimes/win7/lib/dotnet/de/System.Console.xml", + "runtimes/win7/lib/dotnet/es/System.Console.xml", + "runtimes/win7/lib/dotnet/fr/System.Console.xml", + "runtimes/win7/lib/dotnet/it/System.Console.xml", + "runtimes/win7/lib/dotnet/ja/System.Console.xml", + "runtimes/win7/lib/dotnet/ko/System.Console.xml", + "runtimes/win7/lib/dotnet/ru/System.Console.xml", + "runtimes/win7/lib/dotnet/System.Console.dll", + "runtimes/win7/lib/dotnet/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", + "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + ] + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "YStn3oJ7OIFcE7ZGPN6i+ztEuEV2WkRmuSs8XF6EwZOS2FBheIkfmZQj7YdiLH6v47fRHhyy3kVFqgLZl3IrqA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.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.Net.Http/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "gEhW75dLf9hew0EhcJ2548JtVsSBQjlIJ6sxR5YwmgR5CS6lqOBq2mMlHqgOIPl9dt61mUn5g+PTI69TuSpV5Q==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Http.nuspec", + "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", + "runtimes/win7/lib/netcore50/System.Net.Http.dll" + ] + }, + "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "sha512": "hi9EoPrD6GnPeFLc4J1E5D049XFGTgFaFGGYFfc3PA1wnTkokddyrEG849eRZYW9KkblJKWIsgNUvR/uEwRjuQ==", + "files": [ + "lib/DNXCore50/System.Net.Security.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Security.nuspec" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "okoBO03ba4NwXnJuBeM9YWWRSDVYIwMsEz8JRW685Lh3O6Ju9ogcwIY02fjTeaFvUuoVSqcoT9knYfnTayFiFQ==", + "files": [ + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/netcore50/System.Net.Sockets.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "ma8hss0pF7vpwaxIwItf1lFhEWBbdL3IGxGQ12wA0Jkla86d5pUX9C+gCB6fGJR7Xe0geSeugFL96a5U1vaOMQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23420.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23420.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.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "0VrHwMeNEM9ZA005QiTc92R80fFRtz7jVwgONPVuJGs1hMXRlEOLX4HikHEsMxvD6sRY2USqbSkQ4EH+Tx79GQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "Bl+XlvePfORdzKAPcPeGozUgmKtcxDO7/jg3ePX6D3unj4IAhzT/sRf9lVA+FE05tRcqz8lp8FQ7MrcTXkNE6g==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "gZuZfRnJURytTjS35Jsd7/NtdRLqZfj6i6vvd82Ap6USuFszmd/YkPDc5tIBPeVID5aNmt/9/r1QThPA6AANDA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.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" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "KUUz+kNOK8ZEaCDERH/lS8RCVN9ww79xSAjWhs1/7pyN43727Xoh4GGODA0BUV3dAmBMvxMQVgDPwi/Ylvj/YQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.nuspec", + "runtimes/win7/lib/DNXCore50/de/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/System.Threading.dll", + "runtimes/win7/lib/DNXCore50/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", + "runtimes/win7/lib/netcore50/de/System.Threading.xml", + "runtimes/win7/lib/netcore50/es/System.Threading.xml", + "runtimes/win7/lib/netcore50/fr/System.Threading.xml", + "runtimes/win7/lib/netcore50/it/System.Threading.xml", + "runtimes/win7/lib/netcore50/ja/System.Threading.xml", + "runtimes/win7/lib/netcore50/ko/System.Threading.xml", + "runtimes/win7/lib/netcore50/ru/System.Threading.xml", + "runtimes/win7/lib/netcore50/System.Threading.dll", + "runtimes/win7/lib/netcore50/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", + "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", + "runtimes/win8-aot/lib/netcore50/System.Threading.dll" + ] + }, + "System.Collections/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "p32VHfH7pe+EUjGSH+XiNjVn735JZnsvAG5nap5q11s6FjoqZ8bl7HOBM8AQGye/oWbKnSsh3dyKa1K0wbMk2w==", + "files": [ + "lib/DNXCore50/de/System.Collections.xml", + "lib/DNXCore50/es/System.Collections.xml", + "lib/DNXCore50/fr/System.Collections.xml", + "lib/DNXCore50/it/System.Collections.xml", + "lib/DNXCore50/ja/System.Collections.xml", + "lib/DNXCore50/ko/System.Collections.xml", + "lib/DNXCore50/ru/System.Collections.xml", + "lib/DNXCore50/System.Collections.dll", + "lib/DNXCore50/System.Collections.xml", + "lib/DNXCore50/zh-hans/System.Collections.xml", + "lib/DNXCore50/zh-hant/System.Collections.xml", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/de/System.Collections.xml", + "lib/netcore50/es/System.Collections.xml", + "lib/netcore50/fr/System.Collections.xml", + "lib/netcore50/it/System.Collections.xml", + "lib/netcore50/ja/System.Collections.xml", + "lib/netcore50/ko/System.Collections.xml", + "lib/netcore50/ru/System.Collections.xml", + "lib/netcore50/System.Collections.dll", + "lib/netcore50/System.Collections.xml", + "lib/netcore50/zh-hans/System.Collections.xml", + "lib/netcore50/zh-hant/System.Collections.xml", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Collections.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "runtimes/win8-aot/lib/netcore50/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", + "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", + "System.Collections.4.0.11-beta-23409.nupkg", + "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "yAiknMkJvf8KFm+I7lFm9On1/QWBSjFfZl8Sbcy783HjsKHzcKL9j3fbTkZxq9dn3o1MTLcKnHGBacM1uUWXJg==", + "files": [ + "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.11-beta-23420.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23420.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "etmRDE4P7vkcusHlupSyUVfHolMy3J0yqPAIMZENSk+3MoaeW+Tqafag7UDsuWpGlzzJB2bbSp9IqFFAa3cztQ==", + "files": [ + "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-23420.nupkg", + "System.ComponentModel.4.0.1-beta-23420.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "2ErF73lY58t9cDLsPCDlD2o4MX8xFJFllY18tgU/wpoafzWDpCQIxHBCpywgC0HAhFS/jNEv76KJKsTWjRW1jw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Console.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23409.nupkg", + "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "G/jUbubcgW/HiNFqu6JgdhPjbQGqmDtIzi7u5QjMNf27ToU6vEKivDXNINdFOEeANr3E0842UszvigTafsxmRw==", + "files": [ + "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-beta-23420.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23420.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Dynamic.Runtime/4.0.0": { + "type": "package", + "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "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/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/_._", + "System.Dynamic.Runtime.4.0.0.nupkg", + "System.Dynamic.Runtime.4.0.0.nupkg.sha512", + "System.Dynamic.Runtime.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "vir6vBStsJuzny1u8PCEh+aQWadJM1tGdYoKTZ7NC4mvl1KBFF7h4jar4qG/Ex/TsaAnTNgJAzl7raPIAnE+Lg==", + "files": [ + "lib/DNXCore50/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/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/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23420.nupkg", + "System.Globalization.4.0.11-beta-23420.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", + "files": [ + "lib/DNXCore50/System.Globalization.Calendars.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/netcore50/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Globalization.Calendars.xml", + "ref/dotnet/es/System.Globalization.Calendars.xml", + "ref/dotnet/fr/System.Globalization.Calendars.xml", + "ref/dotnet/it/System.Globalization.Calendars.xml", + "ref/dotnet/ja/System.Globalization.Calendars.xml", + "ref/dotnet/ko/System.Globalization.Calendars.xml", + "ref/dotnet/ru/System.Globalization.Calendars.xml", + "ref/dotnet/System.Globalization.Calendars.dll", + "ref/dotnet/System.Globalization.Calendars.xml", + "ref/dotnet/zh-hans/System.Globalization.Calendars.xml", + "ref/dotnet/zh-hant/System.Globalization.Calendars.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.IO/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", + "files": [ + "lib/DNXCore50/System.IO.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.IO.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "System.IO.4.0.10.nupkg", + "System.IO.4.0.10.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "files": [ + "lib/DNXCore50/System.IO.FileSystem.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/netcore50/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.xml", + "ref/dotnet/es/System.IO.FileSystem.xml", + "ref/dotnet/fr/System.IO.FileSystem.xml", + "ref/dotnet/it/System.IO.FileSystem.xml", + "ref/dotnet/ja/System.IO.FileSystem.xml", + "ref/dotnet/ko/System.IO.FileSystem.xml", + "ref/dotnet/ru/System.IO.FileSystem.xml", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.4.0.0.nupkg", + "System.IO.FileSystem.4.0.0.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "PaualgQ0um/Dw8y3iKD5bUNZ4PoJGfmFgKh3U//0VsCj+IEQH3oeKwvrPIlWr/YHKwwmLz0uvWKPWxGG+u5Oag==", + "files": [ + "lib/dotnet/de/System.Linq.xml", + "lib/dotnet/es/System.Linq.xml", + "lib/dotnet/fr/System.Linq.xml", + "lib/dotnet/it/System.Linq.xml", + "lib/dotnet/ja/System.Linq.xml", + "lib/dotnet/ko/System.Linq.xml", + "lib/dotnet/ru/System.Linq.xml", + "lib/dotnet/System.Linq.dll", + "lib/dotnet/System.Linq.xml", + "lib/dotnet/zh-hans/System.Linq.xml", + "lib/dotnet/zh-hant/System.Linq.xml", + "lib/net45/_._", + "lib/netcore50/System.Linq.dll", + "lib/netcore50/System.Linq.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/System.Linq.dll", + "ref/net45/_._", + "ref/netcore50/System.Linq.dll", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Linq.4.0.1-beta-23409.nupkg", + "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "LYiCaQnmM5PhB/u4/ObedyaxmIQg5i/e4mqn4pYxRN2bLpOTWc184wSH5jhA92sdK9stKGqnOqGD6cfVW/WWow==", + "files": [ + "lib/DNXCore50/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/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", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "System.Linq.Expressions.4.0.11-beta-23420.nupkg", + "System.Linq.Expressions.4.0.11-beta-23420.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "u/LOXrbI2OOj9bQ+2Z8HJi+r+NHrxhVqnXuLN84IRGw+U7g2b5pvW+cAT2LvEOgCEjCXZ1D9LYjpA8zYm6BUQg==", + "files": [ + "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-beta-23420.nupkg", + "System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Net.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Net.Primitives.xml", + "ref/dotnet/es/System.Net.Primitives.xml", + "ref/dotnet/fr/System.Net.Primitives.xml", + "ref/dotnet/it/System.Net.Primitives.xml", + "ref/dotnet/ja/System.Net.Primitives.xml", + "ref/dotnet/ko/System.Net.Primitives.xml", + "ref/dotnet/ru/System.Net.Primitives.xml", + "ref/dotnet/System.Net.Primitives.dll", + "ref/dotnet/System.Net.Primitives.xml", + "ref/dotnet/zh-hans/System.Net.Primitives.xml", + "ref/dotnet/zh-hant/System.Net.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.Primitives.4.0.10.nupkg", + "System.Net.Primitives.4.0.10.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "sha512": "QrxYN8kSusfMuPx2jOi7WBME8V8S1G/JuYVbGJo7bxrN06yOvFpCs8YzQ5Rchm+7YfsjcVuKcgb/chtnwtiZdg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Security.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.4/de/System.Net.Security.xml", + "ref/dotnet5.4/es/System.Net.Security.xml", + "ref/dotnet5.4/fr/System.Net.Security.xml", + "ref/dotnet5.4/it/System.Net.Security.xml", + "ref/dotnet5.4/ja/System.Net.Security.xml", + "ref/dotnet5.4/ko/System.Net.Security.xml", + "ref/dotnet5.4/ru/System.Net.Security.xml", + "ref/dotnet5.4/System.Net.Security.dll", + "ref/dotnet5.4/System.Net.Security.xml", + "ref/dotnet5.4/zh-hans/System.Net.Security.xml", + "ref/dotnet5.4/zh-hant/System.Net.Security.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Security.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Security.4.0.0-beta-23420.nupkg", + "System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "System.Net.Security.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "BIjzwvhbmeJ2Vh4hq1oEICb0BV+YgoMUbo6EQL1VzrR/IB1SA/FVOfIV77WJyfMQMMmhSdRGuv6t+P2DtnhfRA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.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/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.Net.Sockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23420.nupkg", + "System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.0.nupkg", + "System.Private.Networking.4.0.0.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "x2U1VulqGnEldqET5LckXD9Sg7IEJhA0W+nePyKnKCBBTAyTGOUm2uqYnB7/M1OxagMfwuRaob17Ts+bj7HSsA==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23420.nupkg", + "System.Private.Networking.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "sha512": "iKi8eva1opOhDhW5yMn4gF8ePgKom6jBZmPfhACT9IB3YaeUHHW4vlmMpoNaqyUBrHYsMKJK0Zm+UPQP5senUA==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23420.nupkg", + "System.Private.Uri.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "serviceable": true, + "sha512": "nlguo6AocBKGccv4CFSMCOR2/vU+93u/yvzFKO6ViNJ/SBz2VEZ1nOeW93vqKKpOMJkt3YtTvMWmS+kUGz/1bA==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23225.nupkg", + "System.Reflection.4.1.0-beta-23225.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", + "files": [ + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.TypeExtensions.xml", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", + "ref/dotnet/it/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "System.Reflection.TypeExtensions.4.0.0.nupkg", + "System.Reflection.TypeExtensions.4.0.0.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "RBSzetb0+nMnzye0Oy5oHZOUaNp+ifwNZfkznF/XGhSNbad+Gjmb/rUTM7mq2t2PBawMFCHgtqytHQEym4toig==", + "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-23420.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23420.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "fy5GKz2h9GiJRgQWhnEE5W6uaiI91HQTadMIsZMhbQRii8g6siNZbFJyIGfk/rD0RmxE5j6T4fc+rqKcQboHuw==", + "files": [ + "lib/DNXCore50/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/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/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/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "System.Runtime.4.0.21-beta-23420.nupkg", + "System.Runtime.4.0.21-beta-23420.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", + "files": [ + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Extensions.xml", + "ref/dotnet/es/System.Runtime.Extensions.xml", + "ref/dotnet/fr/System.Runtime.Extensions.xml", + "ref/dotnet/it/System.Runtime.Extensions.xml", + "ref/dotnet/ja/System.Runtime.Extensions.xml", + "ref/dotnet/ko/System.Runtime.Extensions.xml", + "ref/dotnet/ru/System.Runtime.Extensions.xml", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "System.Runtime.Extensions.4.0.10.nupkg", + "System.Runtime.Extensions.4.0.10.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "files": [ + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.InteropServices.xml", + "ref/dotnet/es/System.Runtime.InteropServices.xml", + "ref/dotnet/fr/System.Runtime.InteropServices.xml", + "ref/dotnet/it/System.Runtime.InteropServices.xml", + "ref/dotnet/ja/System.Runtime.InteropServices.xml", + "ref/dotnet/ko/System.Runtime.InteropServices.xml", + "ref/dotnet/ru/System.Runtime.InteropServices.xml", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.20.nupkg", + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", + "files": [ + "lib/dotnet/System.Runtime.Numerics.dll", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Runtime.Numerics.xml", + "ref/dotnet/es/System.Runtime.Numerics.xml", + "ref/dotnet/fr/System.Runtime.Numerics.xml", + "ref/dotnet/it/System.Runtime.Numerics.xml", + "ref/dotnet/ja/System.Runtime.Numerics.xml", + "ref/dotnet/ko/System.Runtime.Numerics.xml", + "ref/dotnet/ru/System.Runtime.Numerics.xml", + "ref/dotnet/System.Runtime.Numerics.dll", + "ref/dotnet/System.Runtime.Numerics.xml", + "ref/dotnet/zh-hans/System.Runtime.Numerics.xml", + "ref/dotnet/zh-hant/System.Runtime.Numerics.xml", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", + "files": [ + "lib/dotnet/System.Security.Claims.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Security.Claims.xml", + "ref/dotnet/es/System.Security.Claims.xml", + "ref/dotnet/fr/System.Security.Claims.xml", + "ref/dotnet/it/System.Security.Claims.xml", + "ref/dotnet/ja/System.Security.Claims.xml", + "ref/dotnet/ko/System.Security.Claims.xml", + "ref/dotnet/ru/System.Security.Claims.xml", + "ref/dotnet/System.Security.Claims.dll", + "ref/dotnet/System.Security.Claims.xml", + "ref/dotnet/zh-hans/System.Security.Claims.xml", + "ref/dotnet/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.0.nupkg", + "System.Security.Claims.4.0.0.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "zpfxRqrOF8mMGwFGqk2HHgCnHjoWjCCdVB/MgvwAPDQlwV+tCjr+gS8oYMeq74NIZZv0gWb754Vnlh9SjJXtWA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "vg/OPbldl/eSyJ3Q/n9b1cK0zu7y6FcJt9M5fXUTeF1igUoN8i9WM/XKxSPaoFEMCHJLbJKyBJ82PDLXZjWakQ==", + "files": [ + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "tFapdkwR1MVfUSl6Er3tem4OO6NlFiOksfdafjxwaBG1ztyb3LQkVSN9u5JePoefPzyxQqQ5QfRrjatDFC9QBA==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "xTlv8vsgSwRvItNxF7Ch3CT2/RqacTsf6O/JQvSEfjTqDaDqCS5kkfD/wgoRXMZZ667Dk6haYJXNQz3/uBYo7g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/de/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/es/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/fr/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/it/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ja/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ko/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ru/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "4u2pqJt5gS/sYQnIzv0mIjtZfFDxRZX/V2fQKAiJAbPk9MUpGUIzKxRCa+3ZdDCyp/jrHPyxAugaVN+IOlsX7g==", + "files": [ + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "JYpnM8xdBNq4QqWr/9YAmC7V4KAlKWYLrDprGu+LfMNr7QDY/TtWtxS+zNsZKBJH+OrntuLuIsQAmpp/QbIDpQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.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/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", + "files": [ + "lib/dotnet/System.Security.Principal.dll", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "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/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.0.nupkg", + "System.Security.Principal.4.0.0.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Security.Principal.Windows/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "vpW55QEeC234v+eDhZZS/WCHwKShHsjsnC2a1yAzDI/JHOG098byKFLi6EPTUnLSZbGOb+fnsT/zeAv7Yb9uhQ==", + "files": [ + "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-beta-23420.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Principal.Windows.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23409": { + "type": "package", + "serviceable": true, + "sha512": "SixT7aIE7gXBZ260KRaxJvIG1vGGO59pzw7MVHMy0RkgDwBel+EgIMdQsEAfVBot9OVnO6GlI/ezFhxFvpCRTQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Threading.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23409.nupkg", + "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", + "files": [ + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "lrqTIkvNmXjdUi9phjlCphN/VbyvvBTbbcW8dviXSOAE6ZAOMyLci9rxcgDXTHAW2txSgxo/8+BKk8kzTr9XeQ==", + "files": [ + "lib/DNXCore50/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/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/System.Threading.Tasks.dll", + "ref/dotnet5.1/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/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/System.Threading.Tasks.dll", + "ref/dotnet5.4/System.Threading.Tasks.xml", + "ref/dotnet5.4/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet5.4/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "System.Threading.Tasks.4.0.11-beta-23420.nupkg", + "System.Threading.Tasks.4.0.11-beta-23420.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "9rt6FxpZafONDm0IpeUzs1H65QnbOqjRcfzLi+uJpvjaX8VYswdhQy04PUjHEU8ATKFNvPyaP6Ev4zr7v+SMqw==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.2/de/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/es/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/fr/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/it/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/ja/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/ko/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/ru/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/System.Threading.ThreadPool.dll", + "ref/dotnet5.2/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/zh-hans/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/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-beta-23420.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23420.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "CodeComb.Net.EmailSender >= 2.0.0-*" + ], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "Microsoft.CSharp >= 4.0.1-beta-23409", + "System.Collections >= 4.0.11-beta-23409", + "System.Console >= 4.0.0-beta-23409", + "System.Linq >= 4.0.1-beta-23409", + "System.Threading >= 4.0.11-beta-23409" + ] + } } \ No newline at end of file diff --git a/src/CodeComb.Net.EmailSender/project.json b/src/CodeComb.Net.EmailSender/project.json index d2613b7..df6cd9d 100644 --- a/src/CodeComb.Net.EmailSender/project.json +++ b/src/CodeComb.Net.EmailSender/project.json @@ -15,7 +15,6 @@ "frameworks": { "net46": { }, - "net45": { }, "dnx451": { }, "dnxcore50": { "dependencies": { diff --git a/src/CodeComb.Net.EmailSender/project.lock.json b/src/CodeComb.Net.EmailSender/project.lock.json index 0104621..691f6e7 100644 --- a/src/CodeComb.Net.EmailSender/project.lock.json +++ b/src/CodeComb.Net.EmailSender/project.lock.json @@ -1,3734 +1,5052 @@ -{ - "locked": false, - "version": 2, - "targets": { - ".NETFramework,Version=v4.6": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - ".NETFramework,Version=v4.5": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNX,Version=v4.5.1": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNXCore,Version=v5.0": { - "Microsoft.CSharp/4.0.1-beta-23413": { - "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/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705", - "System.Collections": "4.0.11-beta-23413", - "System.Collections.Concurrent": "4.0.11-beta-23413", - "System.Threading": "4.0.11-beta-23413", - "System.Threading.Tasks": "4.0.11-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23413", - "System.Diagnostics.Debug": "4.0.11-beta-23413", - "System.Globalization": "4.0.11-beta-23413", - "System.Linq": "4.0.1-beta-23413", - "System.Linq.Expressions": "4.0.11-beta-23413", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23413" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.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/dotnet/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.1-beta-23413": { - "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/dotnet/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23413", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23413" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23413", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - } - }, - ".NETFramework,Version=v4.6/osx.10-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - ".NETFramework,Version=v4.6/osx.10-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - ".NETFramework,Version=v4.5/osx.10-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - ".NETFramework,Version=v4.5/osx.10-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNX,Version=v4.5.1/osx.10-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNX,Version=v4.5.1/osx.10-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNXCore,Version=v5.0/osx.10-x86": { - "Microsoft.CSharp/4.0.1-beta-23413": { - "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/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705", - "System.Collections": "4.0.11-beta-23413", - "System.Collections.Concurrent": "4.0.11-beta-23413", - "System.Threading": "4.0.11-beta-23413", - "System.Threading.Tasks": "4.0.11-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23413", - "System.Diagnostics.Debug": "4.0.11-beta-23413", - "System.Globalization": "4.0.11-beta-23413", - "System.Linq": "4.0.1-beta-23413", - "System.Linq.Expressions": "4.0.11-beta-23413", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23413" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.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/dotnet/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.1-beta-23413": { - "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/dotnet/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23413", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23413" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23413", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - } - }, - "DNXCore,Version=v5.0/osx.10-x64": { - "Microsoft.CSharp/4.0.1-beta-23413": { - "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/Microsoft.CSharp.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15705", - "System.Collections": "4.0.11-beta-23413", - "System.Collections.Concurrent": "4.0.11-beta-23413", - "System.Threading": "4.0.11-beta-23413", - "System.Threading.Tasks": "4.0.11-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "dependencies": { - "System.ComponentModel": "4.0.1-beta-23413", - "System.Diagnostics.Debug": "4.0.11-beta-23413", - "System.Globalization": "4.0.11-beta-23413", - "System.Linq": "4.0.1-beta-23413", - "System.Linq.Expressions": "4.0.11-beta-23413", - "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23413" - }, - "compile": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.21-beta-23413" - }, - "compile": { - "ref/dotnet/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} - } - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.Concurrent.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.Concurrent.dll": {} - } - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.ComponentModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.dll": {} - } - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Console.dll": {} - } - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Debug.dll": {} - } - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} - } - }, - "System.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/dotnet/System.Dynamic.Runtime.dll": {} - } - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} - } - }, - "System.IO/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Text.Encoding": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.dll": {} - }, - "runtime": { - "lib/dotnet/System.Linq.dll": {} - } - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} - } - }, - "System.Net.Http/4.0.1-beta-23413": { - "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/dotnet/System.Net.Http.dll": {} - } - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} - } - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23413", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Security.dll": {} - } - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Net.Sockets.dll": {} - } - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ObjectModel.dll": {} - }, - "runtime": { - "lib/dotnet/System.ObjectModel.dll": {} - } - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} - } - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} - } - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} - } - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "dependencies": { - "System.Globalization": "4.0.0", - "System.Reflection": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} - } - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23413" - }, - "compile": { - "ref/dotnet/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} - } - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} - } - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} - } - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Encoding.dll": {} - } - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.0", - "System.Globalization": "4.0.0", - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Cryptography.Primitives.dll": {} - } - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23413", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23413" - }, - "compile": { - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll": {} - } - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} - } - }, - "System.Threading/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Threading.Tasks": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.dll": {} - } - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Tasks.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Tasks.dll": {} - } - } - } - }, - "libraries": { - "Microsoft.CSharp/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "H2/ofPYl9qCAlUF/NoMXzx3XBR7y8q+tQhkVS0z7UfiCE+dhGrT13deLb4IaqSyMqv94SN+ihLdHW726AEqlVQ==", - "files": [ - "lib/dotnet/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-beta-23413.nupkg", - "Microsoft.CSharp.4.0.1-beta-23413.nupkg.sha512", - "Microsoft.CSharp.nuspec", - "ref/dotnet/de/Microsoft.CSharp.xml", - "ref/dotnet/es/Microsoft.CSharp.xml", - "ref/dotnet/fr/Microsoft.CSharp.xml", - "ref/dotnet/it/Microsoft.CSharp.xml", - "ref/dotnet/ja/Microsoft.CSharp.xml", - "ref/dotnet/ko/Microsoft.CSharp.xml", - "ref/dotnet/Microsoft.CSharp.dll", - "ref/dotnet/Microsoft.CSharp.xml", - "ref/dotnet/ru/Microsoft.CSharp.xml", - "ref/dotnet/zh-hans/Microsoft.CSharp.xml", - "ref/dotnet/zh-hant/Microsoft.CSharp.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/Microsoft.CSharp.dll", - "ref/netcore50/Microsoft.CSharp.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15705": { - "type": "package", - "serviceable": true, - "sha512": "XqSrG8YDL06Rfv6U7PTEu4S/wCMFXsQu61ddTWyWT5CU88ovWv3ade5i8NF1JJ2pMYINBc9yDLopD0gpTUVxEQ==", - "files": [ - "lib/dnx451/Microsoft.Extensions.DependencyInjection.dll", - "lib/dnx451/Microsoft.Extensions.DependencyInjection.xml", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.dll", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.xml", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.dll", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.xml", - "lib/net45/Microsoft.Extensions.DependencyInjection.dll", - "lib/net45/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15705.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15705.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.nuspec" - ] - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15705": { - "type": "package", - "serviceable": true, - "sha512": "ExUzy2obrqN8CBSMCohM8EYsVbq1JdiiEHbCzrrWjy8Irn7wk/Q30NybAKlAJHqtqR+ZsvHf5HWsL/Mp20n0Fg==", - "files": [ - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dnx451/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dnxcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/dotnet/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.dll", - "lib/net45/Microsoft.Extensions.DependencyInjection.Abstractions.xml", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15705.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15705.nupkg.sha512", - "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" - ] - }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", - "files": [ - "lib/dotnet/Microsoft.Win32.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.4.0.0.nupkg", - "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ref/dotnet/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet/Microsoft.Win32.Primitives.dll", - "ref/dotnet/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "System.Collections/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "GtOvKwziKL5iVrxdDnIoMpH1vRnnUR9iyYMSeeJB6tgCyXGpKt8zMjBXXnD9UHFALjUioYMX8AoU0mjnzfEkiQ==", - "files": [ - "lib/DNXCore50/System.Collections.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Collections.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.xml", - "ref/dotnet/es/System.Collections.xml", - "ref/dotnet/fr/System.Collections.xml", - "ref/dotnet/it/System.Collections.xml", - "ref/dotnet/ja/System.Collections.xml", - "ref/dotnet/ko/System.Collections.xml", - "ref/dotnet/ru/System.Collections.xml", - "ref/dotnet/System.Collections.dll", - "ref/dotnet/System.Collections.xml", - "ref/dotnet/zh-hans/System.Collections.xml", - "ref/dotnet/zh-hant/System.Collections.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.4.0.11-beta-23413.nupkg", - "System.Collections.4.0.11-beta-23413.nupkg.sha512", - "System.Collections.nuspec" - ] - }, - "System.Collections.Concurrent/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "tcwjdpNqK5l/aMA0hx990GCGM9cZpV5Io22I6zhdjXITmW50yoKhHVlYO+auqROr0XpqeQoClDjUzZjI628+Mg==", - "files": [ - "lib/dotnet/System.Collections.Concurrent.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.Concurrent.xml", - "ref/dotnet/es/System.Collections.Concurrent.xml", - "ref/dotnet/fr/System.Collections.Concurrent.xml", - "ref/dotnet/it/System.Collections.Concurrent.xml", - "ref/dotnet/ja/System.Collections.Concurrent.xml", - "ref/dotnet/ko/System.Collections.Concurrent.xml", - "ref/dotnet/ru/System.Collections.Concurrent.xml", - "ref/dotnet/System.Collections.Concurrent.dll", - "ref/dotnet/System.Collections.Concurrent.xml", - "ref/dotnet/zh-hans/System.Collections.Concurrent.xml", - "ref/dotnet/zh-hant/System.Collections.Concurrent.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23413.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23413.nupkg.sha512", - "System.Collections.Concurrent.nuspec" - ] - }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", - "files": [ - "lib/dotnet/System.Collections.NonGeneric.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.NonGeneric.xml", - "ref/dotnet/es/System.Collections.NonGeneric.xml", - "ref/dotnet/fr/System.Collections.NonGeneric.xml", - "ref/dotnet/it/System.Collections.NonGeneric.xml", - "ref/dotnet/ja/System.Collections.NonGeneric.xml", - "ref/dotnet/ko/System.Collections.NonGeneric.xml", - "ref/dotnet/ru/System.Collections.NonGeneric.xml", - "ref/dotnet/System.Collections.NonGeneric.dll", - "ref/dotnet/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.4.0.0.nupkg", - "System.Collections.NonGeneric.4.0.0.nupkg.sha512", - "System.Collections.NonGeneric.nuspec" - ] - }, - "System.ComponentModel/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "MLJKOsQbtm8W9C7kFdmndAWUHV+8NalttX5/Uk8higQcZRNU1pCsuIWkYfFWRH1J+KMlOPtOTRiTHZ3VyhHzXg==", - "files": [ - "lib/dotnet/System.ComponentModel.dll", - "lib/net45/_._", - "lib/netcore50/System.ComponentModel.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.ComponentModel.xml", - "ref/dotnet/es/System.ComponentModel.xml", - "ref/dotnet/fr/System.ComponentModel.xml", - "ref/dotnet/it/System.ComponentModel.xml", - "ref/dotnet/ja/System.ComponentModel.xml", - "ref/dotnet/ko/System.ComponentModel.xml", - "ref/dotnet/ru/System.ComponentModel.xml", - "ref/dotnet/System.ComponentModel.dll", - "ref/dotnet/System.ComponentModel.xml", - "ref/dotnet/zh-hans/System.ComponentModel.xml", - "ref/dotnet/zh-hant/System.ComponentModel.xml", - "ref/net45/_._", - "ref/netcore50/System.ComponentModel.dll", - "ref/netcore50/System.ComponentModel.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23413.nupkg", - "System.ComponentModel.4.0.1-beta-23413.nupkg.sha512", - "System.ComponentModel.nuspec" - ] - }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", - "files": [ - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", - "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", - "System.ComponentModel.EventBasedAsync.nuspec" - ] - }, - "System.Console/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "7Iy21hAO/kaxNXC9En4Pa/O/gSEoGTXN7TlwxM0pXQT9ub+a1eBgmkzDBloXtBf8epk1BowpcMhVWsGfSDv2fw==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Console.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Console.xml", - "ref/dotnet/es/System.Console.xml", - "ref/dotnet/fr/System.Console.xml", - "ref/dotnet/it/System.Console.xml", - "ref/dotnet/ja/System.Console.xml", - "ref/dotnet/ko/System.Console.xml", - "ref/dotnet/ru/System.Console.xml", - "ref/dotnet/System.Console.dll", - "ref/dotnet/System.Console.xml", - "ref/dotnet/zh-hans/System.Console.xml", - "ref/dotnet/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-beta-23413.nupkg", - "System.Console.4.0.0-beta-23413.nupkg.sha512", - "System.Console.nuspec" - ] - }, - "System.Diagnostics.Debug/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "YRY+AivzB4LbF/2kULG37n+acGPPSm3jlxO5gGYAIgqaBZqdK20TzfBqWQaeFTq5y4/TGQLHt7ytWianbHEmgw==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Diagnostics.Debug.xml", - "ref/dotnet/es/System.Diagnostics.Debug.xml", - "ref/dotnet/fr/System.Diagnostics.Debug.xml", - "ref/dotnet/it/System.Diagnostics.Debug.xml", - "ref/dotnet/ja/System.Diagnostics.Debug.xml", - "ref/dotnet/ko/System.Diagnostics.Debug.xml", - "ref/dotnet/ru/System.Diagnostics.Debug.xml", - "ref/dotnet/System.Diagnostics.Debug.dll", - "ref/dotnet/System.Diagnostics.Debug.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Debug.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Debug.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23413.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23413.nupkg.sha512", - "System.Diagnostics.Debug.nuspec" - ] - }, - "System.Diagnostics.Tracing/4.0.20": { - "type": "package", - "serviceable": true, - "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", - "files": [ - "lib/DNXCore50/System.Diagnostics.Tracing.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Diagnostics.Tracing.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Diagnostics.Tracing.xml", - "ref/dotnet/es/System.Diagnostics.Tracing.xml", - "ref/dotnet/fr/System.Diagnostics.Tracing.xml", - "ref/dotnet/it/System.Diagnostics.Tracing.xml", - "ref/dotnet/ja/System.Diagnostics.Tracing.xml", - "ref/dotnet/ko/System.Diagnostics.Tracing.xml", - "ref/dotnet/ru/System.Diagnostics.Tracing.xml", - "ref/dotnet/System.Diagnostics.Tracing.dll", - "ref/dotnet/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", - "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", - "System.Diagnostics.Tracing.4.0.20.nupkg", - "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", - "System.Diagnostics.Tracing.nuspec" - ] - }, - "System.Dynamic.Runtime/4.0.0": { - "type": "package", - "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/win8/_._", - "lib/wp80/_._", - "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/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/_._", - "System.Dynamic.Runtime.4.0.0.nupkg", - "System.Dynamic.Runtime.4.0.0.nupkg.sha512", - "System.Dynamic.Runtime.nuspec" - ] - }, - "System.Globalization/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "v8rq7GqeYr08M5aFl+nj3Bv/aCc5nq314rkKbmhRxZGYNYhTpT6ODCWtU3DT9u2DXOZbmovv8ApZUKt215OrJw==", - "files": [ - "lib/DNXCore50/System.Globalization.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Globalization.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Globalization.xml", - "ref/dotnet/es/System.Globalization.xml", - "ref/dotnet/fr/System.Globalization.xml", - "ref/dotnet/it/System.Globalization.xml", - "ref/dotnet/ja/System.Globalization.xml", - "ref/dotnet/ko/System.Globalization.xml", - "ref/dotnet/ru/System.Globalization.xml", - "ref/dotnet/System.Globalization.dll", - "ref/dotnet/System.Globalization.xml", - "ref/dotnet/zh-hans/System.Globalization.xml", - "ref/dotnet/zh-hant/System.Globalization.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23413.nupkg", - "System.Globalization.4.0.11-beta-23413.nupkg.sha512", - "System.Globalization.nuspec" - ] - }, - "System.IO/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "files": [ - "lib/DNXCore50/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.IO.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.xml", - "ref/dotnet/es/System.IO.xml", - "ref/dotnet/fr/System.IO.xml", - "ref/dotnet/it/System.IO.xml", - "ref/dotnet/ja/System.IO.xml", - "ref/dotnet/ko/System.IO.xml", - "ref/dotnet/ru/System.IO.xml", - "ref/dotnet/System.IO.dll", - "ref/dotnet/System.IO.xml", - "ref/dotnet/zh-hans/System.IO.xml", - "ref/dotnet/zh-hant/System.IO.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.4.0.10.nupkg", - "System.IO.4.0.10.nupkg.sha512", - "System.IO.nuspec" - ] - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", - "files": [ - "lib/DNXCore50/System.IO.FileSystem.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.dll", - "lib/netcore50/System.IO.FileSystem.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.FileSystem.xml", - "ref/dotnet/es/System.IO.FileSystem.xml", - "ref/dotnet/fr/System.IO.FileSystem.xml", - "ref/dotnet/it/System.IO.FileSystem.xml", - "ref/dotnet/ja/System.IO.FileSystem.xml", - "ref/dotnet/ko/System.IO.FileSystem.xml", - "ref/dotnet/ru/System.IO.FileSystem.xml", - "ref/dotnet/System.IO.FileSystem.dll", - "ref/dotnet/System.IO.FileSystem.xml", - "ref/dotnet/zh-hans/System.IO.FileSystem.xml", - "ref/dotnet/zh-hant/System.IO.FileSystem.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.4.0.0.nupkg", - "System.IO.FileSystem.4.0.0.nupkg.sha512", - "System.IO.FileSystem.nuspec" - ] - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", - "files": [ - "lib/dotnet/System.IO.FileSystem.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.IO.FileSystem.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/System.IO.FileSystem.Primitives.dll", - "ref/dotnet/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", - "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.IO.FileSystem.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.IO.FileSystem.Primitives.4.0.0.nupkg", - "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", - "System.IO.FileSystem.Primitives.nuspec" - ] - }, - "System.Linq/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "vxYuhKvMuaeG7ffEBmhvFiVYECpaaMx3yRakd+6RGECw21c7xkM2sk5gNbhnOCbbav5mIZTE1qgrHCGQjb6+oQ==", - "files": [ - "lib/dotnet/System.Linq.dll", - "lib/net45/_._", - "lib/netcore50/System.Linq.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Linq.xml", - "ref/dotnet/es/System.Linq.xml", - "ref/dotnet/fr/System.Linq.xml", - "ref/dotnet/it/System.Linq.xml", - "ref/dotnet/ja/System.Linq.xml", - "ref/dotnet/ko/System.Linq.xml", - "ref/dotnet/ru/System.Linq.xml", - "ref/dotnet/System.Linq.dll", - "ref/dotnet/System.Linq.xml", - "ref/dotnet/zh-hans/System.Linq.xml", - "ref/dotnet/zh-hant/System.Linq.xml", - "ref/net45/_._", - "ref/netcore50/System.Linq.dll", - "ref/netcore50/System.Linq.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23413.nupkg", - "System.Linq.4.0.1-beta-23413.nupkg.sha512", - "System.Linq.nuspec" - ] - }, - "System.Linq.Expressions/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "brW2RRhV4Kdxo3rk2E09EzZLo0GdDhbZvOWNgGjCyg59ze8+lpZ9nm3XuT8CrjtZZpz0Ib8/Da5SVvnud0xn7A==", - "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.11-beta-23413.nupkg", - "System.Linq.Expressions.4.0.11-beta-23413.nupkg.sha512", - "System.Linq.Expressions.nuspec" - ] - }, - "System.Net.Http/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "PHYe4VNa4Whvk0X43FS6y1e5j6RUSC1Pbvps4gWT/Vz8r1zUK3SvjgHTSbUenDRNzgOYuFIPbCNkzAUe8ZM6+Q==", - "files": [ - "lib/net45/_._", - "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/_._", - "runtime.json", - "System.Net.Http.4.0.1-beta-23413.nupkg", - "System.Net.Http.4.0.1-beta-23413.nupkg.sha512", - "System.Net.Http.nuspec" - ] - }, - "System.Net.Primitives/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", - "files": [ - "lib/DNXCore50/System.Net.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Net.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Net.Primitives.xml", - "ref/dotnet/es/System.Net.Primitives.xml", - "ref/dotnet/fr/System.Net.Primitives.xml", - "ref/dotnet/it/System.Net.Primitives.xml", - "ref/dotnet/ja/System.Net.Primitives.xml", - "ref/dotnet/ko/System.Net.Primitives.xml", - "ref/dotnet/ru/System.Net.Primitives.xml", - "ref/dotnet/System.Net.Primitives.dll", - "ref/dotnet/System.Net.Primitives.xml", - "ref/dotnet/zh-hans/System.Net.Primitives.xml", - "ref/dotnet/zh-hant/System.Net.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Net.Primitives.4.0.10.nupkg", - "System.Net.Primitives.4.0.10.nupkg.sha512", - "System.Net.Primitives.nuspec" - ] - }, - "System.Net.Security/4.0.0-beta-23413": { - "type": "package", - "sha512": "es+ZOfAObBFU+DAlBNHFvk+zRu37cNXbn1hM7itwkz0LnpGjSFd00u5YNOIcOncFBxmLgIOIJH5oJGsz2UaX7Q==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Security.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Net.Security.xml", - "ref/dotnet/es/System.Net.Security.xml", - "ref/dotnet/fr/System.Net.Security.xml", - "ref/dotnet/it/System.Net.Security.xml", - "ref/dotnet/ja/System.Net.Security.xml", - "ref/dotnet/ko/System.Net.Security.xml", - "ref/dotnet/ru/System.Net.Security.xml", - "ref/dotnet/System.Net.Security.dll", - "ref/dotnet/System.Net.Security.xml", - "ref/dotnet/zh-hans/System.Net.Security.xml", - "ref/dotnet/zh-hant/System.Net.Security.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Security.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Security.4.0.0-beta-23413.nupkg", - "System.Net.Security.4.0.0-beta-23413.nupkg.sha512", - "System.Net.Security.nuspec" - ] - }, - "System.Net.Sockets/4.1.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "JyNQpMecCu5fVZWFZYmi5CcG8uyBaqgMVexkDisgi/Xx7VqdXfxbvx5vKlIuK16ZedCDW7/GHn+HZTs2QdC1XA==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Net.Sockets.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Net.Sockets.xml", - "ref/dotnet/es/System.Net.Sockets.xml", - "ref/dotnet/fr/System.Net.Sockets.xml", - "ref/dotnet/it/System.Net.Sockets.xml", - "ref/dotnet/ja/System.Net.Sockets.xml", - "ref/dotnet/ko/System.Net.Sockets.xml", - "ref/dotnet/ru/System.Net.Sockets.xml", - "ref/dotnet/System.Net.Sockets.dll", - "ref/dotnet/System.Net.Sockets.xml", - "ref/dotnet/zh-hans/System.Net.Sockets.xml", - "ref/dotnet/zh-hant/System.Net.Sockets.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Net.Sockets.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Net.Sockets.4.1.0-beta-23413.nupkg", - "System.Net.Sockets.4.1.0-beta-23413.nupkg.sha512", - "System.Net.Sockets.nuspec" - ] - }, - "System.ObjectModel/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", - "files": [ - "lib/dotnet/System.ObjectModel.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.ObjectModel.xml", - "ref/dotnet/es/System.ObjectModel.xml", - "ref/dotnet/fr/System.ObjectModel.xml", - "ref/dotnet/it/System.ObjectModel.xml", - "ref/dotnet/ja/System.ObjectModel.xml", - "ref/dotnet/ko/System.ObjectModel.xml", - "ref/dotnet/ru/System.ObjectModel.xml", - "ref/dotnet/System.ObjectModel.dll", - "ref/dotnet/System.ObjectModel.xml", - "ref/dotnet/zh-hans/System.ObjectModel.xml", - "ref/dotnet/zh-hant/System.ObjectModel.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ObjectModel.4.0.10.nupkg", - "System.ObjectModel.4.0.10.nupkg.sha512", - "System.ObjectModel.nuspec" - ] - }, - "System.Private.Networking/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", - "files": [ - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.4.0.0.nupkg", - "System.Private.Networking.4.0.0.nupkg.sha512", - "System.Private.Networking.nuspec" - ] - }, - "System.Private.Uri/4.0.1-beta-23413": { - "type": "package", - "sha512": "jwvNUmwJYlU7gf8tjYI6jlzhp2gNwZ/HVEJoJgRDiUlDSDVWi0yepXpfC0Kfpph2QbIeLIW2E4QRxPhwlc3Eww==", - "files": [ - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "System.Private.Uri.4.0.1-beta-23413.nupkg", - "System.Private.Uri.4.0.1-beta-23413.nupkg.sha512", - "System.Private.Uri.nuspec" - ] - }, - "System.Reflection/4.1.0-beta-23225": { - "type": "package", - "serviceable": true, - "sha512": "WbLtaCxoe5XdqEyZuGpemSQ8YBJ8cj11zx+yxOxJfHbNrmu7oMQ29+J50swaqg3soUc3BVBMqfIhb/7gocDHQA==", - "files": [ - "lib/DNXCore50/System.Reflection.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Reflection.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Reflection.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", - "System.Reflection.4.1.0-beta-23225.nupkg", - "System.Reflection.4.1.0-beta-23225.nupkg.sha512", - "System.Reflection.nuspec" - ] - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.dll", - "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Reflection.Emit.xml", - "ref/dotnet/es/System.Reflection.Emit.xml", - "ref/dotnet/fr/System.Reflection.Emit.xml", - "ref/dotnet/it/System.Reflection.Emit.xml", - "ref/dotnet/ja/System.Reflection.Emit.xml", - "ref/dotnet/ko/System.Reflection.Emit.xml", - "ref/dotnet/ru/System.Reflection.Emit.xml", - "ref/dotnet/System.Reflection.Emit.dll", - "ref/dotnet/System.Reflection.Emit.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.xml", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/xamarinmac20/_._", - "System.Reflection.Emit.4.0.0.nupkg", - "System.Reflection.Emit.4.0.0.nupkg.sha512", - "System.Reflection.Emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/wp80/_._", - "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", - "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", - "ref/net45/_._", - "ref/wp80/_._", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec" - ] - }, - "System.Reflection.Extensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", - "files": [ - "lib/DNXCore50/System.Reflection.Extensions.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Extensions.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Reflection.Extensions.xml", - "ref/dotnet/es/System.Reflection.Extensions.xml", - "ref/dotnet/fr/System.Reflection.Extensions.xml", - "ref/dotnet/it/System.Reflection.Extensions.xml", - "ref/dotnet/ja/System.Reflection.Extensions.xml", - "ref/dotnet/ko/System.Reflection.Extensions.xml", - "ref/dotnet/ru/System.Reflection.Extensions.xml", - "ref/dotnet/System.Reflection.Extensions.dll", - "ref/dotnet/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", - "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Extensions.dll", - "ref/netcore50/System.Reflection.Extensions.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", - "System.Reflection.Extensions.4.0.0.nupkg", - "System.Reflection.Extensions.4.0.0.nupkg.sha512", - "System.Reflection.Extensions.nuspec" - ] - }, - "System.Reflection.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", - "files": [ - "lib/DNXCore50/System.Reflection.Primitives.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Primitives.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Reflection.Primitives.xml", - "ref/dotnet/es/System.Reflection.Primitives.xml", - "ref/dotnet/fr/System.Reflection.Primitives.xml", - "ref/dotnet/it/System.Reflection.Primitives.xml", - "ref/dotnet/ja/System.Reflection.Primitives.xml", - "ref/dotnet/ko/System.Reflection.Primitives.xml", - "ref/dotnet/ru/System.Reflection.Primitives.xml", - "ref/dotnet/System.Reflection.Primitives.dll", - "ref/dotnet/System.Reflection.Primitives.xml", - "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", - "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", - "ref/net45/_._", - "ref/netcore50/System.Reflection.Primitives.dll", - "ref/netcore50/System.Reflection.Primitives.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", - "System.Reflection.Primitives.4.0.0.nupkg", - "System.Reflection.Primitives.4.0.0.nupkg.sha512", - "System.Reflection.Primitives.nuspec" - ] - }, - "System.Reflection.TypeExtensions/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", - "files": [ - "lib/DNXCore50/System.Reflection.TypeExtensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Reflection.TypeExtensions.dll", - "lib/netcore50/System.Reflection.TypeExtensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Reflection.TypeExtensions.xml", - "ref/dotnet/es/System.Reflection.TypeExtensions.xml", - "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", - "ref/dotnet/it/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", - "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", - "ref/dotnet/System.Reflection.TypeExtensions.dll", - "ref/dotnet/System.Reflection.TypeExtensions.xml", - "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", - "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Reflection.TypeExtensions.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", - "System.Reflection.TypeExtensions.4.0.0.nupkg", - "System.Reflection.TypeExtensions.4.0.0.nupkg.sha512", - "System.Reflection.TypeExtensions.nuspec" - ] - }, - "System.Resources.ResourceManager/4.0.1-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "Z4ArP0eFmgd1GbGKJtviivD+AyhAKpZtaewgzk0Knf9IJ+VyEOFvye3/M3grDwCQFjr4L568kifeO4ErUPNq1Q==", - "files": [ - "lib/DNXCore50/System.Resources.ResourceManager.dll", - "lib/net45/_._", - "lib/netcore50/System.Resources.ResourceManager.dll", - "lib/win8/_._", - "lib/wp80/_._", - "lib/wpa81/_._", - "ref/dotnet/de/System.Resources.ResourceManager.xml", - "ref/dotnet/es/System.Resources.ResourceManager.xml", - "ref/dotnet/fr/System.Resources.ResourceManager.xml", - "ref/dotnet/it/System.Resources.ResourceManager.xml", - "ref/dotnet/ja/System.Resources.ResourceManager.xml", - "ref/dotnet/ko/System.Resources.ResourceManager.xml", - "ref/dotnet/ru/System.Resources.ResourceManager.xml", - "ref/dotnet/System.Resources.ResourceManager.dll", - "ref/dotnet/System.Resources.ResourceManager.xml", - "ref/dotnet/zh-hans/System.Resources.ResourceManager.xml", - "ref/dotnet/zh-hant/System.Resources.ResourceManager.xml", - "ref/net45/_._", - "ref/netcore50/System.Resources.ResourceManager.dll", - "ref/netcore50/System.Resources.ResourceManager.xml", - "ref/win8/_._", - "ref/wp80/_._", - "ref/wpa81/_._", - "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23413.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23413.nupkg.sha512", - "System.Resources.ResourceManager.nuspec" - ] - }, - "System.Runtime/4.0.21-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "Q/97nVZaPDNf0Rh9vWohXVxPB11sQ6E5CV7ZXEAjckSJ8pIfAu+RCYliHegNMXhQnfpO+X63861GVjNicH5fYg==", - "files": [ - "lib/DNXCore50/System.Runtime.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.xml", - "ref/dotnet/es/System.Runtime.xml", - "ref/dotnet/fr/System.Runtime.xml", - "ref/dotnet/it/System.Runtime.xml", - "ref/dotnet/ja/System.Runtime.xml", - "ref/dotnet/ko/System.Runtime.xml", - "ref/dotnet/ru/System.Runtime.xml", - "ref/dotnet/System.Runtime.dll", - "ref/dotnet/System.Runtime.xml", - "ref/dotnet/zh-hans/System.Runtime.xml", - "ref/dotnet/zh-hant/System.Runtime.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23413.nupkg", - "System.Runtime.4.0.21-beta-23413.nupkg.sha512", - "System.Runtime.nuspec" - ] - }, - "System.Runtime.Extensions/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", - "files": [ - "lib/DNXCore50/System.Runtime.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.Extensions.xml", - "ref/dotnet/es/System.Runtime.Extensions.xml", - "ref/dotnet/fr/System.Runtime.Extensions.xml", - "ref/dotnet/it/System.Runtime.Extensions.xml", - "ref/dotnet/ja/System.Runtime.Extensions.xml", - "ref/dotnet/ko/System.Runtime.Extensions.xml", - "ref/dotnet/ru/System.Runtime.Extensions.xml", - "ref/dotnet/System.Runtime.Extensions.dll", - "ref/dotnet/System.Runtime.Extensions.xml", - "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", - "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", - "System.Runtime.Extensions.4.0.10.nupkg", - "System.Runtime.Extensions.4.0.10.nupkg.sha512", - "System.Runtime.Extensions.nuspec" - ] - }, - "System.Runtime.Handles/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", - "files": [ - "lib/DNXCore50/System.Runtime.Handles.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.Handles.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.Handles.xml", - "ref/dotnet/es/System.Runtime.Handles.xml", - "ref/dotnet/fr/System.Runtime.Handles.xml", - "ref/dotnet/it/System.Runtime.Handles.xml", - "ref/dotnet/ja/System.Runtime.Handles.xml", - "ref/dotnet/ko/System.Runtime.Handles.xml", - "ref/dotnet/ru/System.Runtime.Handles.xml", - "ref/dotnet/System.Runtime.Handles.dll", - "ref/dotnet/System.Runtime.Handles.xml", - "ref/dotnet/zh-hans/System.Runtime.Handles.xml", - "ref/dotnet/zh-hant/System.Runtime.Handles.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", - "System.Runtime.Handles.4.0.0.nupkg", - "System.Runtime.Handles.4.0.0.nupkg.sha512", - "System.Runtime.Handles.nuspec" - ] - }, - "System.Runtime.InteropServices/4.0.20": { - "type": "package", - "serviceable": true, - "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", - "files": [ - "lib/DNXCore50/System.Runtime.InteropServices.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Runtime.InteropServices.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Runtime.InteropServices.xml", - "ref/dotnet/es/System.Runtime.InteropServices.xml", - "ref/dotnet/fr/System.Runtime.InteropServices.xml", - "ref/dotnet/it/System.Runtime.InteropServices.xml", - "ref/dotnet/ja/System.Runtime.InteropServices.xml", - "ref/dotnet/ko/System.Runtime.InteropServices.xml", - "ref/dotnet/ru/System.Runtime.InteropServices.xml", - "ref/dotnet/System.Runtime.InteropServices.dll", - "ref/dotnet/System.Runtime.InteropServices.xml", - "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", - "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", - "System.Runtime.InteropServices.4.0.20.nupkg", - "System.Runtime.InteropServices.4.0.20.nupkg.sha512", - "System.Runtime.InteropServices.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "VbSCwICzK3Z0U3oQjv+e33sLqi3+rlQ0DOOEAZ1VwHyCslXB2xzUbP6/S7LyzyAlDEK2FNe+68UO9GYZUEUpeg==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Algorithms.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Algorithms.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Algorithms.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.Algorithms.nuspec" - ] - }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "USCQf5+rOYDYZzHyjQAV/Rrj2mwYBOMV4877aNC456JtqteVlAGLcKKP8tmR73fTPKzXCFsqB85wGVRR8fT7yQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/es/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/fr/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/it/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/ja/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/ko/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/ru/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/System.Security.Cryptography.Encoding.dll", - "ref/dotnet/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/dotnet/zh-hant/System.Security.Cryptography.Encoding.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Encoding.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.Encoding.nuspec" - ] - }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "smSExawCGnVIU5X8cp+LbxnFqfYo2CztnL1dPFLaDXfXiQ7TuS5wxQkxD7FzVJmYnMOkqe07vzaHZpZrW8jBQA==", - "files": [ - "lib/dotnet/System.Security.Cryptography.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/System.Security.Cryptography.Primitives.dll", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.Primitives.nuspec" - ] - }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "/1EfWwy4+tGSt9+h4tEu2QOFpfZM4eWsR9B7HDcQ+rz2tRsanLNxKiVMo93IG9Cp4DWv+OQPwRlyF6Lm+7HkdQ==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Cryptography.X509Certificates.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/es/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/fr/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/it/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/ja/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/ko/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/ru/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/System.Security.Cryptography.X509Certificates.dll", - "ref/dotnet/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/zh-hans/System.Security.Cryptography.X509Certificates.xml", - "ref/dotnet/zh-hant/System.Security.Cryptography.X509Certificates.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Security.Cryptography.X509Certificates.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23413.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23413.nupkg.sha512", - "System.Security.Cryptography.X509Certificates.nuspec" - ] - }, - "System.Text.Encoding/4.0.10": { - "type": "package", - "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", - "files": [ - "lib/DNXCore50/System.Text.Encoding.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Text.Encoding.xml", - "ref/dotnet/es/System.Text.Encoding.xml", - "ref/dotnet/fr/System.Text.Encoding.xml", - "ref/dotnet/it/System.Text.Encoding.xml", - "ref/dotnet/ja/System.Text.Encoding.xml", - "ref/dotnet/ko/System.Text.Encoding.xml", - "ref/dotnet/ru/System.Text.Encoding.xml", - "ref/dotnet/System.Text.Encoding.dll", - "ref/dotnet/System.Text.Encoding.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", - "System.Text.Encoding.4.0.10.nupkg", - "System.Text.Encoding.4.0.10.nupkg.sha512", - "System.Text.Encoding.nuspec" - ] - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", - "files": [ - "lib/DNXCore50/System.Text.Encoding.Extensions.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Text.Encoding.Extensions.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Text.Encoding.Extensions.xml", - "ref/dotnet/es/System.Text.Encoding.Extensions.xml", - "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", - "ref/dotnet/it/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", - "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", - "ref/dotnet/System.Text.Encoding.Extensions.dll", - "ref/dotnet/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", - "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", - "System.Text.Encoding.Extensions.4.0.10.nupkg", - "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", - "System.Text.Encoding.Extensions.nuspec" - ] - }, - "System.Threading/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "x5K+Mto2rkKWYCPdvZMclkbVqI0Km8eDzSgpyLkf8+BdC7O9z/1g+HrMG5PgKZoVWkFH+a+FpzMRXU7Miv4/Uw==", - "files": [ - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Threading.xml", - "ref/dotnet/es/System.Threading.xml", - "ref/dotnet/fr/System.Threading.xml", - "ref/dotnet/it/System.Threading.xml", - "ref/dotnet/ja/System.Threading.xml", - "ref/dotnet/ko/System.Threading.xml", - "ref/dotnet/ru/System.Threading.xml", - "ref/dotnet/System.Threading.dll", - "ref/dotnet/System.Threading.xml", - "ref/dotnet/zh-hans/System.Threading.xml", - "ref/dotnet/zh-hant/System.Threading.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.Threading.4.0.11-beta-23413.nupkg", - "System.Threading.4.0.11-beta-23413.nupkg.sha512", - "System.Threading.nuspec" - ] - }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", - "files": [ - "lib/DNXCore50/System.Threading.Overlapped.dll", - "lib/net46/System.Threading.Overlapped.dll", - "lib/netcore50/System.Threading.Overlapped.dll", - "ref/dotnet/de/System.Threading.Overlapped.xml", - "ref/dotnet/es/System.Threading.Overlapped.xml", - "ref/dotnet/fr/System.Threading.Overlapped.xml", - "ref/dotnet/it/System.Threading.Overlapped.xml", - "ref/dotnet/ja/System.Threading.Overlapped.xml", - "ref/dotnet/ko/System.Threading.Overlapped.xml", - "ref/dotnet/ru/System.Threading.Overlapped.xml", - "ref/dotnet/System.Threading.Overlapped.dll", - "ref/dotnet/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", - "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.4.0.0.nupkg", - "System.Threading.Overlapped.4.0.0.nupkg.sha512", - "System.Threading.Overlapped.nuspec" - ] - }, - "System.Threading.Tasks/4.0.11-beta-23413": { - "type": "package", - "serviceable": true, - "sha512": "ldgZnurdbaOzzVvzm9BaZ1h7+EeRYtKR7FfXlHNWUzabHCzO0wEwINTLRc9XyMwl5i3niKos+oyGS8d9rn8+ZQ==", - "files": [ - "lib/DNXCore50/System.Threading.Tasks.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.Threading.Tasks.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Threading.Tasks.xml", - "ref/dotnet/es/System.Threading.Tasks.xml", - "ref/dotnet/fr/System.Threading.Tasks.xml", - "ref/dotnet/it/System.Threading.Tasks.xml", - "ref/dotnet/ja/System.Threading.Tasks.xml", - "ref/dotnet/ko/System.Threading.Tasks.xml", - "ref/dotnet/ru/System.Threading.Tasks.xml", - "ref/dotnet/System.Threading.Tasks.dll", - "ref/dotnet/System.Threading.Tasks.xml", - "ref/dotnet/zh-hans/System.Threading.Tasks.xml", - "ref/dotnet/zh-hant/System.Threading.Tasks.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23413.nupkg", - "System.Threading.Tasks.4.0.11-beta-23413.nupkg.sha512", - "System.Threading.Tasks.nuspec" - ] - } - }, - "projectFileDependencyGroups": { - "": [ - "Microsoft.Extensions.DependencyInjection >= 1.0.0-*" - ], - ".NETFramework,Version=v4.6": [], - ".NETFramework,Version=v4.5": [], - "DNX,Version=v4.5.1": [], - "DNXCore,Version=v5.0": [ - "Microsoft.CSharp >= 4.0.1-*", - "System.Collections >= 4.0.11-*", - "System.Linq >= 4.0.1-*", - "System.Runtime >= 4.0.21-*", - "System.Threading >= 4.0.11-*", - "System.Net.Http >= 4.0.1-*", - "System.Net.Sockets >= 4.1.0-*", - "System.Net.Security >= 4.0.0-*", - "System.Console >= 4.0.0-*" - ] - } +{ + "locked": false, + "version": 2, + "targets": { + ".NETFramework,Version=v4.6": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + ".NETFramework,Version=v4.5": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package" + } + }, + "DNX,Version=v4.5.1": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + "DNXCore,Version=v5.0": { + "Microsoft.CSharp/4.0.1-beta-23420": { + "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/dotnet5.1/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", + "System.Collections": "4.0.11-beta-23420", + "System.Collections.Concurrent": "4.0.11-beta-23420", + "System.Threading": "4.0.11-beta-23420", + "System.Threading.Tasks": "4.0.11-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23420", + "System.Diagnostics.Debug": "4.0.11-beta-23420", + "System.Globalization": "4.0.11-beta-23420", + "System.Linq": "4.0.1-beta-23420", + "System.Linq.Expressions": "4.0.11-beta-23420", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "System.Collections/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.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/dotnet/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23420": { + "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/dotnet5.4/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.1-beta-23420": { + "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.Primitives/4.0.10": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Security.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "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.5/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.0": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "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.0.21-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "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.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23420": { + "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.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Threading.Tasks.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Tasks.dll": {} + } + } + }, + ".NETFramework,Version=v4.6/win7-x86": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + ".NETFramework,Version=v4.6/win7-x64": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + ".NETFramework,Version=v4.5/win7-x86": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package" + } + }, + ".NETFramework,Version=v4.5/win7-x64": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package" + } + }, + "DNX,Version=v4.5.1/win7-x86": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + "DNX,Version=v4.5.1/win7-x64": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + }, + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "frameworkAssemblies": [ + "Microsoft.CSharp", + "mscorlib", + "System", + "System.Core" + ], + "compile": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x86": { + "Microsoft.CSharp/4.0.1-beta-23420": { + "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/dotnet5.1/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", + "System.Collections": "4.0.11-beta-23420", + "System.Collections.Concurrent": "4.0.11-beta-23420", + "System.Threading": "4.0.11-beta-23420", + "System.Threading.Tasks": "4.0.11-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23420", + "System.Diagnostics.Debug": "4.0.11-beta-23420", + "System.Globalization": "4.0.11-beta-23420", + "System.Linq": "4.0.1-beta-23420", + "System.Linq.Expressions": "4.0.11-beta-23420", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Security.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "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-23420", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "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-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Cng": "4.0.0-beta-23420", + "System.Security.Cryptography.Csp": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.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/dotnet/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Calendars.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.Calendars.dll": {} + } + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23420": { + "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/dotnet5.4/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.1-beta-23420": { + "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.Primitives/4.0.10": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Security.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "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.5/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Principal": "4.0.0", + "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10", + "System.Threading.ThreadPool": "4.0.10-beta-23420" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "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.0.21-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "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/dotnet/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/dotnet/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "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.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Security.Principal.Windows/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.10", + "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.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23420": { + "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.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "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.ThreadPool/4.0.10-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + } + }, + "DNXCore,Version=v5.0/win7-x64": { + "Microsoft.CSharp/4.0.1-beta-23420": { + "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/dotnet5.1/Microsoft.CSharp.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.CSharp.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", + "System.Collections": "4.0.11-beta-23420", + "System.Collections.Concurrent": "4.0.11-beta-23420", + "System.Threading": "4.0.11-beta-23420", + "System.Threading.Tasks": "4.0.11-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} + } + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "dependencies": { + "System.ComponentModel": "4.0.1-beta-23420", + "System.Diagnostics.Debug": "4.0.11-beta-23420", + "System.Globalization": "4.0.11-beta-23420", + "System.Linq": "4.0.1-beta-23420", + "System.Linq.Expressions": "4.0.11-beta-23420", + "System.Reflection": "4.1.0-beta-23225", + "System.Resources.ResourceManager": "4.0.1-beta-23420" + }, + "compile": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + }, + "runtime": { + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} + } + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20" + }, + "compile": { + "ref/dotnet/Microsoft.Win32.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/Microsoft.Win32.Primitives.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} + } + }, + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} + } + }, + "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.Compression": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} + } + }, + "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Security.dll": {} + } + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.1-beta-23420", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Sockets.dll": {} + } + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "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-23420", + "System.Text.Encoding": "4.0.0", + "System.Text.Encoding.Extensions": "4.0.0" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "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-beta-23420" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + } + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Globalization": "4.0.10", + "System.Globalization.Calendars": "4.0.0", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Runtime.Numerics": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Cng": "4.0.0-beta-23420", + "System.Security.Cryptography.Csp": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "runtime.win7.System.Threading/4.0.11-beta-23420": { + "type": "package", + "compile": { + "ref/dotnet/_._": {} + }, + "runtime": { + "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} + } + }, + "System.Collections/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.21-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Collections.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Collections.dll": {} + } + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Collections.Concurrent.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Collections.Concurrent.dll": {} + } + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "dependencies": { + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Collections.NonGeneric.dll": {} + }, + "runtime": { + "lib/dotnet/System.Collections.NonGeneric.dll": {} + } + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet5.1/System.ComponentModel.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.ComponentModel.dll": {} + } + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "dependencies": { + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + }, + "runtime": { + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} + } + }, + "System.Console/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Console.dll": {} + } + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Diagnostics.Debug.dll": {} + } + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Diagnostics.Tracing.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} + } + }, + "System.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/dotnet/System.Dynamic.Runtime.dll": {} + } + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Globalization.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.dll": {} + } + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "dependencies": { + "System.Globalization": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Globalization.Calendars.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Globalization.Calendars.dll": {} + } + }, + "System.IO/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20", + "System.Text.Encoding": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.dll": {} + } + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.IO": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.InteropServices": "4.0.0", + "System.Text.Encoding": "4.0.0", + "System.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet/System.IO.Compression.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.Compression.dll": {} + } + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Text.Encoding": "4.0.10", + "System.Text.Encoding.Extensions": "4.0.10", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.IO.FileSystem.dll": {} + } + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} + } + }, + "System.Linq/4.0.1-beta-23420": { + "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/dotnet5.4/System.Linq.dll": {} + } + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.Linq": "4.0.0", + "System.ObjectModel": "4.0.10", + "System.Reflection": "4.0.10", + "System.Reflection.Emit": "4.0.0", + "System.Reflection.Extensions": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Reflection.TypeExtensions": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.4/System.Linq.Expressions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "System.Net.Http/4.0.1-beta-23420": { + "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.Primitives/4.0.10": { + "type": "package", + "dependencies": { + "System.Private.Networking": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Net.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Net.Primitives.dll": {} + } + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Net.Primitives": "4.0.10", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Threading.Tasks": "4.0.0" + }, + "compile": { + "ref/dotnet5.4/System.Net.Security.dll": {} + } + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "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.5/System.Net.Sockets.dll": {} + } + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet/System.ObjectModel.dll": {} + }, + "runtime": { + "lib/dotnet/System.ObjectModel.dll": {} + } + }, + "System.Private.Networking/4.0.1-beta-23420": { + "type": "package", + "dependencies": { + "Microsoft.Win32.Primitives": "4.0.0", + "System.Collections": "4.0.10", + "System.Collections.Concurrent": "4.0.0", + "System.Collections.NonGeneric": "4.0.0", + "System.ComponentModel.EventBasedAsync": "4.0.10", + "System.Diagnostics.Debug": "4.0.10", + "System.Diagnostics.Tracing": "4.0.20", + "System.Globalization": "4.0.10", + "System.IO": "4.0.10", + "System.IO.FileSystem": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Principal": "4.0.0", + "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Threading": "4.0.10", + "System.Threading.Overlapped": "4.0.0", + "System.Threading.Tasks": "4.0.10", + "System.Threading.ThreadPool": "4.0.10-beta-23420" + }, + "compile": { + "ref/dnxcore50/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Private.Networking.dll": {} + } + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "compile": { + "ref/dnxcore50/_._": {} + } + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Reflection.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.dll": {} + } + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.dll": {} + } + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} + } + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Emit.ILGeneration": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} + } + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Extensions.dll": {} + } + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.Primitives.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.Primitives.dll": {} + } + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Reflection.TypeExtensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} + } + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "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.0.21-beta-23420": { + "type": "package", + "dependencies": { + "System.Private.Uri": "4.0.1-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Runtime.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.dll": {} + } + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.20" + }, + "compile": { + "ref/dotnet/System.Runtime.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Extensions.dll": {} + } + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.Handles.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.Handles.dll": {} + } + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "dependencies": { + "System.Reflection": "4.0.0", + "System.Reflection.Primitives": "4.0.0", + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Runtime.InteropServices.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Runtime.InteropServices.dll": {} + } + }, + "System.Runtime.Numerics/4.0.0": { + "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/dotnet/System.Runtime.Numerics.dll": {} + }, + "runtime": { + "lib/dotnet/System.Runtime.Numerics.dll": {} + } + }, + "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Security.Principal": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Claims.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Claims.dll": {} + } + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + } + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + } + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.IO": "4.0.10", + "System.Reflection": "4.0.0", + "System.Resources.ResourceManager": "4.0.0", + "System.Runtime": "4.0.20", + "System.Runtime.Extensions": "4.0.10", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Text.Encoding": "4.0.10", + "System.Threading": "4.0.10" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + } + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + } + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "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.1/System.Security.Cryptography.Primitives.dll": {} + }, + "runtime": { + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + } + }, + "System.Security.Principal/4.0.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Security.Principal.dll": {} + }, + "runtime": { + "lib/dotnet/System.Security.Principal.dll": {} + } + }, + "System.Security.Principal.Windows/4.0.0-beta-23420": { + "type": "package", + "dependencies": { + "System.Collections": "4.0.0", + "System.Diagnostics.Debug": "4.0.10", + "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.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.dll": {} + } + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Text.Encoding": "4.0.10" + }, + "compile": { + "ref/dotnet/System.Text.Encoding.Extensions.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} + } + }, + "System.Threading/4.0.11-beta-23420": { + "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.0": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" + }, + "compile": { + "ref/dotnet/System.Threading.Overlapped.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.Overlapped.dll": {} + } + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "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.ThreadPool/4.0.10-beta-23420": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.InteropServices": "4.0.0" + }, + "compile": { + "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + }, + "runtime": { + "lib/DNXCore50/System.Threading.ThreadPool.dll": {} + } + } + } + }, + "libraries": { + "Microsoft.CSharp/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "ggz2YjZuyoqZrteqVT5FH4dzWmHSwAm1hkI2PhcfWb8bnwOXqRTq42U2VTevWllzkCmiH7zEujulSq7Yfvb09Q==", + "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-beta-23420.nupkg", + "Microsoft.CSharp.4.0.1-beta-23420.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.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "type": "package", + "serviceable": true, + "sha512": "F1LMf6HL4ZxlnFm/iRZVIyR1Jt1KeRLYBmPy+RO+h5uqRUH8FVX6x1GIl2uu3dUw75UmWP15gQyzx+bprpuMFA==", + "files": [ + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", + "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", + "lib/net451/Microsoft.Extensions.DependencyInjection.dll", + "lib/net451/Microsoft.Extensions.DependencyInjection.xml", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.nuspec" + ] + }, + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "type": "package", + "serviceable": true, + "sha512": "XoTYU9Z0RKMPSJa/jSMC8Q1N39d34FMSSDBRrOFDF+7Fs2Hf5rNVZdO77RI8SiKpzr8OTzIo8eQ3EFQGste9kg==", + "files": [ + "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", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" + ] + }, + "Microsoft.Win32.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", + "files": [ + "lib/dotnet/Microsoft.Win32.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/Microsoft.Win32.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "Microsoft.Win32.Primitives.4.0.0.nupkg", + "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", + "Microsoft.Win32.Primitives.nuspec", + "ref/dotnet/de/Microsoft.Win32.Primitives.xml", + "ref/dotnet/es/Microsoft.Win32.Primitives.xml", + "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", + "ref/dotnet/it/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", + "ref/dotnet/Microsoft.Win32.Primitives.dll", + "ref/dotnet/Microsoft.Win32.Primitives.xml", + "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", + "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/Microsoft.Win32.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "lW/nQAzE+15qR8y4btjxAdBUI8FH9iA9PQ2B4XzxBNq5E2UbXU5s9w6B7jTV3twEklJtT1R0MoS/9HRL1qp1kw==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23420.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-23420": { + "type": "package", + "serviceable": true, + "sha512": "YStn3oJ7OIFcE7ZGPN6i+ztEuEV2WkRmuSs8XF6EwZOS2FBheIkfmZQj7YdiLH6v47fRHhyy3kVFqgLZl3IrqA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.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.Net.Http/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "gEhW75dLf9hew0EhcJ2548JtVsSBQjlIJ6sxR5YwmgR5CS6lqOBq2mMlHqgOIPl9dt61mUn5g+PTI69TuSpV5Q==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Http.nuspec", + "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", + "runtimes/win7/lib/netcore50/System.Net.Http.dll" + ] + }, + "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "sha512": "hi9EoPrD6GnPeFLc4J1E5D049XFGTgFaFGGYFfc3PA1wnTkokddyrEG849eRZYW9KkblJKWIsgNUvR/uEwRjuQ==", + "files": [ + "lib/DNXCore50/System.Net.Security.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Security.nuspec" + ] + }, + "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "okoBO03ba4NwXnJuBeM9YWWRSDVYIwMsEz8JRW685Lh3O6Ju9ogcwIY02fjTeaFvUuoVSqcoT9knYfnTayFiFQ==", + "files": [ + "lib/DNXCore50/System.Net.Sockets.dll", + "lib/netcore50/System.Net.Sockets.dll", + "ref/dotnet/_._", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Sockets.nuspec", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "ma8hss0pF7vpwaxIwItf1lFhEWBbdL3IGxGQ12wA0Jkla86d5pUX9C+gCB6fGJR7Xe0geSeugFL96a5U1vaOMQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Private.Uri.4.0.1-beta-23420.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23420.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.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "0VrHwMeNEM9ZA005QiTc92R80fFRtz7jVwgONPVuJGs1hMXRlEOLX4HikHEsMxvD6sRY2USqbSkQ4EH+Tx79GQ==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "Bl+XlvePfORdzKAPcPeGozUgmKtcxDO7/jg3ePX6D3unj4IAhzT/sRf9lVA+FE05tRcqz8lp8FQ7MrcTXkNE6g==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.nuspec", + "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", + "runtimes/win7/lib/net/_._" + ] + }, + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "gZuZfRnJURytTjS35Jsd7/NtdRLqZfj6i6vvd82Ap6USuFszmd/YkPDc5tIBPeVID5aNmt/9/r1QThPA6AANDA==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.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" + ] + }, + "runtime.win7.System.Threading/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "BxddOH8GhHX+BdXDK/gribVuJlG2UzsChpvuU5SlDY2AP6CfucgZtqRHbC1l2FN0PDUzuTeBTbzRjG9wpLYf+Q==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Threading.4.0.11-beta-23420.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23420.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-23420": { + "type": "package", + "serviceable": true, + "sha512": "PCN1baFNqi1uHXWMZnewIU3N0Fwg9qrwphlSYF/zYV+UGTXjBXjQYU+JeAR8jYjmLyg5yQrbX8TFKCmjn04mDA==", + "files": [ + "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/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/_._", + "runtimes/win8-aot/lib/netcore50/System.Collections.dll", + "System.Collections.4.0.11-beta-23420.nupkg", + "System.Collections.4.0.11-beta-23420.nupkg.sha512", + "System.Collections.nuspec" + ] + }, + "System.Collections.Concurrent/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "yAiknMkJvf8KFm+I7lFm9On1/QWBSjFfZl8Sbcy783HjsKHzcKL9j3fbTkZxq9dn3o1MTLcKnHGBacM1uUWXJg==", + "files": [ + "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.11-beta-23420.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23420.nupkg.sha512", + "System.Collections.Concurrent.nuspec" + ] + }, + "System.Collections.NonGeneric/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", + "files": [ + "lib/dotnet/System.Collections.NonGeneric.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Collections.NonGeneric.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Collections.NonGeneric.xml", + "ref/dotnet/es/System.Collections.NonGeneric.xml", + "ref/dotnet/fr/System.Collections.NonGeneric.xml", + "ref/dotnet/it/System.Collections.NonGeneric.xml", + "ref/dotnet/ja/System.Collections.NonGeneric.xml", + "ref/dotnet/ko/System.Collections.NonGeneric.xml", + "ref/dotnet/ru/System.Collections.NonGeneric.xml", + "ref/dotnet/System.Collections.NonGeneric.dll", + "ref/dotnet/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", + "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Collections.NonGeneric.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Collections.NonGeneric.4.0.0.nupkg", + "System.Collections.NonGeneric.4.0.0.nupkg.sha512", + "System.Collections.NonGeneric.nuspec" + ] + }, + "System.ComponentModel/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "etmRDE4P7vkcusHlupSyUVfHolMy3J0yqPAIMZENSk+3MoaeW+Tqafag7UDsuWpGlzzJB2bbSp9IqFFAa3cztQ==", + "files": [ + "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-23420.nupkg", + "System.ComponentModel.4.0.1-beta-23420.nupkg.sha512", + "System.ComponentModel.nuspec" + ] + }, + "System.ComponentModel.EventBasedAsync/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "d6kXcHUgP0jSPXEQ6hXJYCO6CzfoCi7t9vR3BfjSQLrj4HzpuATpx1gkN7itmTW1O+wjuw6rai4378Nj6N70yw==", + "files": [ + "lib/dotnet/System.ComponentModel.EventBasedAsync.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", + "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", + "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", + "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", + "System.ComponentModel.EventBasedAsync.nuspec" + ] + }, + "System.Console/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "2dxC8xRy9QRE1kt+7zXeceAKIqWK+T3SghGNjY9Sk/hC+WOYRQo4x3Zci6sz2a17WHXDoTPjO1rBrEPMG/e2jQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Console.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "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/net46/System.Console.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Console.4.0.0-beta-23420.nupkg", + "System.Console.4.0.0-beta-23420.nupkg.sha512", + "System.Console.nuspec" + ] + }, + "System.Diagnostics.Debug/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "G/jUbubcgW/HiNFqu6JgdhPjbQGqmDtIzi7u5QjMNf27ToU6vEKivDXNINdFOEeANr3E0842UszvigTafsxmRw==", + "files": [ + "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-beta-23420.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23420.nupkg.sha512", + "System.Diagnostics.Debug.nuspec" + ] + }, + "System.Diagnostics.Tracing/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "gn/wexGHc35Fv++5L1gYHMY5g25COfiZ0PGrL+3PfwzoJd4X2LbTAm/U8d385SI6BKQBI/z4dQfvneS9J27+Tw==", + "files": [ + "lib/DNXCore50/System.Diagnostics.Tracing.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Diagnostics.Tracing.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Diagnostics.Tracing.xml", + "ref/dotnet/es/System.Diagnostics.Tracing.xml", + "ref/dotnet/fr/System.Diagnostics.Tracing.xml", + "ref/dotnet/it/System.Diagnostics.Tracing.xml", + "ref/dotnet/ja/System.Diagnostics.Tracing.xml", + "ref/dotnet/ko/System.Diagnostics.Tracing.xml", + "ref/dotnet/ru/System.Diagnostics.Tracing.xml", + "ref/dotnet/System.Diagnostics.Tracing.dll", + "ref/dotnet/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hans/System.Diagnostics.Tracing.xml", + "ref/dotnet/zh-hant/System.Diagnostics.Tracing.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Diagnostics.Tracing.dll", + "System.Diagnostics.Tracing.4.0.20.nupkg", + "System.Diagnostics.Tracing.4.0.20.nupkg.sha512", + "System.Diagnostics.Tracing.nuspec" + ] + }, + "System.Dynamic.Runtime/4.0.0": { + "type": "package", + "sha512": "33os71rQUCLjM5pbhQqCopq9/YcqBHPBQ8WylrzNk3oJmfAR0SFwzZIKJRN2JcrkBYdzC/NtWrYVU8oroyZieA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "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/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/_._", + "System.Dynamic.Runtime.4.0.0.nupkg", + "System.Dynamic.Runtime.4.0.0.nupkg.sha512", + "System.Dynamic.Runtime.nuspec" + ] + }, + "System.Globalization/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "vir6vBStsJuzny1u8PCEh+aQWadJM1tGdYoKTZ7NC4mvl1KBFF7h4jar4qG/Ex/TsaAnTNgJAzl7raPIAnE+Lg==", + "files": [ + "lib/DNXCore50/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/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/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", + "System.Globalization.4.0.11-beta-23420.nupkg", + "System.Globalization.4.0.11-beta-23420.nupkg.sha512", + "System.Globalization.nuspec" + ] + }, + "System.Globalization.Calendars/4.0.0": { + "type": "package", + "sha512": "cL6WrdGKnNBx9W/iTr+jbffsEO4RLjEtOYcpVSzPNDoli6X5Q6bAfWtJYbJNOPi8Q0fXgBEvKK1ncFL/3FTqlA==", + "files": [ + "lib/DNXCore50/System.Globalization.Calendars.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Globalization.Calendars.dll", + "lib/netcore50/System.Globalization.Calendars.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Globalization.Calendars.xml", + "ref/dotnet/es/System.Globalization.Calendars.xml", + "ref/dotnet/fr/System.Globalization.Calendars.xml", + "ref/dotnet/it/System.Globalization.Calendars.xml", + "ref/dotnet/ja/System.Globalization.Calendars.xml", + "ref/dotnet/ko/System.Globalization.Calendars.xml", + "ref/dotnet/ru/System.Globalization.Calendars.xml", + "ref/dotnet/System.Globalization.Calendars.dll", + "ref/dotnet/System.Globalization.Calendars.xml", + "ref/dotnet/zh-hans/System.Globalization.Calendars.xml", + "ref/dotnet/zh-hant/System.Globalization.Calendars.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Globalization.Calendars.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Globalization.Calendars.dll", + "System.Globalization.Calendars.4.0.0.nupkg", + "System.Globalization.Calendars.4.0.0.nupkg.sha512", + "System.Globalization.Calendars.nuspec" + ] + }, + "System.IO/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", + "files": [ + "lib/DNXCore50/System.IO.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.IO.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.IO.dll", + "System.IO.4.0.10.nupkg", + "System.IO.4.0.10.nupkg.sha512", + "System.IO.nuspec" + ] + }, + "System.IO.Compression/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", + "files": [ + "lib/dotnet/System.IO.Compression.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/netcore50/System.IO.Compression.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.Compression.xml", + "ref/dotnet/es/System.IO.Compression.xml", + "ref/dotnet/fr/System.IO.Compression.xml", + "ref/dotnet/it/System.IO.Compression.xml", + "ref/dotnet/ja/System.IO.Compression.xml", + "ref/dotnet/ko/System.IO.Compression.xml", + "ref/dotnet/ru/System.IO.Compression.xml", + "ref/dotnet/System.IO.Compression.dll", + "ref/dotnet/System.IO.Compression.xml", + "ref/dotnet/zh-hans/System.IO.Compression.xml", + "ref/dotnet/zh-hant/System.IO.Compression.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/System.IO.Compression.dll", + "ref/netcore50/System.IO.Compression.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.IO.Compression.4.0.0.nupkg", + "System.IO.Compression.4.0.0.nupkg.sha512", + "System.IO.Compression.nuspec" + ] + }, + "System.IO.FileSystem/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "eo05SPWfG+54UA0wxgRIYOuOslq+2QrJLXZaJDDsfLXG15OLguaItW39NYZTqUb4DeGOkU4R0wpOLOW4ynMUDQ==", + "files": [ + "lib/DNXCore50/System.IO.FileSystem.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.dll", + "lib/netcore50/System.IO.FileSystem.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.xml", + "ref/dotnet/es/System.IO.FileSystem.xml", + "ref/dotnet/fr/System.IO.FileSystem.xml", + "ref/dotnet/it/System.IO.FileSystem.xml", + "ref/dotnet/ja/System.IO.FileSystem.xml", + "ref/dotnet/ko/System.IO.FileSystem.xml", + "ref/dotnet/ru/System.IO.FileSystem.xml", + "ref/dotnet/System.IO.FileSystem.dll", + "ref/dotnet/System.IO.FileSystem.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.4.0.0.nupkg", + "System.IO.FileSystem.4.0.0.nupkg.sha512", + "System.IO.FileSystem.nuspec" + ] + }, + "System.IO.FileSystem.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "7pJUvYi/Yq3A5nagqCCiOw3+aJp3xXc/Cjr8dnJDnER3/6kX3LEencfqmXUcPl9+7OvRNyPMNhqsLAcMK6K/KA==", + "files": [ + "lib/dotnet/System.IO.FileSystem.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.IO.FileSystem.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/es/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/fr/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/it/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ja/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ko/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/ru/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/System.IO.FileSystem.Primitives.dll", + "ref/dotnet/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hans/System.IO.FileSystem.Primitives.xml", + "ref/dotnet/zh-hant/System.IO.FileSystem.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.IO.FileSystem.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.FileSystem.Primitives.4.0.0.nupkg", + "System.IO.FileSystem.Primitives.4.0.0.nupkg.sha512", + "System.IO.FileSystem.Primitives.nuspec" + ] + }, + "System.Linq/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "YcVTtRET0RzGAdaRFZzQtmiws9VhfeByDI0D8oI9hgm9tdr8MVpq+ZZrWDe63ajsB8jpYLu88TzDAzZFON5y+Q==", + "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/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/_._", + "System.Linq.4.0.1-beta-23420.nupkg", + "System.Linq.4.0.1-beta-23420.nupkg.sha512", + "System.Linq.nuspec" + ] + }, + "System.Linq.Expressions/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "LYiCaQnmM5PhB/u4/ObedyaxmIQg5i/e4mqn4pYxRN2bLpOTWc184wSH5jhA92sdK9stKGqnOqGD6cfVW/WWow==", + "files": [ + "lib/DNXCore50/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/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", + "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", + "System.Linq.Expressions.4.0.11-beta-23420.nupkg", + "System.Linq.Expressions.4.0.11-beta-23420.nupkg.sha512", + "System.Linq.Expressions.nuspec" + ] + }, + "System.Net.Http/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "u/LOXrbI2OOj9bQ+2Z8HJi+r+NHrxhVqnXuLN84IRGw+U7g2b5pvW+cAT2LvEOgCEjCXZ1D9LYjpA8zYm6BUQg==", + "files": [ + "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-beta-23420.nupkg", + "System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "System.Net.Http.nuspec" + ] + }, + "System.Net.Primitives/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "YQqIpmMhnKjIbT7rl6dlf7xM5DxaMR+whduZ9wKb9OhMLjoueAJO3HPPJI+Naf3v034kb+xZqdc3zo44o3HWcg==", + "files": [ + "lib/DNXCore50/System.Net.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Net.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Net.Primitives.xml", + "ref/dotnet/es/System.Net.Primitives.xml", + "ref/dotnet/fr/System.Net.Primitives.xml", + "ref/dotnet/it/System.Net.Primitives.xml", + "ref/dotnet/ja/System.Net.Primitives.xml", + "ref/dotnet/ko/System.Net.Primitives.xml", + "ref/dotnet/ru/System.Net.Primitives.xml", + "ref/dotnet/System.Net.Primitives.dll", + "ref/dotnet/System.Net.Primitives.xml", + "ref/dotnet/zh-hans/System.Net.Primitives.xml", + "ref/dotnet/zh-hant/System.Net.Primitives.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Net.Primitives.4.0.10.nupkg", + "System.Net.Primitives.4.0.10.nupkg.sha512", + "System.Net.Primitives.nuspec" + ] + }, + "System.Net.Security/4.0.0-beta-23420": { + "type": "package", + "sha512": "QrxYN8kSusfMuPx2jOi7WBME8V8S1G/JuYVbGJo7bxrN06yOvFpCs8YzQ5Rchm+7YfsjcVuKcgb/chtnwtiZdg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Security.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.4/de/System.Net.Security.xml", + "ref/dotnet5.4/es/System.Net.Security.xml", + "ref/dotnet5.4/fr/System.Net.Security.xml", + "ref/dotnet5.4/it/System.Net.Security.xml", + "ref/dotnet5.4/ja/System.Net.Security.xml", + "ref/dotnet5.4/ko/System.Net.Security.xml", + "ref/dotnet5.4/ru/System.Net.Security.xml", + "ref/dotnet5.4/System.Net.Security.dll", + "ref/dotnet5.4/System.Net.Security.xml", + "ref/dotnet5.4/zh-hans/System.Net.Security.xml", + "ref/dotnet5.4/zh-hant/System.Net.Security.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Net.Security.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Security.4.0.0-beta-23420.nupkg", + "System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "System.Net.Security.nuspec" + ] + }, + "System.Net.Sockets/4.1.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "BIjzwvhbmeJ2Vh4hq1oEICb0BV+YgoMUbo6EQL1VzrR/IB1SA/FVOfIV77WJyfMQMMmhSdRGuv6t+P2DtnhfRA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Net.Sockets.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/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.Net.Sockets.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Net.Sockets.4.1.0-beta-23420.nupkg", + "System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "System.Net.Sockets.nuspec" + ] + }, + "System.ObjectModel/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "Djn1wb0vP662zxbe+c3mOhvC4vkQGicsFs1Wi0/GJJpp3Eqp+oxbJ+p2Sx3O0efYueggAI5SW+BqEoczjfr1cA==", + "files": [ + "lib/dotnet/System.ObjectModel.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.ObjectModel.xml", + "ref/dotnet/es/System.ObjectModel.xml", + "ref/dotnet/fr/System.ObjectModel.xml", + "ref/dotnet/it/System.ObjectModel.xml", + "ref/dotnet/ja/System.ObjectModel.xml", + "ref/dotnet/ko/System.ObjectModel.xml", + "ref/dotnet/ru/System.ObjectModel.xml", + "ref/dotnet/System.ObjectModel.dll", + "ref/dotnet/System.ObjectModel.xml", + "ref/dotnet/zh-hans/System.ObjectModel.xml", + "ref/dotnet/zh-hant/System.ObjectModel.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.ObjectModel.4.0.10.nupkg", + "System.ObjectModel.4.0.10.nupkg.sha512", + "System.ObjectModel.nuspec" + ] + }, + "System.Private.Networking/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.0.nupkg", + "System.Private.Networking.4.0.0.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Networking/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "x2U1VulqGnEldqET5LckXD9Sg7IEJhA0W+nePyKnKCBBTAyTGOUm2uqYnB7/M1OxagMfwuRaob17Ts+bj7HSsA==", + "files": [ + "lib/DNXCore50/System.Private.Networking.dll", + "lib/netcore50/System.Private.Networking.dll", + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "System.Private.Networking.4.0.1-beta-23420.nupkg", + "System.Private.Networking.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Networking.nuspec" + ] + }, + "System.Private.Uri/4.0.1-beta-23420": { + "type": "package", + "sha512": "iKi8eva1opOhDhW5yMn4gF8ePgKom6jBZmPfhACT9IB3YaeUHHW4vlmMpoNaqyUBrHYsMKJK0Zm+UPQP5senUA==", + "files": [ + "ref/dnxcore50/_._", + "ref/netcore50/_._", + "runtime.json", + "System.Private.Uri.4.0.1-beta-23420.nupkg", + "System.Private.Uri.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Uri.nuspec" + ] + }, + "System.Reflection/4.1.0-beta-23225": { + "type": "package", + "serviceable": true, + "sha512": "nlguo6AocBKGccv4CFSMCOR2/vU+93u/yvzFKO6ViNJ/SBz2VEZ1nOeW93vqKKpOMJkt3YtTvMWmS+kUGz/1bA==", + "files": [ + "lib/DNXCore50/System.Reflection.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Reflection.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/System.Reflection.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.dll", + "System.Reflection.4.1.0-beta-23225.nupkg", + "System.Reflection.4.1.0-beta-23225.nupkg.sha512", + "System.Reflection.nuspec" + ] + }, + "System.Reflection.Emit/4.0.0": { + "type": "package", + "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.dll", + "lib/MonoAndroid10/_._", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.dll", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.Emit.xml", + "ref/dotnet/es/System.Reflection.Emit.xml", + "ref/dotnet/fr/System.Reflection.Emit.xml", + "ref/dotnet/it/System.Reflection.Emit.xml", + "ref/dotnet/ja/System.Reflection.Emit.xml", + "ref/dotnet/ko/System.Reflection.Emit.xml", + "ref/dotnet/ru/System.Reflection.Emit.xml", + "ref/dotnet/System.Reflection.Emit.dll", + "ref/dotnet/System.Reflection.Emit.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.xml", + "ref/MonoAndroid10/_._", + "ref/net45/_._", + "ref/xamarinmac20/_._", + "System.Reflection.Emit.4.0.0.nupkg", + "System.Reflection.Emit.4.0.0.nupkg.sha512", + "System.Reflection.Emit.nuspec" + ] + }, + "System.Reflection.Emit.ILGeneration/4.0.0": { + "type": "package", + "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", + "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", + "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", + "System.Reflection.Emit.ILGeneration.nuspec" + ] + }, + "System.Reflection.Emit.Lightweight/4.0.0": { + "type": "package", + "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", + "files": [ + "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Emit.Lightweight.dll", + "lib/wp80/_._", + "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/System.Reflection.Emit.Lightweight.dll", + "ref/dotnet/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", + "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", + "ref/net45/_._", + "ref/wp80/_._", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg", + "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", + "System.Reflection.Emit.Lightweight.nuspec" + ] + }, + "System.Reflection.Extensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "dbYaZWCyFAu1TGYUqR2n+Q+1casSHPR2vVW0WVNkXpZbrd2BXcZ7cpvpu9C98CTHtNmyfMWCLpCclDqly23t6A==", + "files": [ + "lib/DNXCore50/System.Reflection.Extensions.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Extensions.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Extensions.xml", + "ref/dotnet/es/System.Reflection.Extensions.xml", + "ref/dotnet/fr/System.Reflection.Extensions.xml", + "ref/dotnet/it/System.Reflection.Extensions.xml", + "ref/dotnet/ja/System.Reflection.Extensions.xml", + "ref/dotnet/ko/System.Reflection.Extensions.xml", + "ref/dotnet/ru/System.Reflection.Extensions.xml", + "ref/dotnet/System.Reflection.Extensions.dll", + "ref/dotnet/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hans/System.Reflection.Extensions.xml", + "ref/dotnet/zh-hant/System.Reflection.Extensions.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Extensions.dll", + "ref/netcore50/System.Reflection.Extensions.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Extensions.dll", + "System.Reflection.Extensions.4.0.0.nupkg", + "System.Reflection.Extensions.4.0.0.nupkg.sha512", + "System.Reflection.Extensions.nuspec" + ] + }, + "System.Reflection.Primitives/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "n9S0XpKv2ruc17FSnaiX6nV47VfHTZ1wLjKZlAirUZCvDQCH71mVp+Ohabn0xXLh5pK2PKp45HCxkqu5Fxn/lA==", + "files": [ + "lib/DNXCore50/System.Reflection.Primitives.dll", + "lib/net45/_._", + "lib/netcore50/System.Reflection.Primitives.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Reflection.Primitives.xml", + "ref/dotnet/es/System.Reflection.Primitives.xml", + "ref/dotnet/fr/System.Reflection.Primitives.xml", + "ref/dotnet/it/System.Reflection.Primitives.xml", + "ref/dotnet/ja/System.Reflection.Primitives.xml", + "ref/dotnet/ko/System.Reflection.Primitives.xml", + "ref/dotnet/ru/System.Reflection.Primitives.xml", + "ref/dotnet/System.Reflection.Primitives.dll", + "ref/dotnet/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hans/System.Reflection.Primitives.xml", + "ref/dotnet/zh-hant/System.Reflection.Primitives.xml", + "ref/net45/_._", + "ref/netcore50/System.Reflection.Primitives.dll", + "ref/netcore50/System.Reflection.Primitives.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.Primitives.dll", + "System.Reflection.Primitives.4.0.0.nupkg", + "System.Reflection.Primitives.4.0.0.nupkg.sha512", + "System.Reflection.Primitives.nuspec" + ] + }, + "System.Reflection.TypeExtensions/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "YRM/msNAM86hdxPyXcuZSzmTO0RQFh7YMEPBLTY8cqXvFPYIx2x99bOyPkuU81wRYQem1c1HTkImQ2DjbOBfew==", + "files": [ + "lib/DNXCore50/System.Reflection.TypeExtensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Reflection.TypeExtensions.dll", + "lib/netcore50/System.Reflection.TypeExtensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Reflection.TypeExtensions.xml", + "ref/dotnet/es/System.Reflection.TypeExtensions.xml", + "ref/dotnet/fr/System.Reflection.TypeExtensions.xml", + "ref/dotnet/it/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ja/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ko/System.Reflection.TypeExtensions.xml", + "ref/dotnet/ru/System.Reflection.TypeExtensions.xml", + "ref/dotnet/System.Reflection.TypeExtensions.dll", + "ref/dotnet/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hans/System.Reflection.TypeExtensions.xml", + "ref/dotnet/zh-hant/System.Reflection.TypeExtensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Reflection.TypeExtensions.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Reflection.TypeExtensions.dll", + "System.Reflection.TypeExtensions.4.0.0.nupkg", + "System.Reflection.TypeExtensions.4.0.0.nupkg.sha512", + "System.Reflection.TypeExtensions.nuspec" + ] + }, + "System.Resources.ResourceManager/4.0.1-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "RBSzetb0+nMnzye0Oy5oHZOUaNp+ifwNZfkznF/XGhSNbad+Gjmb/rUTM7mq2t2PBawMFCHgtqytHQEym4toig==", + "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-23420.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23420.nupkg.sha512", + "System.Resources.ResourceManager.nuspec" + ] + }, + "System.Runtime/4.0.21-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "fy5GKz2h9GiJRgQWhnEE5W6uaiI91HQTadMIsZMhbQRii8g6siNZbFJyIGfk/rD0RmxE5j6T4fc+rqKcQboHuw==", + "files": [ + "lib/DNXCore50/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/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/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/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", + "System.Runtime.4.0.21-beta-23420.nupkg", + "System.Runtime.4.0.21-beta-23420.nupkg.sha512", + "System.Runtime.nuspec" + ] + }, + "System.Runtime.Extensions/4.0.10": { + "type": "package", + "serviceable": true, + "sha512": "5dsEwf3Iml7d5OZeT20iyOjT+r+okWpN7xI2v+R4cgd3WSj4DeRPTvPFjDpacbVW4skCAZ8B9hxXJYgkCFKJ1A==", + "files": [ + "lib/DNXCore50/System.Runtime.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Extensions.xml", + "ref/dotnet/es/System.Runtime.Extensions.xml", + "ref/dotnet/fr/System.Runtime.Extensions.xml", + "ref/dotnet/it/System.Runtime.Extensions.xml", + "ref/dotnet/ja/System.Runtime.Extensions.xml", + "ref/dotnet/ko/System.Runtime.Extensions.xml", + "ref/dotnet/ru/System.Runtime.Extensions.xml", + "ref/dotnet/System.Runtime.Extensions.dll", + "ref/dotnet/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hans/System.Runtime.Extensions.xml", + "ref/dotnet/zh-hant/System.Runtime.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Extensions.dll", + "System.Runtime.Extensions.4.0.10.nupkg", + "System.Runtime.Extensions.4.0.10.nupkg.sha512", + "System.Runtime.Extensions.nuspec" + ] + }, + "System.Runtime.Handles/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "638VhpRq63tVcQ6HDb3um3R/J2BtR1Sa96toHo6PcJGPXEPEsleCuqhBgX2gFCz0y0qkutANwW6VPPY5wQu1XQ==", + "files": [ + "lib/DNXCore50/System.Runtime.Handles.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.Handles.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.Handles.xml", + "ref/dotnet/es/System.Runtime.Handles.xml", + "ref/dotnet/fr/System.Runtime.Handles.xml", + "ref/dotnet/it/System.Runtime.Handles.xml", + "ref/dotnet/ja/System.Runtime.Handles.xml", + "ref/dotnet/ko/System.Runtime.Handles.xml", + "ref/dotnet/ru/System.Runtime.Handles.xml", + "ref/dotnet/System.Runtime.Handles.dll", + "ref/dotnet/System.Runtime.Handles.xml", + "ref/dotnet/zh-hans/System.Runtime.Handles.xml", + "ref/dotnet/zh-hant/System.Runtime.Handles.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.Handles.dll", + "System.Runtime.Handles.4.0.0.nupkg", + "System.Runtime.Handles.4.0.0.nupkg.sha512", + "System.Runtime.Handles.nuspec" + ] + }, + "System.Runtime.InteropServices/4.0.20": { + "type": "package", + "serviceable": true, + "sha512": "ZgDyBYfEnjWoz/viS6VOswA6XOkDSH2DzgbpczbW50RywhnCgTl+w3JEvtAiOGyIh8cyx1NJq80jsNBSUr8Pig==", + "files": [ + "lib/DNXCore50/System.Runtime.InteropServices.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Runtime.InteropServices.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Runtime.InteropServices.xml", + "ref/dotnet/es/System.Runtime.InteropServices.xml", + "ref/dotnet/fr/System.Runtime.InteropServices.xml", + "ref/dotnet/it/System.Runtime.InteropServices.xml", + "ref/dotnet/ja/System.Runtime.InteropServices.xml", + "ref/dotnet/ko/System.Runtime.InteropServices.xml", + "ref/dotnet/ru/System.Runtime.InteropServices.xml", + "ref/dotnet/System.Runtime.InteropServices.dll", + "ref/dotnet/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hans/System.Runtime.InteropServices.xml", + "ref/dotnet/zh-hant/System.Runtime.InteropServices.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Runtime.InteropServices.dll", + "System.Runtime.InteropServices.4.0.20.nupkg", + "System.Runtime.InteropServices.4.0.20.nupkg.sha512", + "System.Runtime.InteropServices.nuspec" + ] + }, + "System.Runtime.Numerics/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "aAYGEOE01nabQLufQ4YO8WuSyZzOqGcksi8m1BRW8ppkmssR7en8TqiXcBkB2gTkCnKG/Ai2NQY8CgdmgZw/fw==", + "files": [ + "lib/dotnet/System.Runtime.Numerics.dll", + "lib/net45/_._", + "lib/netcore50/System.Runtime.Numerics.dll", + "lib/win8/_._", + "lib/wpa81/_._", + "ref/dotnet/de/System.Runtime.Numerics.xml", + "ref/dotnet/es/System.Runtime.Numerics.xml", + "ref/dotnet/fr/System.Runtime.Numerics.xml", + "ref/dotnet/it/System.Runtime.Numerics.xml", + "ref/dotnet/ja/System.Runtime.Numerics.xml", + "ref/dotnet/ko/System.Runtime.Numerics.xml", + "ref/dotnet/ru/System.Runtime.Numerics.xml", + "ref/dotnet/System.Runtime.Numerics.dll", + "ref/dotnet/System.Runtime.Numerics.xml", + "ref/dotnet/zh-hans/System.Runtime.Numerics.xml", + "ref/dotnet/zh-hant/System.Runtime.Numerics.xml", + "ref/net45/_._", + "ref/netcore50/System.Runtime.Numerics.dll", + "ref/netcore50/System.Runtime.Numerics.xml", + "ref/win8/_._", + "ref/wpa81/_._", + "System.Runtime.Numerics.4.0.0.nupkg", + "System.Runtime.Numerics.4.0.0.nupkg.sha512", + "System.Runtime.Numerics.nuspec" + ] + }, + "System.Security.Claims/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", + "files": [ + "lib/dotnet/System.Security.Claims.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Claims.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Security.Claims.xml", + "ref/dotnet/es/System.Security.Claims.xml", + "ref/dotnet/fr/System.Security.Claims.xml", + "ref/dotnet/it/System.Security.Claims.xml", + "ref/dotnet/ja/System.Security.Claims.xml", + "ref/dotnet/ko/System.Security.Claims.xml", + "ref/dotnet/ru/System.Security.Claims.xml", + "ref/dotnet/System.Security.Claims.dll", + "ref/dotnet/System.Security.Claims.xml", + "ref/dotnet/zh-hans/System.Security.Claims.xml", + "ref/dotnet/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.0.nupkg", + "System.Security.Claims.4.0.0.nupkg.sha512", + "System.Security.Claims.nuspec" + ] + }, + "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "zpfxRqrOF8mMGwFGqk2HHgCnHjoWjCCdVB/MgvwAPDQlwV+tCjr+gS8oYMeq74NIZZv0gWb754Vnlh9SjJXtWA==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Algorithms.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Algorithms.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Algorithms.nuspec" + ] + }, + "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "vg/OPbldl/eSyJ3Q/n9b1cK0zu7y6FcJt9M5fXUTeF1igUoN8i9WM/XKxSPaoFEMCHJLbJKyBJ82PDLXZjWakQ==", + "files": [ + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", + "lib/net46/System.Security.Cryptography.Cng.dll", + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll", + "ref/net46/System.Security.Cryptography.Cng.dll", + "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Cng.nuspec" + ] + }, + "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "tFapdkwR1MVfUSl6Er3tem4OO6NlFiOksfdafjxwaBG1ztyb3LQkVSN9u5JePoefPzyxQqQ5QfRrjatDFC9QBA==", + "files": [ + "lib/DNXCore50/System.Security.Cryptography.Csp.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Csp.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Csp.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Csp.nuspec" + ] + }, + "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "xTlv8vsgSwRvItNxF7Ch3CT2/RqacTsf6O/JQvSEfjTqDaDqCS5kkfD/wgoRXMZZ667Dk6haYJXNQz3/uBYo7g==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/de/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/es/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/fr/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/it/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ja/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ko/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ru/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hant/System.Security.Cryptography.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Encoding.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Encoding.nuspec" + ] + }, + "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "4u2pqJt5gS/sYQnIzv0mIjtZfFDxRZX/V2fQKAiJAbPk9MUpGUIzKxRCa+3ZdDCyp/jrHPyxAugaVN+IOlsX7g==", + "files": [ + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.Primitives.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.Primitives.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Primitives.nuspec" + ] + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "JYpnM8xdBNq4QqWr/9YAmC7V4KAlKWYLrDprGu+LfMNr7QDY/TtWtxS+zNsZKBJH+OrntuLuIsQAmpp/QbIDpQ==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Security.Cryptography.X509Certificates.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/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/System.Security.Cryptography.X509Certificates.dll", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.nuspec" + ] + }, + "System.Security.Principal/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", + "files": [ + "lib/dotnet/System.Security.Principal.dll", + "lib/net45/_._", + "lib/netcore50/System.Security.Principal.dll", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "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/System.Security.Principal.dll", + "ref/netcore50/System.Security.Principal.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "System.Security.Principal.4.0.0.nupkg", + "System.Security.Principal.4.0.0.nupkg.sha512", + "System.Security.Principal.nuspec" + ] + }, + "System.Security.Principal.Windows/4.0.0-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "vpW55QEeC234v+eDhZZS/WCHwKShHsjsnC2a1yAzDI/JHOG098byKFLi6EPTUnLSZbGOb+fnsT/zeAv7Yb9uhQ==", + "files": [ + "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-beta-23420.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Principal.Windows.nuspec" + ] + }, + "System.Text.Encoding/4.0.10": { + "type": "package", + "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.dll", + "System.Text.Encoding.4.0.10.nupkg", + "System.Text.Encoding.4.0.10.nupkg.sha512", + "System.Text.Encoding.nuspec" + ] + }, + "System.Text.Encoding.Extensions/4.0.10": { + "type": "package", + "sha512": "TZvlwXMxKo3bSRIcsWZLCIzIhLbvlz+mGeKYRZv/zUiSoQzGOwkYeBu6hOw2XPQgKqT0F4Rv8zqKdvmp2fWKYg==", + "files": [ + "lib/DNXCore50/System.Text.Encoding.Extensions.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/_._", + "lib/netcore50/System.Text.Encoding.Extensions.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet/de/System.Text.Encoding.Extensions.xml", + "ref/dotnet/es/System.Text.Encoding.Extensions.xml", + "ref/dotnet/fr/System.Text.Encoding.Extensions.xml", + "ref/dotnet/it/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ja/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ko/System.Text.Encoding.Extensions.xml", + "ref/dotnet/ru/System.Text.Encoding.Extensions.xml", + "ref/dotnet/System.Text.Encoding.Extensions.dll", + "ref/dotnet/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.Extensions.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.Extensions.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net46/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Text.Encoding.Extensions.dll", + "System.Text.Encoding.Extensions.4.0.10.nupkg", + "System.Text.Encoding.Extensions.4.0.10.nupkg.sha512", + "System.Text.Encoding.Extensions.nuspec" + ] + }, + "System.Threading/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "6xaX3C3ZZDzcFkUw5U+g9I1FagJqA7ItygWaRUEXnZIdXfUO35GECplP652u1sbSBlHay+WUgiffpjrn3elKZw==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.1/de/System.Threading.xml", + "ref/dotnet5.1/es/System.Threading.xml", + "ref/dotnet5.1/fr/System.Threading.xml", + "ref/dotnet5.1/it/System.Threading.xml", + "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/de/System.Threading.xml", + "ref/dotnet5.4/es/System.Threading.xml", + "ref/dotnet5.4/fr/System.Threading.xml", + "ref/dotnet5.4/it/System.Threading.xml", + "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/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtime.json", + "System.Threading.4.0.11-beta-23420.nupkg", + "System.Threading.4.0.11-beta-23420.nupkg.sha512", + "System.Threading.nuspec" + ] + }, + "System.Threading.Overlapped/4.0.0": { + "type": "package", + "serviceable": true, + "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", + "files": [ + "lib/DNXCore50/System.Threading.Overlapped.dll", + "lib/net46/System.Threading.Overlapped.dll", + "lib/netcore50/System.Threading.Overlapped.dll", + "ref/dotnet/de/System.Threading.Overlapped.xml", + "ref/dotnet/es/System.Threading.Overlapped.xml", + "ref/dotnet/fr/System.Threading.Overlapped.xml", + "ref/dotnet/it/System.Threading.Overlapped.xml", + "ref/dotnet/ja/System.Threading.Overlapped.xml", + "ref/dotnet/ko/System.Threading.Overlapped.xml", + "ref/dotnet/ru/System.Threading.Overlapped.xml", + "ref/dotnet/System.Threading.Overlapped.dll", + "ref/dotnet/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", + "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", + "ref/net46/System.Threading.Overlapped.dll", + "System.Threading.Overlapped.4.0.0.nupkg", + "System.Threading.Overlapped.4.0.0.nupkg.sha512", + "System.Threading.Overlapped.nuspec" + ] + }, + "System.Threading.Tasks/4.0.11-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "lrqTIkvNmXjdUi9phjlCphN/VbyvvBTbbcW8dviXSOAE6ZAOMyLci9rxcgDXTHAW2txSgxo/8+BKk8kzTr9XeQ==", + "files": [ + "lib/DNXCore50/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/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/System.Threading.Tasks.dll", + "ref/dotnet5.1/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/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/System.Threading.Tasks.dll", + "ref/dotnet5.4/System.Threading.Tasks.xml", + "ref/dotnet5.4/zh-hans/System.Threading.Tasks.xml", + "ref/dotnet5.4/zh-hant/System.Threading.Tasks.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/System.Threading.Tasks.xml", + "ref/netcore50/es/System.Threading.Tasks.xml", + "ref/netcore50/fr/System.Threading.Tasks.xml", + "ref/netcore50/it/System.Threading.Tasks.xml", + "ref/netcore50/ja/System.Threading.Tasks.xml", + "ref/netcore50/ko/System.Threading.Tasks.xml", + "ref/netcore50/ru/System.Threading.Tasks.xml", + "ref/netcore50/System.Threading.Tasks.dll", + "ref/netcore50/System.Threading.Tasks.xml", + "ref/netcore50/zh-hans/System.Threading.Tasks.xml", + "ref/netcore50/zh-hant/System.Threading.Tasks.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", + "System.Threading.Tasks.4.0.11-beta-23420.nupkg", + "System.Threading.Tasks.4.0.11-beta-23420.nupkg.sha512", + "System.Threading.Tasks.nuspec" + ] + }, + "System.Threading.ThreadPool/4.0.10-beta-23420": { + "type": "package", + "serviceable": true, + "sha512": "9rt6FxpZafONDm0IpeUzs1H65QnbOqjRcfzLi+uJpvjaX8VYswdhQy04PUjHEU8ATKFNvPyaP6Ev4zr7v+SMqw==", + "files": [ + "lib/DNXCore50/System.Threading.ThreadPool.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net46/System.Threading.ThreadPool.dll", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "ref/dotnet5.2/de/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/es/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/fr/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/it/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/ja/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/ko/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/ru/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/System.Threading.ThreadPool.dll", + "ref/dotnet5.2/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/zh-hans/System.Threading.ThreadPool.xml", + "ref/dotnet5.2/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-beta-23420.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23420.nupkg.sha512", + "System.Threading.ThreadPool.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + "": [ + "Microsoft.Extensions.DependencyInjection >= 1.0.0-*" + ], + ".NETFramework,Version=v4.6": [], + ".NETFramework,Version=v4.5": [], + "DNX,Version=v4.5.1": [], + "DNXCore,Version=v5.0": [ + "Microsoft.CSharp >= 4.0.1-*", + "System.Collections >= 4.0.11-*", + "System.Linq >= 4.0.1-*", + "System.Runtime >= 4.0.21-*", + "System.Threading >= 4.0.11-*", + "System.Net.Http >= 4.0.1-*", + "System.Net.Sockets >= 4.1.0-*", + "System.Net.Security >= 4.0.0-*", + "System.Console >= 4.0.0-*" + ] + } } \ No newline at end of file From 681518fef800f4835f51273085fdc4ca81d1cd1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Tue, 27 Oct 2015 12:24:21 +0800 Subject: [PATCH 2/5] React to TCPClient changes --- .../project.lock.json | 602 +++++++------- .../SmtpEmailSender.cs | 6 +- .../project.lock.json | 736 +++++++++--------- 3 files changed, 669 insertions(+), 675 deletions(-) diff --git a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json index e67d28c..98f4b24 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json +++ b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json @@ -10,10 +10,10 @@ "Microsoft.Extensions.DependencyInjection": "1.0.0" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -28,7 +28,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -88,14 +88,14 @@ "lib/dotnet/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", - "System.Collections": "4.0.11-beta-23420", - "System.Collections.Concurrent": "4.0.11-beta-23420", - "System.Threading": "4.0.11-beta-23420", - "System.Threading.Tasks": "4.0.11-beta-23420" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", + "System.Collections": "4.0.11-beta-23426", + "System.Collections.Concurrent": "4.0.11-beta-23426", + "System.Threading": "4.0.11-beta-23426", + "System.Threading.Tasks": "4.0.11-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -104,16 +104,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23420", - "System.Diagnostics.Debug": "4.0.11-beta-23420", - "System.Globalization": "4.0.11-beta-23420", - "System.Linq": "4.0.1-beta-23420", - "System.Linq.Expressions": "4.0.11-beta-23420", + "System.ComponentModel": "4.0.1-beta-23426", + "System.Diagnostics.Debug": "4.0.11-beta-23426", + "System.Globalization": "4.0.11-beta-23426", + "System.Linq": "4.0.1-beta-23426", + "System.Linq.Expressions": "4.0.11-beta-23426", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23420" + "System.Resources.ResourceManager": "4.0.1-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -147,7 +147,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -184,7 +184,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -221,7 +221,7 @@ "ref/dotnet/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -254,7 +254,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -332,7 +332,7 @@ "lib/dotnet/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -358,7 +358,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -383,20 +383,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -454,7 +454,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -542,7 +542,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -556,10 +556,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23420" + "System.Private.Uri": "4.0.1-beta-23426" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -607,18 +607,18 @@ "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -627,7 +627,7 @@ "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -645,13 +645,13 @@ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -705,7 +705,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -726,10 +726,10 @@ "Microsoft.Extensions.DependencyInjection": "1.0.0" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -744,7 +744,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -768,10 +768,10 @@ "Microsoft.Extensions.DependencyInjection": "1.0.0" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -786,7 +786,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -846,14 +846,14 @@ "lib/dotnet/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", - "System.Collections": "4.0.11-beta-23420", - "System.Collections.Concurrent": "4.0.11-beta-23420", - "System.Threading": "4.0.11-beta-23420", - "System.Threading.Tasks": "4.0.11-beta-23420" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", + "System.Collections": "4.0.11-beta-23426", + "System.Collections.Concurrent": "4.0.11-beta-23426", + "System.Threading": "4.0.11-beta-23426", + "System.Threading.Tasks": "4.0.11-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -862,16 +862,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23420", - "System.Diagnostics.Debug": "4.0.11-beta-23420", - "System.Globalization": "4.0.11-beta-23420", - "System.Linq": "4.0.1-beta-23420", - "System.Linq.Expressions": "4.0.11-beta-23420", + "System.ComponentModel": "4.0.1-beta-23426", + "System.Diagnostics.Debug": "4.0.11-beta-23426", + "System.Globalization": "4.0.11-beta-23426", + "System.Linq": "4.0.1-beta-23426", + "System.Linq.Expressions": "4.0.11-beta-23426", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23420" + "System.Resources.ResourceManager": "4.0.1-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -913,7 +913,7 @@ "runtimes/win7/lib/dotnet/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -922,7 +922,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "runtime.win7.System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -937,7 +937,7 @@ "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-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -949,10 +949,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "runtime.win7.System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420" + "System.Private.Networking": "4.0.1-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -961,10 +961,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420", + "System.Private.Networking": "4.0.1-beta-23426", "System.Runtime": "4.0.20" }, "compile": { @@ -974,7 +974,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -983,7 +983,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -991,7 +991,7 @@ "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-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -1002,7 +1002,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1014,7 +1014,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -1023,7 +1023,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1037,11 +1037,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Cng": "4.0.0-beta-23420", - "System.Security.Cryptography.Csp": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Cng": "4.0.0-beta-23426", + "System.Security.Cryptography.Csp": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1073,7 +1073,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1110,7 +1110,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -1147,7 +1147,7 @@ "ref/dotnet/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1180,7 +1180,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1291,7 +1291,7 @@ "lib/dotnet/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1317,7 +1317,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1342,20 +1342,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1383,7 +1383,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23420": { + "System.Private.Networking/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1402,14 +1402,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Security.Principal.Windows": "4.0.0-beta-23426", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23420" + "System.Threading.ThreadPool": "4.0.10-beta-23426" }, "compile": { "ref/dnxcore50/_._": {} @@ -1418,7 +1418,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -1521,7 +1521,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -1535,10 +1535,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23420" + "System.Private.Uri": "4.0.1-beta-23426" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -1620,18 +1620,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "System.Security.Cryptography.Cng/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1640,8 +1640,8 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0" }, "compile": { @@ -1651,7 +1651,7 @@ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "System.Security.Cryptography.Csp/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1661,9 +1661,9 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1674,7 +1674,7 @@ "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1683,7 +1683,7 @@ "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -1701,13 +1701,13 @@ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -1725,7 +1725,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23420": { + "System.Security.Principal.Windows/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1796,7 +1796,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1808,7 +1808,7 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23420": { + "System.Threading.ThreadPool/4.0.10-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -1866,14 +1866,14 @@ "lib/dotnet/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", - "System.Collections": "4.0.11-beta-23420", - "System.Collections.Concurrent": "4.0.11-beta-23420", - "System.Threading": "4.0.11-beta-23420", - "System.Threading.Tasks": "4.0.11-beta-23420" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", + "System.Collections": "4.0.11-beta-23426", + "System.Collections.Concurrent": "4.0.11-beta-23426", + "System.Threading": "4.0.11-beta-23426", + "System.Threading.Tasks": "4.0.11-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -1882,16 +1882,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23420", - "System.Diagnostics.Debug": "4.0.11-beta-23420", - "System.Globalization": "4.0.11-beta-23420", - "System.Linq": "4.0.1-beta-23420", - "System.Linq.Expressions": "4.0.11-beta-23420", + "System.ComponentModel": "4.0.1-beta-23426", + "System.Diagnostics.Debug": "4.0.11-beta-23426", + "System.Globalization": "4.0.11-beta-23426", + "System.Linq": "4.0.1-beta-23426", + "System.Linq.Expressions": "4.0.11-beta-23426", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23420" + "System.Resources.ResourceManager": "4.0.1-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -1933,7 +1933,7 @@ "runtimes/win7/lib/dotnet/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1942,7 +1942,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "runtime.win7.System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1957,7 +1957,7 @@ "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-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -1969,10 +1969,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "runtime.win7.System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420" + "System.Private.Networking": "4.0.1-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -1981,10 +1981,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420", + "System.Private.Networking": "4.0.1-beta-23426", "System.Runtime": "4.0.20" }, "compile": { @@ -1994,7 +1994,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2003,7 +2003,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2011,7 +2011,7 @@ "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-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -2022,7 +2022,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2034,7 +2034,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -2043,7 +2043,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2057,11 +2057,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Cng": "4.0.0-beta-23420", - "System.Security.Cryptography.Csp": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Cng": "4.0.0-beta-23426", + "System.Security.Cryptography.Csp": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2093,7 +2093,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2130,7 +2130,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -2167,7 +2167,7 @@ "ref/dotnet/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2200,7 +2200,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2311,7 +2311,7 @@ "lib/dotnet/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2337,7 +2337,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2362,20 +2362,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2403,7 +2403,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23420": { + "System.Private.Networking/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -2422,14 +2422,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Security.Principal.Windows": "4.0.0-beta-23426", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23420" + "System.Threading.ThreadPool": "4.0.10-beta-23426" }, "compile": { "ref/dnxcore50/_._": {} @@ -2438,7 +2438,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -2541,7 +2541,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -2555,10 +2555,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23420" + "System.Private.Uri": "4.0.1-beta-23426" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -2640,18 +2640,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "System.Security.Cryptography.Cng/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2660,8 +2660,8 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0" }, "compile": { @@ -2671,7 +2671,7 @@ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "System.Security.Cryptography.Csp/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2681,9 +2681,9 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2694,7 +2694,7 @@ "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2703,7 +2703,7 @@ "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -2721,13 +2721,13 @@ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -2745,7 +2745,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23420": { + "System.Security.Principal.Windows/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2816,7 +2816,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2828,7 +2828,7 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23420": { + "System.Threading.ThreadPool/4.0.10-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -2889,31 +2889,35 @@ "ref/xamarinmac20/_._" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "serviceable": true, - "sha512": "F1LMf6HL4ZxlnFm/iRZVIyR1Jt1KeRLYBmPy+RO+h5uqRUH8FVX6x1GIl2uu3dUw75UmWP15gQyzx+bprpuMFA==", + "sha512": "F7ZcEMtXQSXHWz32sb69aY5A0VhvYyRlVV2OTtbwpfKgJpr/h13mN/tvk6IGZ4h1Q/CWHvP/brU/NUUs+uS2CQ==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", "lib/net451/Microsoft.Extensions.DependencyInjection.dll", "lib/net451/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg.sha512", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "serviceable": true, - "sha512": "XoTYU9Z0RKMPSJa/jSMC8Q1N39d34FMSSDBRrOFDF+7Fs2Hf5rNVZdO77RI8SiKpzr8OTzIo8eQ3EFQGste9kg==", + "sha512": "mAzMp3OrY8dxu3nhnrT2CKdVOWlXy3uyOA+FUOtEbLHCy6Y08g0SXLfDsU3T10mcBgcFNlofSPnjvO/4HZmbcQ==", "files": [ "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", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg.sha512", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15740.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15740.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" ] }, @@ -2971,106 +2975,106 @@ "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" ] }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "YStn3oJ7OIFcE7ZGPN6i+ztEuEV2WkRmuSs8XF6EwZOS2FBheIkfmZQj7YdiLH6v47fRHhyy3kVFqgLZl3IrqA==", + "sha512": "RFFF/3XfxZkP3jEnfu+bfSjjAMIBi6oKGZjeuxDUQog+pA4IDjpDb8fO8/vmYNlpeSj+achZrtJE0XlhAfL3mQ==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.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.Net.Http/4.0.1-beta-23420": { + "runtime.win7.System.Net.Http/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "gEhW75dLf9hew0EhcJ2548JtVsSBQjlIJ6sxR5YwmgR5CS6lqOBq2mMlHqgOIPl9dt61mUn5g+PTI69TuSpV5Q==", + "sha512": "NBKYFaFTXiwSgTRsLAnVmzBnza1aH5zoeJWzSvD9+LsZHoK5SbFIYG4f9cNQ93srXICK2Ra50R7ne1s6Z9UEAw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg", - "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg.sha512", "runtime.win7.System.Net.Http.nuspec", "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", "runtimes/win7/lib/netcore50/System.Net.Http.dll" ] }, - "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "runtime.win7.System.Net.Security/4.0.0-beta-23426": { "type": "package", - "sha512": "hi9EoPrD6GnPeFLc4J1E5D049XFGTgFaFGGYFfc3PA1wnTkokddyrEG849eRZYW9KkblJKWIsgNUvR/uEwRjuQ==", + "sha512": "vIYDsA+vrvnnCT81CXr5D0B8JJiSeZBxKXxmugD3bR5AIXkNCimz6LEcqbFrRL+3XAtA2RlR30TVSDKhtY+YwQ==", "files": [ "lib/DNXCore50/System.Net.Security.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Net.Security.nuspec" ] }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "okoBO03ba4NwXnJuBeM9YWWRSDVYIwMsEz8JRW685Lh3O6Ju9ogcwIY02fjTeaFvUuoVSqcoT9knYfnTayFiFQ==", + "sha512": "2JTcVblr66rh1wjxUGU/43yp48aWfXmWVDSi9WLQHOtaKtWSB45AZmYxrcHTRpK1oMKmlITgLARzZodiVfFSow==", "files": [ "lib/DNXCore50/System.Net.Sockets.dll", "lib/netcore50/System.Net.Sockets.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", "runtime.win7.System.Net.Sockets.nuspec", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "ma8hss0pF7vpwaxIwItf1lFhEWBbdL3IGxGQ12wA0Jkla86d5pUX9C+gCB6fGJR7Xe0geSeugFL96a5U1vaOMQ==", + "sha512": "Pi+dHO7AH6p9L4lPzdWHE79DZtTFN3WrNFgCSkftaRYAKRifoKqL39b5kpkDCJ5twLRbULFwOfv5J1hC8++lOA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23420.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23420.nupkg.sha512", + "runtime.win7.System.Private.Uri.4.0.1-beta-23426.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23426.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.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "0VrHwMeNEM9ZA005QiTc92R80fFRtz7jVwgONPVuJGs1hMXRlEOLX4HikHEsMxvD6sRY2USqbSkQ4EH+Tx79GQ==", + "sha512": "tJfzx19CQw4Fgjf2h6Jhigf1HKJUqKe7z96gxUS/zDW48C41EN/NTUD93TerhLrXZnS0Gruq3Nto8c36ZXWLvg==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "Bl+XlvePfORdzKAPcPeGozUgmKtcxDO7/jg3ePX6D3unj4IAhzT/sRf9lVA+FE05tRcqz8lp8FQ7MrcTXkNE6g==", + "sha512": "VN5SDLe86zX9ItEFAQLOp2/EJoq2FrIIm4uVan3DZ1DnUACOKGZInz+2ngE3iZ6mMk1JLmBc5ph29AGbsZBG1Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Encoding.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "gZuZfRnJURytTjS35Jsd7/NtdRLqZfj6i6vvd82Ap6USuFszmd/YkPDc5tIBPeVID5aNmt/9/r1QThPA6AANDA==", + "sha512": "FjpE0VLrol7iq2yXvDJbgwild32zb5D8TQW+RuLu50ZFAYv9VNJsm2arAA0TJJt613PWmA21TdrQXGeC0aEr6Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll", "runtimes/win7/lib/net/_._", @@ -3165,10 +3169,10 @@ "System.Collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "yAiknMkJvf8KFm+I7lFm9On1/QWBSjFfZl8Sbcy783HjsKHzcKL9j3fbTkZxq9dn3o1MTLcKnHGBacM1uUWXJg==", + "sha512": "Y95wPxe/NxgR4mBNkwvCH0zHmhw/yJa53a6EhyFNMGf6jhNuXjyICwzENtBlzcvrTJs0MZ1gpbJyGtXGPq4Cng==", "files": [ "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", @@ -3219,8 +3223,8 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23420.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23420.nupkg.sha512", + "System.Collections.Concurrent.4.0.11-beta-23426.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23426.nupkg.sha512", "System.Collections.Concurrent.nuspec" ] }, @@ -3256,10 +3260,10 @@ "System.Collections.NonGeneric.nuspec" ] }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "etmRDE4P7vkcusHlupSyUVfHolMy3J0yqPAIMZENSk+3MoaeW+Tqafag7UDsuWpGlzzJB2bbSp9IqFFAa3cztQ==", + "sha512": "wMPCLnUTJ6v3FuAkQnkx7R0HRfGEyoaf3y9jBeZm/oJhBPU6D6ZIFsvHI3TlC2BoqefWf5peWF8ijhu+AhpKUA==", "files": [ "lib/dotnet5.4/System.ComponentModel.dll", "lib/net45/_._", @@ -3293,8 +3297,8 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23420.nupkg", - "System.ComponentModel.4.0.1-beta-23420.nupkg.sha512", + "System.ComponentModel.4.0.1-beta-23426.nupkg", + "System.ComponentModel.4.0.1-beta-23426.nupkg.sha512", "System.ComponentModel.nuspec" ] }, @@ -3352,10 +3356,10 @@ "System.Console.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "G/jUbubcgW/HiNFqu6JgdhPjbQGqmDtIzi7u5QjMNf27ToU6vEKivDXNINdFOEeANr3E0842UszvigTafsxmRw==", + "sha512": "tfPxNBPKprtd8PBzrdbvYk2qowB6CtZS9NabtS808ZnkmwFngjS+wpzTPjzN3ISZjCrVQorLhXDzOEmUxPg0Kw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3407,8 +3411,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23420.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23420.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg.sha512", "System.Diagnostics.Debug.nuspec" ] }, @@ -3494,10 +3498,10 @@ "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "vir6vBStsJuzny1u8PCEh+aQWadJM1tGdYoKTZ7NC4mvl1KBFF7h4jar4qG/Ex/TsaAnTNgJAzl7raPIAnE+Lg==", + "sha512": "7vbfiQ2yc1AyvG0VU1W4B1+GG5rVgVKAtwamsHtH4hXhqjBg31MGPFmsCYVFohsa2zBAWTe+ylEPmObh1DYnvA==", "files": [ "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -3551,8 +3555,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23420.nupkg", - "System.Globalization.4.0.11-beta-23420.nupkg.sha512", + "System.Globalization.4.0.11-beta-23426.nupkg", + "System.Globalization.4.0.11-beta-23426.nupkg.sha512", "System.Globalization.nuspec" ] }, @@ -3761,10 +3765,10 @@ "System.Linq.nuspec" ] }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "LYiCaQnmM5PhB/u4/ObedyaxmIQg5i/e4mqn4pYxRN2bLpOTWc184wSH5jhA92sdK9stKGqnOqGD6cfVW/WWow==", + "sha512": "6FPYCIblZrrO6NtSRryH7wjVXUxeRD2Brd28C79A8h1sPyCBK8DSSTIl95uENHI+RgR6lRwipWXPQPu51k1F+A==", "files": [ "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", @@ -3819,15 +3823,15 @@ "ref/xamarinmac20/_._", "runtime.json", "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "System.Linq.Expressions.4.0.11-beta-23420.nupkg", - "System.Linq.Expressions.4.0.11-beta-23420.nupkg.sha512", + "System.Linq.Expressions.4.0.11-beta-23426.nupkg", + "System.Linq.Expressions.4.0.11-beta-23426.nupkg.sha512", "System.Linq.Expressions.nuspec" ] }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "u/LOXrbI2OOj9bQ+2Z8HJi+r+NHrxhVqnXuLN84IRGw+U7g2b5pvW+cAT2LvEOgCEjCXZ1D9LYjpA8zYm6BUQg==", + "sha512": "Dqyy5F84bFLUpuCt9IvvseZtIxKk4tU9IAO9ginZDBLP4kGOddc6+If2b9o9jG38GHlETAWQ6MCN7ffLXtkxfw==", "files": [ "lib/net45/_._", "lib/win8/_._", @@ -3858,8 +3862,8 @@ "ref/win8/_._", "ref/wpa81/_._", "runtime.json", - "System.Net.Http.4.0.1-beta-23420.nupkg", - "System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "System.Net.Http.4.0.1-beta-23426.nupkg", + "System.Net.Http.4.0.1-beta-23426.nupkg.sha512", "System.Net.Http.nuspec" ] }, @@ -3896,9 +3900,9 @@ "System.Net.Primitives.nuspec" ] }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", - "sha512": "QrxYN8kSusfMuPx2jOi7WBME8V8S1G/JuYVbGJo7bxrN06yOvFpCs8YzQ5Rchm+7YfsjcVuKcgb/chtnwtiZdg==", + "sha512": "I8z5sGi6U6gKSHL2Ia2286g+o29tTrtlzDRBbslpbXk7MA3lec24UM9F5rzQ94hEZGQBhvAY+ecz7tIWTmlV4w==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3922,15 +3926,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Security.4.0.0-beta-23420.nupkg", - "System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "System.Net.Security.4.0.0-beta-23426.nupkg", + "System.Net.Security.4.0.0-beta-23426.nupkg.sha512", "System.Net.Security.nuspec" ] }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "BIjzwvhbmeJ2Vh4hq1oEICb0BV+YgoMUbo6EQL1VzrR/IB1SA/FVOfIV77WJyfMQMMmhSdRGuv6t+P2DtnhfRA==", + "sha512": "KMHkmRs9w+t6ONPJR/Cy4PZUR4TIjAAafI7SpR0Xw+Qn60xitxLWVJZNsNfZNSn9KuUxCZiMDazT2ot9XLvmhg==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3965,8 +3969,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Sockets.4.1.0-beta-23420.nupkg", - "System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "System.Net.Sockets.4.1.0-beta-23426.nupkg", + "System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", "System.Net.Sockets.nuspec" ] }, @@ -4016,29 +4020,29 @@ "System.Private.Networking.nuspec" ] }, - "System.Private.Networking/4.0.1-beta-23420": { + "System.Private.Networking/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "x2U1VulqGnEldqET5LckXD9Sg7IEJhA0W+nePyKnKCBBTAyTGOUm2uqYnB7/M1OxagMfwuRaob17Ts+bj7HSsA==", + "sha512": "51shvGy/yJuMgnLbj78zZIZl0U6WNmPjE+W04zbfS0lmbmVnn0Iwk2Ub9kYxlMD4WufNRKnhhYcdvxGLrJz7YA==", "files": [ "lib/DNXCore50/System.Private.Networking.dll", "lib/netcore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23420.nupkg", - "System.Private.Networking.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Networking.4.0.1-beta-23426.nupkg", + "System.Private.Networking.4.0.1-beta-23426.nupkg.sha512", "System.Private.Networking.nuspec" ] }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", - "sha512": "iKi8eva1opOhDhW5yMn4gF8ePgKom6jBZmPfhACT9IB3YaeUHHW4vlmMpoNaqyUBrHYsMKJK0Zm+UPQP5senUA==", + "sha512": "IuDsAlkosJRbB/V0LPHjigFy6fz2xtytiTcbMIEG3boV7i3ncdihf5hQGG0enldQoVpIdaaXM9XgzMjF2hq6Pw==", "files": [ "ref/dnxcore50/_._", "ref/netcore50/_._", "runtime.json", - "System.Private.Uri.4.0.1-beta-23420.nupkg", - "System.Private.Uri.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Uri.4.0.1-beta-23426.nupkg", + "System.Private.Uri.4.0.1-beta-23426.nupkg.sha512", "System.Private.Uri.nuspec" ] }, @@ -4248,10 +4252,10 @@ "System.Reflection.TypeExtensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "RBSzetb0+nMnzye0Oy5oHZOUaNp+ifwNZfkznF/XGhSNbad+Gjmb/rUTM7mq2t2PBawMFCHgtqytHQEym4toig==", + "sha512": "bECMiHg+xZIDdg/Ol5FhVWm6gUFYQ+UOPehwUh+JmtGGJOXw+R+5oK6AXPlGeaDWAXVZ1TpuZhGWgkscxzFfMA==", "files": [ "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", @@ -4286,15 +4290,15 @@ "ref/wp80/_._", "ref/wpa81/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23420.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23420.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg.sha512", "System.Resources.ResourceManager.nuspec" ] }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "serviceable": true, - "sha512": "fy5GKz2h9GiJRgQWhnEE5W6uaiI91HQTadMIsZMhbQRii8g6siNZbFJyIGfk/rD0RmxE5j6T4fc+rqKcQboHuw==", + "sha512": "PIHg4SMp+RHBKefekONfZOWA8WaH2Aq0OVjb2B8aN9ZGI+dDxHTK9ojq5anDBQmv3ybOuPZmWW9B8iILJnu5WA==", "files": [ "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -4359,8 +4363,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23420.nupkg", - "System.Runtime.4.0.21-beta-23420.nupkg.sha512", + "System.Runtime.4.0.21-beta-23426.nupkg", + "System.Runtime.4.0.21-beta-23426.nupkg.sha512", "System.Runtime.nuspec" ] }, @@ -4529,10 +4533,10 @@ "System.Security.Claims.nuspec" ] }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "zpfxRqrOF8mMGwFGqk2HHgCnHjoWjCCdVB/MgvwAPDQlwV+tCjr+gS8oYMeq74NIZZv0gWb754Vnlh9SjJXtWA==", + "sha512": "Bkz/OTsBcY+LnXIcVn9ft2ug7PEoN/uBvKI7SL7Q6GMmeZY7uANwXuV8Na44Hnojl08R+NJn1CX1/QJfjD3ZWA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4546,29 +4550,29 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Algorithms.nuspec" ] }, - "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "System.Security.Cryptography.Cng/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "vg/OPbldl/eSyJ3Q/n9b1cK0zu7y6FcJt9M5fXUTeF1igUoN8i9WM/XKxSPaoFEMCHJLbJKyBJ82PDLXZjWakQ==", + "sha512": "SpaVxOxPbBVgq5jcDV/KVymIjOQZWWWSc7BV5A5d7QhWPRbxDxkm9EJUtdm5ThtkmXtE6olNKzHMnstoAhOZkg==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", "lib/net46/System.Security.Cryptography.Cng.dll", "ref/dotnet5.2/System.Security.Cryptography.Cng.dll", "ref/net46/System.Security.Cryptography.Cng.dll", - "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Cng.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Cng.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "System.Security.Cryptography.Csp/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "tFapdkwR1MVfUSl6Er3tem4OO6NlFiOksfdafjxwaBG1ztyb3LQkVSN9u5JePoefPzyxQqQ5QfRrjatDFC9QBA==", + "sha512": "7nayoTOSDXaccR4+e4dsJvEjD+8BYJaPUso9g9hXb3JhEV7EbAtmuyoR+GoGojTPXniUzPdY/ua3GiqOlN22mA==", "files": [ "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", @@ -4582,15 +4586,15 @@ "ref/net46/System.Security.Cryptography.Csp.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Csp.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "xTlv8vsgSwRvItNxF7Ch3CT2/RqacTsf6O/JQvSEfjTqDaDqCS5kkfD/wgoRXMZZ667Dk6haYJXNQz3/uBYo7g==", + "sha512": "t+RS5LbEFV+wCC2otgYzkqk7B1ygBBAgDhSo2Xms3jhVwsqlMg9SZmNUJANmSRpeCA4x+pcCL/bCCUQe5l+XJw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4614,15 +4618,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "4u2pqJt5gS/sYQnIzv0mIjtZfFDxRZX/V2fQKAiJAbPk9MUpGUIzKxRCa+3ZdDCyp/jrHPyxAugaVN+IOlsX7g==", + "sha512": "jIqEbHzpHuNJc/9SDSrLwDQNJ0IP8zZCnYOx0Ol1Ifj4dBg3kfbwuvLWjUiwf9mt23/4qXW+0TTwiEvGsa7J/A==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", @@ -4636,15 +4640,15 @@ "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Primitives.nuspec" ] }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "JYpnM8xdBNq4QqWr/9YAmC7V4KAlKWYLrDprGu+LfMNr7QDY/TtWtxS+zNsZKBJH+OrntuLuIsQAmpp/QbIDpQ==", + "sha512": "WlcFdUtOgD5uR8e2U4orvcR1Pf6Ty7q65WcsWrqshck6IOtWlthNXvidKmz1jZILbjaLfOqXuyH759srLrgWgA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4668,8 +4672,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec" ] }, @@ -4706,10 +4710,10 @@ "System.Security.Principal.nuspec" ] }, - "System.Security.Principal.Windows/4.0.0-beta-23420": { + "System.Security.Principal.Windows/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "vpW55QEeC234v+eDhZZS/WCHwKShHsjsnC2a1yAzDI/JHOG098byKFLi6EPTUnLSZbGOb+fnsT/zeAv7Yb9uhQ==", + "sha512": "skycYzkglUKYFK8vrA8lOAHemJTMG8K+j1X8BrOWPhdFtaPRN+n0sSntTo4WZBbf0L6I2BrRHbgQPwcGCMJ4RA==", "files": [ "lib/DNXCore50/System.Security.Principal.Windows.dll", "lib/net46/System.Security.Principal.Windows.dll", @@ -4725,8 +4729,8 @@ "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-beta-23420.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Principal.Windows.4.0.0-beta-23426.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23426.nupkg.sha512", "System.Security.Principal.Windows.nuspec" ] }, @@ -4843,10 +4847,10 @@ "System.Threading.Overlapped.nuspec" ] }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "lrqTIkvNmXjdUi9phjlCphN/VbyvvBTbbcW8dviXSOAE6ZAOMyLci9rxcgDXTHAW2txSgxo/8+BKk8kzTr9XeQ==", + "sha512": "mXZuVICIdFSjyxeuK2/wYOZRmnv/34Fkhm+Ubs7nvU3MZHJMBVb8U7NAuOxXFYL5h+H7glVZAMe6qzZyYrt2ug==", "files": [ "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -4900,15 +4904,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23420.nupkg", - "System.Threading.Tasks.4.0.11-beta-23420.nupkg.sha512", + "System.Threading.Tasks.4.0.11-beta-23426.nupkg", + "System.Threading.Tasks.4.0.11-beta-23426.nupkg.sha512", "System.Threading.Tasks.nuspec" ] }, - "System.Threading.ThreadPool/4.0.10-beta-23420": { + "System.Threading.ThreadPool/4.0.10-beta-23426": { "type": "package", "serviceable": true, - "sha512": "9rt6FxpZafONDm0IpeUzs1H65QnbOqjRcfzLi+uJpvjaX8VYswdhQy04PUjHEU8ATKFNvPyaP6Ev4zr7v+SMqw==", + "sha512": "sf3VLpsQd+ezHSfVp81HJ6Izbb/+ejAEiXOkjDGVyrSxa3UNseZtbVcZP4So2qw2OFUoUnuXTTi4+UvlbeuPIQ==", "files": [ "lib/DNXCore50/System.Threading.ThreadPool.dll", "lib/MonoAndroid10/_._", @@ -4932,8 +4936,8 @@ "ref/net46/System.Threading.ThreadPool.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Threading.ThreadPool.4.0.10-beta-23420.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23420.nupkg.sha512", + "System.Threading.ThreadPool.4.0.10-beta-23426.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23426.nupkg.sha512", "System.Threading.ThreadPool.nuspec" ] } diff --git a/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs b/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs index 167be14..9905854 100644 --- a/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs +++ b/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs @@ -34,8 +34,9 @@ public Task SendEmailAsync(string email, string subject, string message) if (!ssl) return Task.Factory.StartNew(() => { - using (var client = new TcpClient(server, port)) + using (var client = new TcpClient()) { + client.ConnectAsync(server, port); using (var stream = client.GetStream()) using (var reader = new StreamReader(stream)) using (var writer = new StreamWriter(stream) { AutoFlush = true, NewLine = "\r\n" }) @@ -90,8 +91,9 @@ public Task SendEmailAsync(string email, string subject, string message) else return Task.Factory.StartNew(() => { - using (var client = new TcpClient(server, port)) + using (var client = new TcpClient()) { + client.ConnectAsync(server, port); using (var stream = new SslStream(client.GetStream(), false)) { diff --git a/src/CodeComb.Net.EmailSender/project.lock.json b/src/CodeComb.Net.EmailSender/project.lock.json index 691f6e7..5432963 100644 --- a/src/CodeComb.Net.EmailSender/project.lock.json +++ b/src/CodeComb.Net.EmailSender/project.lock.json @@ -3,10 +3,10 @@ "version": 2, "targets": { ".NETFramework,Version=v4.6": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -21,7 +21,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -37,16 +37,11 @@ } } }, - ".NETFramework,Version=v4.5": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { - "type": "package" - } - }, "DNX,Version=v4.5.1": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -61,7 +56,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -78,7 +73,7 @@ } }, "DNXCore,Version=v5.0": { - "Microsoft.CSharp/4.0.1-beta-23420": { + "Microsoft.CSharp/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -105,14 +100,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", - "System.Collections": "4.0.11-beta-23420", - "System.Collections.Concurrent": "4.0.11-beta-23420", - "System.Threading": "4.0.11-beta-23420", - "System.Threading.Tasks": "4.0.11-beta-23420" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", + "System.Collections": "4.0.11-beta-23426", + "System.Collections.Concurrent": "4.0.11-beta-23426", + "System.Threading": "4.0.11-beta-23426", + "System.Threading.Tasks": "4.0.11-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -121,16 +116,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23420", - "System.Diagnostics.Debug": "4.0.11-beta-23420", - "System.Globalization": "4.0.11-beta-23420", - "System.Linq": "4.0.1-beta-23420", - "System.Linq.Expressions": "4.0.11-beta-23420", + "System.ComponentModel": "4.0.1-beta-23426", + "System.Diagnostics.Debug": "4.0.11-beta-23426", + "System.Globalization": "4.0.11-beta-23426", + "System.Linq": "4.0.1-beta-23426", + "System.Linq.Expressions": "4.0.11-beta-23426", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23420" + "System.Resources.ResourceManager": "4.0.1-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -152,10 +147,10 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "System.Collections/4.0.11-beta-23420": { + "System.Collections/4.0.11-beta-23426": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23420" + "System.Runtime": "4.0.21-beta-23426" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} @@ -164,7 +159,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -201,7 +196,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -228,7 +223,7 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23420": { + "System.Console/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -238,7 +233,7 @@ "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -271,7 +266,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -333,7 +328,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23420": { + "System.Linq/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -349,7 +344,7 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -375,7 +370,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -400,20 +395,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -471,7 +466,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -559,7 +554,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -573,10 +568,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23420" + "System.Private.Uri": "4.0.1-beta-23426" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -624,18 +619,18 @@ "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -644,7 +639,7 @@ "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -662,13 +657,13 @@ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -699,7 +694,7 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23420": { + "System.Threading/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -722,7 +717,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -736,10 +731,10 @@ } }, ".NETFramework,Version=v4.6/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -754,7 +749,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -771,10 +766,10 @@ } }, ".NETFramework,Version=v4.6/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -789,7 +784,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -805,21 +800,11 @@ } } }, - ".NETFramework,Version=v4.5/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { - "type": "package" - } - }, - ".NETFramework,Version=v4.5/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { - "type": "package" - } - }, "DNX,Version=v4.5.1/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -834,7 +819,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -851,10 +836,10 @@ } }, "DNX,Version=v4.5.1/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -869,7 +854,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -886,7 +871,7 @@ } }, "DNXCore,Version=v5.0/win7-x86": { - "Microsoft.CSharp/4.0.1-beta-23420": { + "Microsoft.CSharp/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -913,14 +898,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", - "System.Collections": "4.0.11-beta-23420", - "System.Collections.Concurrent": "4.0.11-beta-23420", - "System.Threading": "4.0.11-beta-23420", - "System.Threading.Tasks": "4.0.11-beta-23420" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", + "System.Collections": "4.0.11-beta-23426", + "System.Collections.Concurrent": "4.0.11-beta-23426", + "System.Threading": "4.0.11-beta-23426", + "System.Threading.Tasks": "4.0.11-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -929,16 +914,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23420", - "System.Diagnostics.Debug": "4.0.11-beta-23420", - "System.Globalization": "4.0.11-beta-23420", - "System.Linq": "4.0.1-beta-23420", - "System.Linq.Expressions": "4.0.11-beta-23420", + "System.ComponentModel": "4.0.1-beta-23426", + "System.Diagnostics.Debug": "4.0.11-beta-23426", + "System.Globalization": "4.0.11-beta-23426", + "System.Linq": "4.0.1-beta-23426", + "System.Linq.Expressions": "4.0.11-beta-23426", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23420" + "System.Resources.ResourceManager": "4.0.1-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -960,7 +945,7 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23420": { + "runtime.win7.System.Console/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -980,7 +965,7 @@ "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -989,7 +974,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "runtime.win7.System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1004,7 +989,7 @@ "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-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -1016,10 +1001,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "runtime.win7.System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420" + "System.Private.Networking": "4.0.1-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -1028,10 +1013,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420", + "System.Private.Networking": "4.0.1-beta-23426", "System.Runtime": "4.0.20" }, "compile": { @@ -1041,7 +1026,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1050,7 +1035,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1058,7 +1043,7 @@ "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-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -1069,7 +1054,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1081,7 +1066,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -1090,7 +1075,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1104,11 +1089,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Cng": "4.0.0-beta-23420", - "System.Security.Cryptography.Csp": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Cng": "4.0.0-beta-23426", + "System.Security.Cryptography.Csp": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1119,7 +1104,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23420": { + "runtime.win7.System.Threading/4.0.11-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1128,10 +1113,10 @@ "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23420": { + "System.Collections/4.0.11-beta-23426": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23420" + "System.Runtime": "4.0.21-beta-23426" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} @@ -1140,7 +1125,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1177,7 +1162,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -1204,7 +1189,7 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23420": { + "System.Console/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1214,7 +1199,7 @@ "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1247,7 +1232,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1342,7 +1327,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23420": { + "System.Linq/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1358,7 +1343,7 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1384,7 +1369,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1409,20 +1394,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1450,7 +1435,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23420": { + "System.Private.Networking/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1469,14 +1454,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Security.Principal.Windows": "4.0.0-beta-23426", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23420" + "System.Threading.ThreadPool": "4.0.10-beta-23426" }, "compile": { "ref/dnxcore50/_._": {} @@ -1485,7 +1470,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -1588,7 +1573,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -1602,10 +1587,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23420" + "System.Private.Uri": "4.0.1-beta-23426" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -1687,18 +1672,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "System.Security.Cryptography.Cng/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1707,8 +1692,8 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0" }, "compile": { @@ -1718,7 +1703,7 @@ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "System.Security.Cryptography.Csp/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1728,9 +1713,9 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1741,7 +1726,7 @@ "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1750,7 +1735,7 @@ "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -1768,13 +1753,13 @@ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -1792,7 +1777,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23420": { + "System.Security.Principal.Windows/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1840,7 +1825,7 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23420": { + "System.Threading/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -1863,7 +1848,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1875,7 +1860,7 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23420": { + "System.Threading.ThreadPool/4.0.10-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -1890,7 +1875,7 @@ } }, "DNXCore,Version=v5.0/win7-x64": { - "Microsoft.CSharp/4.0.1-beta-23420": { + "Microsoft.CSharp/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1917,14 +1902,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15727", - "System.Collections": "4.0.11-beta-23420", - "System.Collections.Concurrent": "4.0.11-beta-23420", - "System.Threading": "4.0.11-beta-23420", - "System.Threading.Tasks": "4.0.11-beta-23420" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", + "System.Collections": "4.0.11-beta-23426", + "System.Collections.Concurrent": "4.0.11-beta-23426", + "System.Threading": "4.0.11-beta-23426", + "System.Threading.Tasks": "4.0.11-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -1933,16 +1918,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23420", - "System.Diagnostics.Debug": "4.0.11-beta-23420", - "System.Globalization": "4.0.11-beta-23420", - "System.Linq": "4.0.1-beta-23420", - "System.Linq.Expressions": "4.0.11-beta-23420", + "System.ComponentModel": "4.0.1-beta-23426", + "System.Diagnostics.Debug": "4.0.11-beta-23426", + "System.Globalization": "4.0.11-beta-23426", + "System.Linq": "4.0.1-beta-23426", + "System.Linq.Expressions": "4.0.11-beta-23426", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23420" + "System.Resources.ResourceManager": "4.0.1-beta-23426" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -1964,7 +1949,7 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23420": { + "runtime.win7.System.Console/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1984,7 +1969,7 @@ "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23420": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1993,7 +1978,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23420": { + "runtime.win7.System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -2008,7 +1993,7 @@ "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-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -2020,10 +2005,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "runtime.win7.System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420" + "System.Private.Networking": "4.0.1-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -2032,10 +2017,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23420", + "System.Private.Networking": "4.0.1-beta-23426", "System.Runtime": "4.0.20" }, "compile": { @@ -2045,7 +2030,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2054,7 +2039,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2062,7 +2047,7 @@ "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-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -2073,7 +2058,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2085,7 +2070,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet/_._": {} @@ -2094,7 +2079,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2108,11 +2093,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Cng": "4.0.0-beta-23420", - "System.Security.Cryptography.Csp": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Cng": "4.0.0-beta-23426", + "System.Security.Cryptography.Csp": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2123,7 +2108,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23420": { + "runtime.win7.System.Threading/4.0.11-beta-23426": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2132,10 +2117,10 @@ "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23420": { + "System.Collections/4.0.11-beta-23426": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23420" + "System.Runtime": "4.0.21-beta-23426" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} @@ -2144,7 +2129,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2181,7 +2166,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -2208,7 +2193,7 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23420": { + "System.Console/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2218,7 +2203,7 @@ "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2251,7 +2236,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2346,7 +2331,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23420": { + "System.Linq/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2362,7 +2347,7 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2388,7 +2373,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2413,20 +2398,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2454,7 +2439,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23420": { + "System.Private.Networking/4.0.1-beta-23426": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -2473,14 +2458,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23420", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23420", + "System.Security.Principal.Windows": "4.0.0-beta-23426", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23420" + "System.Threading.ThreadPool": "4.0.10-beta-23426" }, "compile": { "ref/dnxcore50/_._": {} @@ -2489,7 +2474,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -2592,7 +2577,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -2606,10 +2591,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23420" + "System.Private.Uri": "4.0.1-beta-23426" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -2691,18 +2676,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "System.Security.Cryptography.Cng/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2711,8 +2696,8 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.0" }, "compile": { @@ -2722,7 +2707,7 @@ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "System.Security.Cryptography.Csp/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2732,9 +2717,9 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23420", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2745,7 +2730,7 @@ "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2754,7 +2739,7 @@ "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -2772,13 +2757,13 @@ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23420", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23420" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -2796,7 +2781,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23420": { + "System.Security.Principal.Windows/4.0.0-beta-23426": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2844,7 +2829,7 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23420": { + "System.Threading/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -2867,7 +2852,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2879,7 +2864,7 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23420": { + "System.Threading.ThreadPool/4.0.10-beta-23426": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -2895,10 +2880,10 @@ } }, "libraries": { - "Microsoft.CSharp/4.0.1-beta-23420": { + "Microsoft.CSharp/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "ggz2YjZuyoqZrteqVT5FH4dzWmHSwAm1hkI2PhcfWb8bnwOXqRTq42U2VTevWllzkCmiH7zEujulSq7Yfvb09Q==", + "sha512": "Ca7eCu2kQ5uYWQikQn2W4BFg0oTg1yYvoJI03xAEzKSpqTwA2JOTmS774+vOjGhQyrVWDSKSYr04dd9VR6cENQ==", "files": [ "lib/dotnet5.4/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", @@ -2910,8 +2895,8 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23420.nupkg", - "Microsoft.CSharp.4.0.1-beta-23420.nupkg.sha512", + "Microsoft.CSharp.4.0.1-beta-23426.nupkg", + "Microsoft.CSharp.4.0.1-beta-23426.nupkg.sha512", "Microsoft.CSharp.nuspec", "ref/dotnet5.1/de/Microsoft.CSharp.xml", "ref/dotnet5.1/es/Microsoft.CSharp.xml", @@ -2945,31 +2930,35 @@ "ref/xamarinmac20/_._" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { "type": "package", "serviceable": true, - "sha512": "F1LMf6HL4ZxlnFm/iRZVIyR1Jt1KeRLYBmPy+RO+h5uqRUH8FVX6x1GIl2uu3dUw75UmWP15gQyzx+bprpuMFA==", + "sha512": "F7ZcEMtXQSXHWz32sb69aY5A0VhvYyRlVV2OTtbwpfKgJpr/h13mN/tvk6IGZ4h1Q/CWHvP/brU/NUUs+uS2CQ==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", "lib/net451/Microsoft.Extensions.DependencyInjection.dll", "lib/net451/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15727.nupkg.sha512", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15727": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { "type": "package", "serviceable": true, - "sha512": "XoTYU9Z0RKMPSJa/jSMC8Q1N39d34FMSSDBRrOFDF+7Fs2Hf5rNVZdO77RI8SiKpzr8OTzIo8eQ3EFQGste9kg==", + "sha512": "mAzMp3OrY8dxu3nhnrT2CKdVOWlXy3uyOA+FUOtEbLHCy6Y08g0SXLfDsU3T10mcBgcFNlofSPnjvO/4HZmbcQ==", "files": [ "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", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15727.nupkg.sha512", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.dll", + "lib/netcore50/Microsoft.Extensions.DependencyInjection.Abstractions.xml", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15740.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15740.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" ] }, @@ -3005,143 +2994,143 @@ "ref/xamarinmac20/_._" ] }, - "runtime.win7.System.Console/4.0.0-beta-23420": { + "runtime.win7.System.Console/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "lW/nQAzE+15qR8y4btjxAdBUI8FH9iA9PQ2B4XzxBNq5E2UbXU5s9w6B7jTV3twEklJtT1R0MoS/9HRL1qp1kw==", + "sha512": "8GcL73SRLpDwgEF1LYwh9UmicUg+8Nn5NUkwt/4CQdD9I4gCEjNkxc+4aPmEiZEiEfYe6P5dzxpYcTaRFBVTag==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Console.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Console.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Console.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23426.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-23420": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "YStn3oJ7OIFcE7ZGPN6i+ztEuEV2WkRmuSs8XF6EwZOS2FBheIkfmZQj7YdiLH6v47fRHhyy3kVFqgLZl3IrqA==", + "sha512": "RFFF/3XfxZkP3jEnfu+bfSjjAMIBi6oKGZjeuxDUQog+pA4IDjpDb8fO8/vmYNlpeSj+achZrtJE0XlhAfL3mQ==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23420.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.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.Net.Http/4.0.1-beta-23420": { + "runtime.win7.System.Net.Http/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "gEhW75dLf9hew0EhcJ2548JtVsSBQjlIJ6sxR5YwmgR5CS6lqOBq2mMlHqgOIPl9dt61mUn5g+PTI69TuSpV5Q==", + "sha512": "NBKYFaFTXiwSgTRsLAnVmzBnza1aH5zoeJWzSvD9+LsZHoK5SbFIYG4f9cNQ93srXICK2Ra50R7ne1s6Z9UEAw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg", - "runtime.win7.System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg.sha512", "runtime.win7.System.Net.Http.nuspec", "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", "runtimes/win7/lib/netcore50/System.Net.Http.dll" ] }, - "runtime.win7.System.Net.Security/4.0.0-beta-23420": { + "runtime.win7.System.Net.Security/4.0.0-beta-23426": { "type": "package", - "sha512": "hi9EoPrD6GnPeFLc4J1E5D049XFGTgFaFGGYFfc3PA1wnTkokddyrEG849eRZYW9KkblJKWIsgNUvR/uEwRjuQ==", + "sha512": "vIYDsA+vrvnnCT81CXr5D0B8JJiSeZBxKXxmugD3bR5AIXkNCimz6LEcqbFrRL+3XAtA2RlR30TVSDKhtY+YwQ==", "files": [ "lib/DNXCore50/System.Net.Security.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Net.Security.nuspec" ] }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23420": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "okoBO03ba4NwXnJuBeM9YWWRSDVYIwMsEz8JRW685Lh3O6Ju9ogcwIY02fjTeaFvUuoVSqcoT9knYfnTayFiFQ==", + "sha512": "2JTcVblr66rh1wjxUGU/43yp48aWfXmWVDSi9WLQHOtaKtWSB45AZmYxrcHTRpK1oMKmlITgLARzZodiVfFSow==", "files": [ "lib/DNXCore50/System.Net.Sockets.dll", "lib/netcore50/System.Net.Sockets.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", "runtime.win7.System.Net.Sockets.nuspec", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23420": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "ma8hss0pF7vpwaxIwItf1lFhEWBbdL3IGxGQ12wA0Jkla86d5pUX9C+gCB6fGJR7Xe0geSeugFL96a5U1vaOMQ==", + "sha512": "Pi+dHO7AH6p9L4lPzdWHE79DZtTFN3WrNFgCSkftaRYAKRifoKqL39b5kpkDCJ5twLRbULFwOfv5J1hC8++lOA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23420.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23420.nupkg.sha512", + "runtime.win7.System.Private.Uri.4.0.1-beta-23426.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23426.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.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "0VrHwMeNEM9ZA005QiTc92R80fFRtz7jVwgONPVuJGs1hMXRlEOLX4HikHEsMxvD6sRY2USqbSkQ4EH+Tx79GQ==", + "sha512": "tJfzx19CQw4Fgjf2h6Jhigf1HKJUqKe7z96gxUS/zDW48C41EN/NTUD93TerhLrXZnS0Gruq3Nto8c36ZXWLvg==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "Bl+XlvePfORdzKAPcPeGozUgmKtcxDO7/jg3ePX6D3unj4IAhzT/sRf9lVA+FE05tRcqz8lp8FQ7MrcTXkNE6g==", + "sha512": "VN5SDLe86zX9ItEFAQLOp2/EJoq2FrIIm4uVan3DZ1DnUACOKGZInz+2ngE3iZ6mMk1JLmBc5ph29AGbsZBG1Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Encoding.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "gZuZfRnJURytTjS35Jsd7/NtdRLqZfj6i6vvd82Ap6USuFszmd/YkPDc5tIBPeVID5aNmt/9/r1QThPA6AANDA==", + "sha512": "FjpE0VLrol7iq2yXvDJbgwild32zb5D8TQW+RuLu50ZFAYv9VNJsm2arAA0TJJt613PWmA21TdrQXGeC0aEr6Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.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" ] }, - "runtime.win7.System.Threading/4.0.11-beta-23420": { + "runtime.win7.System.Threading/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "BxddOH8GhHX+BdXDK/gribVuJlG2UzsChpvuU5SlDY2AP6CfucgZtqRHbC1l2FN0PDUzuTeBTbzRjG9wpLYf+Q==", + "sha512": "CYXoUqCJIbpvGiUN8ePq31cK0+p8nfnNGh90QaijgUY71vjhqEVCI+MwkMKxn8H1bYl6l5k7XC+x6gcSOpGg0A==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-beta-23420.nupkg", - "runtime.win7.System.Threading.4.0.11-beta-23420.nupkg.sha512", + "runtime.win7.System.Threading.4.0.11-beta-23426.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23426.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-23420": { + "System.Collections/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "PCN1baFNqi1uHXWMZnewIU3N0Fwg9qrwphlSYF/zYV+UGTXjBXjQYU+JeAR8jYjmLyg5yQrbX8TFKCmjn04mDA==", + "sha512": "yLReajr/JbxVPvBIzz+R1RDJ6R61P2N/e+wpw9sUkdRYDxQMMd6wK5bjKZV0fT8G/9Ifa4vSHXBhiYUZ3hKiXw==", "files": [ "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", @@ -3195,15 +3184,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.4.0.11-beta-23420.nupkg", - "System.Collections.4.0.11-beta-23420.nupkg.sha512", + "System.Collections.4.0.11-beta-23426.nupkg", + "System.Collections.4.0.11-beta-23426.nupkg.sha512", "System.Collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.11-beta-23420": { + "System.Collections.Concurrent/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "yAiknMkJvf8KFm+I7lFm9On1/QWBSjFfZl8Sbcy783HjsKHzcKL9j3fbTkZxq9dn3o1MTLcKnHGBacM1uUWXJg==", + "sha512": "Y95wPxe/NxgR4mBNkwvCH0zHmhw/yJa53a6EhyFNMGf6jhNuXjyICwzENtBlzcvrTJs0MZ1gpbJyGtXGPq4Cng==", "files": [ "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", @@ -3254,8 +3243,8 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23420.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23420.nupkg.sha512", + "System.Collections.Concurrent.4.0.11-beta-23426.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23426.nupkg.sha512", "System.Collections.Concurrent.nuspec" ] }, @@ -3291,10 +3280,10 @@ "System.Collections.NonGeneric.nuspec" ] }, - "System.ComponentModel/4.0.1-beta-23420": { + "System.ComponentModel/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "etmRDE4P7vkcusHlupSyUVfHolMy3J0yqPAIMZENSk+3MoaeW+Tqafag7UDsuWpGlzzJB2bbSp9IqFFAa3cztQ==", + "sha512": "wMPCLnUTJ6v3FuAkQnkx7R0HRfGEyoaf3y9jBeZm/oJhBPU6D6ZIFsvHI3TlC2BoqefWf5peWF8ijhu+AhpKUA==", "files": [ "lib/dotnet5.4/System.ComponentModel.dll", "lib/net45/_._", @@ -3328,8 +3317,8 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23420.nupkg", - "System.ComponentModel.4.0.1-beta-23420.nupkg.sha512", + "System.ComponentModel.4.0.1-beta-23426.nupkg", + "System.ComponentModel.4.0.1-beta-23426.nupkg.sha512", "System.ComponentModel.nuspec" ] }, @@ -3365,10 +3354,10 @@ "System.ComponentModel.EventBasedAsync.nuspec" ] }, - "System.Console/4.0.0-beta-23420": { + "System.Console/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "2dxC8xRy9QRE1kt+7zXeceAKIqWK+T3SghGNjY9Sk/hC+WOYRQo4x3Zci6sz2a17WHXDoTPjO1rBrEPMG/e2jQ==", + "sha512": "ptXt3GKdm0NveF2zGc25T1b/J4XOc+AELREu3OA6tqixhMZ6c5wWU+pBT1xfY3NHsQJfXTfM/Ud26TSDWpKjfQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3392,15 +3381,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Console.4.0.0-beta-23420.nupkg", - "System.Console.4.0.0-beta-23420.nupkg.sha512", + "System.Console.4.0.0-beta-23426.nupkg", + "System.Console.4.0.0-beta-23426.nupkg.sha512", "System.Console.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23420": { + "System.Diagnostics.Debug/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "G/jUbubcgW/HiNFqu6JgdhPjbQGqmDtIzi7u5QjMNf27ToU6vEKivDXNINdFOEeANr3E0842UszvigTafsxmRw==", + "sha512": "tfPxNBPKprtd8PBzrdbvYk2qowB6CtZS9NabtS808ZnkmwFngjS+wpzTPjzN3ISZjCrVQorLhXDzOEmUxPg0Kw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3452,8 +3441,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23420.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23420.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg.sha512", "System.Diagnostics.Debug.nuspec" ] }, @@ -3539,10 +3528,10 @@ "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization/4.0.11-beta-23420": { + "System.Globalization/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "vir6vBStsJuzny1u8PCEh+aQWadJM1tGdYoKTZ7NC4mvl1KBFF7h4jar4qG/Ex/TsaAnTNgJAzl7raPIAnE+Lg==", + "sha512": "7vbfiQ2yc1AyvG0VU1W4B1+GG5rVgVKAtwamsHtH4hXhqjBg31MGPFmsCYVFohsa2zBAWTe+ylEPmObh1DYnvA==", "files": [ "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -3596,8 +3585,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23420.nupkg", - "System.Globalization.4.0.11-beta-23420.nupkg.sha512", + "System.Globalization.4.0.11-beta-23426.nupkg", + "System.Globalization.4.0.11-beta-23426.nupkg.sha512", "System.Globalization.nuspec" ] }, @@ -3773,10 +3762,10 @@ "System.IO.FileSystem.Primitives.nuspec" ] }, - "System.Linq/4.0.1-beta-23420": { + "System.Linq/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "YcVTtRET0RzGAdaRFZzQtmiws9VhfeByDI0D8oI9hgm9tdr8MVpq+ZZrWDe63ajsB8jpYLu88TzDAzZFON5y+Q==", + "sha512": "tqblL/wAvLnCg0lTG9QdXkyQlVBQin1CPy4KalWvqAUMJJQC+I6RFcaXq/Jj4PJh3H/drO/O40DF0d5SOrEKYQ==", "files": [ "lib/dotnet5.4/System.Linq.dll", "lib/net45/_._", @@ -3810,15 +3799,15 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23420.nupkg", - "System.Linq.4.0.1-beta-23420.nupkg.sha512", + "System.Linq.4.0.1-beta-23426.nupkg", + "System.Linq.4.0.1-beta-23426.nupkg.sha512", "System.Linq.nuspec" ] }, - "System.Linq.Expressions/4.0.11-beta-23420": { + "System.Linq.Expressions/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "LYiCaQnmM5PhB/u4/ObedyaxmIQg5i/e4mqn4pYxRN2bLpOTWc184wSH5jhA92sdK9stKGqnOqGD6cfVW/WWow==", + "sha512": "6FPYCIblZrrO6NtSRryH7wjVXUxeRD2Brd28C79A8h1sPyCBK8DSSTIl95uENHI+RgR6lRwipWXPQPu51k1F+A==", "files": [ "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", @@ -3873,15 +3862,15 @@ "ref/xamarinmac20/_._", "runtime.json", "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "System.Linq.Expressions.4.0.11-beta-23420.nupkg", - "System.Linq.Expressions.4.0.11-beta-23420.nupkg.sha512", + "System.Linq.Expressions.4.0.11-beta-23426.nupkg", + "System.Linq.Expressions.4.0.11-beta-23426.nupkg.sha512", "System.Linq.Expressions.nuspec" ] }, - "System.Net.Http/4.0.1-beta-23420": { + "System.Net.Http/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "u/LOXrbI2OOj9bQ+2Z8HJi+r+NHrxhVqnXuLN84IRGw+U7g2b5pvW+cAT2LvEOgCEjCXZ1D9LYjpA8zYm6BUQg==", + "sha512": "Dqyy5F84bFLUpuCt9IvvseZtIxKk4tU9IAO9ginZDBLP4kGOddc6+If2b9o9jG38GHlETAWQ6MCN7ffLXtkxfw==", "files": [ "lib/net45/_._", "lib/win8/_._", @@ -3912,8 +3901,8 @@ "ref/win8/_._", "ref/wpa81/_._", "runtime.json", - "System.Net.Http.4.0.1-beta-23420.nupkg", - "System.Net.Http.4.0.1-beta-23420.nupkg.sha512", + "System.Net.Http.4.0.1-beta-23426.nupkg", + "System.Net.Http.4.0.1-beta-23426.nupkg.sha512", "System.Net.Http.nuspec" ] }, @@ -3950,9 +3939,9 @@ "System.Net.Primitives.nuspec" ] }, - "System.Net.Security/4.0.0-beta-23420": { + "System.Net.Security/4.0.0-beta-23426": { "type": "package", - "sha512": "QrxYN8kSusfMuPx2jOi7WBME8V8S1G/JuYVbGJo7bxrN06yOvFpCs8YzQ5Rchm+7YfsjcVuKcgb/chtnwtiZdg==", + "sha512": "I8z5sGi6U6gKSHL2Ia2286g+o29tTrtlzDRBbslpbXk7MA3lec24UM9F5rzQ94hEZGQBhvAY+ecz7tIWTmlV4w==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3976,15 +3965,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Security.4.0.0-beta-23420.nupkg", - "System.Net.Security.4.0.0-beta-23420.nupkg.sha512", + "System.Net.Security.4.0.0-beta-23426.nupkg", + "System.Net.Security.4.0.0-beta-23426.nupkg.sha512", "System.Net.Security.nuspec" ] }, - "System.Net.Sockets/4.1.0-beta-23420": { + "System.Net.Sockets/4.1.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "BIjzwvhbmeJ2Vh4hq1oEICb0BV+YgoMUbo6EQL1VzrR/IB1SA/FVOfIV77WJyfMQMMmhSdRGuv6t+P2DtnhfRA==", + "sha512": "KMHkmRs9w+t6ONPJR/Cy4PZUR4TIjAAafI7SpR0Xw+Qn60xitxLWVJZNsNfZNSn9KuUxCZiMDazT2ot9XLvmhg==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4019,8 +4008,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Sockets.4.1.0-beta-23420.nupkg", - "System.Net.Sockets.4.1.0-beta-23420.nupkg.sha512", + "System.Net.Sockets.4.1.0-beta-23426.nupkg", + "System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", "System.Net.Sockets.nuspec" ] }, @@ -4070,29 +4059,29 @@ "System.Private.Networking.nuspec" ] }, - "System.Private.Networking/4.0.1-beta-23420": { + "System.Private.Networking/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "x2U1VulqGnEldqET5LckXD9Sg7IEJhA0W+nePyKnKCBBTAyTGOUm2uqYnB7/M1OxagMfwuRaob17Ts+bj7HSsA==", + "sha512": "51shvGy/yJuMgnLbj78zZIZl0U6WNmPjE+W04zbfS0lmbmVnn0Iwk2Ub9kYxlMD4WufNRKnhhYcdvxGLrJz7YA==", "files": [ "lib/DNXCore50/System.Private.Networking.dll", "lib/netcore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23420.nupkg", - "System.Private.Networking.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Networking.4.0.1-beta-23426.nupkg", + "System.Private.Networking.4.0.1-beta-23426.nupkg.sha512", "System.Private.Networking.nuspec" ] }, - "System.Private.Uri/4.0.1-beta-23420": { + "System.Private.Uri/4.0.1-beta-23426": { "type": "package", - "sha512": "iKi8eva1opOhDhW5yMn4gF8ePgKom6jBZmPfhACT9IB3YaeUHHW4vlmMpoNaqyUBrHYsMKJK0Zm+UPQP5senUA==", + "sha512": "IuDsAlkosJRbB/V0LPHjigFy6fz2xtytiTcbMIEG3boV7i3ncdihf5hQGG0enldQoVpIdaaXM9XgzMjF2hq6Pw==", "files": [ "ref/dnxcore50/_._", "ref/netcore50/_._", "runtime.json", - "System.Private.Uri.4.0.1-beta-23420.nupkg", - "System.Private.Uri.4.0.1-beta-23420.nupkg.sha512", + "System.Private.Uri.4.0.1-beta-23426.nupkg", + "System.Private.Uri.4.0.1-beta-23426.nupkg.sha512", "System.Private.Uri.nuspec" ] }, @@ -4302,10 +4291,10 @@ "System.Reflection.TypeExtensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23420": { + "System.Resources.ResourceManager/4.0.1-beta-23426": { "type": "package", "serviceable": true, - "sha512": "RBSzetb0+nMnzye0Oy5oHZOUaNp+ifwNZfkznF/XGhSNbad+Gjmb/rUTM7mq2t2PBawMFCHgtqytHQEym4toig==", + "sha512": "bECMiHg+xZIDdg/Ol5FhVWm6gUFYQ+UOPehwUh+JmtGGJOXw+R+5oK6AXPlGeaDWAXVZ1TpuZhGWgkscxzFfMA==", "files": [ "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", @@ -4340,15 +4329,15 @@ "ref/wp80/_._", "ref/wpa81/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23420.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23420.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg.sha512", "System.Resources.ResourceManager.nuspec" ] }, - "System.Runtime/4.0.21-beta-23420": { + "System.Runtime/4.0.21-beta-23426": { "type": "package", "serviceable": true, - "sha512": "fy5GKz2h9GiJRgQWhnEE5W6uaiI91HQTadMIsZMhbQRii8g6siNZbFJyIGfk/rD0RmxE5j6T4fc+rqKcQboHuw==", + "sha512": "PIHg4SMp+RHBKefekONfZOWA8WaH2Aq0OVjb2B8aN9ZGI+dDxHTK9ojq5anDBQmv3ybOuPZmWW9B8iILJnu5WA==", "files": [ "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -4413,8 +4402,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23420.nupkg", - "System.Runtime.4.0.21-beta-23420.nupkg.sha512", + "System.Runtime.4.0.21-beta-23426.nupkg", + "System.Runtime.4.0.21-beta-23426.nupkg.sha512", "System.Runtime.nuspec" ] }, @@ -4583,10 +4572,10 @@ "System.Security.Claims.nuspec" ] }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23420": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "zpfxRqrOF8mMGwFGqk2HHgCnHjoWjCCdVB/MgvwAPDQlwV+tCjr+gS8oYMeq74NIZZv0gWb754Vnlh9SjJXtWA==", + "sha512": "Bkz/OTsBcY+LnXIcVn9ft2ug7PEoN/uBvKI7SL7Q6GMmeZY7uANwXuV8Na44Hnojl08R+NJn1CX1/QJfjD3ZWA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4600,29 +4589,29 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Algorithms.nuspec" ] }, - "System.Security.Cryptography.Cng/4.0.0-beta-23420": { + "System.Security.Cryptography.Cng/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "vg/OPbldl/eSyJ3Q/n9b1cK0zu7y6FcJt9M5fXUTeF1igUoN8i9WM/XKxSPaoFEMCHJLbJKyBJ82PDLXZjWakQ==", + "sha512": "SpaVxOxPbBVgq5jcDV/KVymIjOQZWWWSc7BV5A5d7QhWPRbxDxkm9EJUtdm5ThtkmXtE6olNKzHMnstoAhOZkg==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", "lib/net46/System.Security.Cryptography.Cng.dll", "ref/dotnet5.2/System.Security.Cryptography.Cng.dll", "ref/net46/System.Security.Cryptography.Cng.dll", - "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Cng.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Cng.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Cng.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-beta-23420": { + "System.Security.Cryptography.Csp/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "tFapdkwR1MVfUSl6Er3tem4OO6NlFiOksfdafjxwaBG1ztyb3LQkVSN9u5JePoefPzyxQqQ5QfRrjatDFC9QBA==", + "sha512": "7nayoTOSDXaccR4+e4dsJvEjD+8BYJaPUso9g9hXb3JhEV7EbAtmuyoR+GoGojTPXniUzPdY/ua3GiqOlN22mA==", "files": [ "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", @@ -4636,15 +4625,15 @@ "ref/net46/System.Security.Cryptography.Csp.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Csp.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23420": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "xTlv8vsgSwRvItNxF7Ch3CT2/RqacTsf6O/JQvSEfjTqDaDqCS5kkfD/wgoRXMZZ667Dk6haYJXNQz3/uBYo7g==", + "sha512": "t+RS5LbEFV+wCC2otgYzkqk7B1ygBBAgDhSo2Xms3jhVwsqlMg9SZmNUJANmSRpeCA4x+pcCL/bCCUQe5l+XJw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4668,15 +4657,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23420": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "4u2pqJt5gS/sYQnIzv0mIjtZfFDxRZX/V2fQKAiJAbPk9MUpGUIzKxRCa+3ZdDCyp/jrHPyxAugaVN+IOlsX7g==", + "sha512": "jIqEbHzpHuNJc/9SDSrLwDQNJ0IP8zZCnYOx0Ol1Ifj4dBg3kfbwuvLWjUiwf9mt23/4qXW+0TTwiEvGsa7J/A==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", @@ -4690,15 +4679,15 @@ "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.Primitives.nuspec" ] }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23420": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "JYpnM8xdBNq4QqWr/9YAmC7V4KAlKWYLrDprGu+LfMNr7QDY/TtWtxS+zNsZKBJH+OrntuLuIsQAmpp/QbIDpQ==", + "sha512": "WlcFdUtOgD5uR8e2U4orvcR1Pf6Ty7q65WcsWrqshck6IOtWlthNXvidKmz1jZILbjaLfOqXuyH759srLrgWgA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4722,8 +4711,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec" ] }, @@ -4760,10 +4749,10 @@ "System.Security.Principal.nuspec" ] }, - "System.Security.Principal.Windows/4.0.0-beta-23420": { + "System.Security.Principal.Windows/4.0.0-beta-23426": { "type": "package", "serviceable": true, - "sha512": "vpW55QEeC234v+eDhZZS/WCHwKShHsjsnC2a1yAzDI/JHOG098byKFLi6EPTUnLSZbGOb+fnsT/zeAv7Yb9uhQ==", + "sha512": "skycYzkglUKYFK8vrA8lOAHemJTMG8K+j1X8BrOWPhdFtaPRN+n0sSntTo4WZBbf0L6I2BrRHbgQPwcGCMJ4RA==", "files": [ "lib/DNXCore50/System.Security.Principal.Windows.dll", "lib/net46/System.Security.Principal.Windows.dll", @@ -4779,8 +4768,8 @@ "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-beta-23420.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23420.nupkg.sha512", + "System.Security.Principal.Windows.4.0.0-beta-23426.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23426.nupkg.sha512", "System.Security.Principal.Windows.nuspec" ] }, @@ -4850,10 +4839,10 @@ "System.Text.Encoding.Extensions.nuspec" ] }, - "System.Threading/4.0.11-beta-23420": { + "System.Threading/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "6xaX3C3ZZDzcFkUw5U+g9I1FagJqA7ItygWaRUEXnZIdXfUO35GECplP652u1sbSBlHay+WUgiffpjrn3elKZw==", + "sha512": "GzAlvPWs48oCVsndoHgnsd/N+fohDI0bWvQqn/eQ51HUoB3muKhK8eqxViLxBvwlaL4/HmVTS3BqsYbfs9Vqzw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4905,8 +4894,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Threading.4.0.11-beta-23420.nupkg", - "System.Threading.4.0.11-beta-23420.nupkg.sha512", + "System.Threading.4.0.11-beta-23426.nupkg", + "System.Threading.4.0.11-beta-23426.nupkg.sha512", "System.Threading.nuspec" ] }, @@ -4935,10 +4924,10 @@ "System.Threading.Overlapped.nuspec" ] }, - "System.Threading.Tasks/4.0.11-beta-23420": { + "System.Threading.Tasks/4.0.11-beta-23426": { "type": "package", "serviceable": true, - "sha512": "lrqTIkvNmXjdUi9phjlCphN/VbyvvBTbbcW8dviXSOAE6ZAOMyLci9rxcgDXTHAW2txSgxo/8+BKk8kzTr9XeQ==", + "sha512": "mXZuVICIdFSjyxeuK2/wYOZRmnv/34Fkhm+Ubs7nvU3MZHJMBVb8U7NAuOxXFYL5h+H7glVZAMe6qzZyYrt2ug==", "files": [ "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -4992,15 +4981,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23420.nupkg", - "System.Threading.Tasks.4.0.11-beta-23420.nupkg.sha512", + "System.Threading.Tasks.4.0.11-beta-23426.nupkg", + "System.Threading.Tasks.4.0.11-beta-23426.nupkg.sha512", "System.Threading.Tasks.nuspec" ] }, - "System.Threading.ThreadPool/4.0.10-beta-23420": { + "System.Threading.ThreadPool/4.0.10-beta-23426": { "type": "package", "serviceable": true, - "sha512": "9rt6FxpZafONDm0IpeUzs1H65QnbOqjRcfzLi+uJpvjaX8VYswdhQy04PUjHEU8ATKFNvPyaP6Ev4zr7v+SMqw==", + "sha512": "sf3VLpsQd+ezHSfVp81HJ6Izbb/+ejAEiXOkjDGVyrSxa3UNseZtbVcZP4So2qw2OFUoUnuXTTi4+UvlbeuPIQ==", "files": [ "lib/DNXCore50/System.Threading.ThreadPool.dll", "lib/MonoAndroid10/_._", @@ -5024,8 +5013,8 @@ "ref/net46/System.Threading.ThreadPool.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Threading.ThreadPool.4.0.10-beta-23420.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23420.nupkg.sha512", + "System.Threading.ThreadPool.4.0.10-beta-23426.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23426.nupkg.sha512", "System.Threading.ThreadPool.nuspec" ] } @@ -5035,7 +5024,6 @@ "Microsoft.Extensions.DependencyInjection >= 1.0.0-*" ], ".NETFramework,Version=v4.6": [], - ".NETFramework,Version=v4.5": [], "DNX,Version=v4.5.1": [], "DNXCore,Version=v5.0": [ "Microsoft.CSharp >= 4.0.1-*", From 3778fa840f5f4b66c16a0977507403b2916130ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Mon, 9 Nov 2015 21:59:59 +0800 Subject: [PATCH 3/5] Bug fix --- .../Program.cs | 3 +- .../project.lock.json | 937 ++++++++------- .../SmtpEmailSender.cs | 8 +- .../project.lock.json | 1069 +++++++++-------- 4 files changed, 1040 insertions(+), 977 deletions(-) diff --git a/samples/CodeComb.Net.EmailSender.Sample/Program.cs b/samples/CodeComb.Net.EmailSender.Sample/Program.cs index 20c2204..87515d1 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/Program.cs +++ b/samples/CodeComb.Net.EmailSender.Sample/Program.cs @@ -9,8 +9,9 @@ public class Program { public void Main(string[] args) { - var mail = new SmtpEmailSender("smtp.qq.com", 25, "Code Comb", "YourQQNumber@qq.com", "YourQQNumber", "YourPassword"); + var mail = new SmtpEmailSender("smtp.ym.163.com", 25, "Code Comb", "noreply@vnextcn.org", "noreply@vnextcn.org", "123456"); mail.SendEmailAsync("1@1234.sh","关于MailSender项目说明", "能收到邮件吗").Wait(); + Console.Read(); } } } diff --git a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json index 98f4b24..d474733 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json +++ b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json @@ -3,17 +3,17 @@ "version": 2, "targets": { "DNX,Version=v4.5.1": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "framework": "DNX,Version=v4.5.1", "dependencies": { "Microsoft.Extensions.DependencyInjection": "1.0.0" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -28,7 +28,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -45,7 +45,7 @@ } }, "DNXCore,Version=v5.0": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "framework": "DNXCore,Version=v5.0", "dependencies": { @@ -88,14 +88,14 @@ "lib/dotnet/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", - "System.Collections": "4.0.11-beta-23426", - "System.Collections.Concurrent": "4.0.11-beta-23426", - "System.Threading": "4.0.11-beta-23426", - "System.Threading.Tasks": "4.0.11-beta-23426" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", + "System.Collections": "4.0.11-beta-23504", + "System.Collections.Concurrent": "4.0.11-beta-23504", + "System.Threading": "4.0.11-beta-23504", + "System.Threading.Tasks": "4.0.11-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -104,16 +104,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23426", - "System.Diagnostics.Debug": "4.0.11-beta-23426", - "System.Globalization": "4.0.11-beta-23426", - "System.Linq": "4.0.1-beta-23426", - "System.Linq.Expressions": "4.0.11-beta-23426", + "System.ComponentModel": "4.0.1-beta-23504", + "System.Diagnostics.Debug": "4.0.11-beta-23504", + "System.Globalization": "4.0.11-beta-23504", + "System.Linq": "4.0.1-beta-23504", + "System.Linq.Expressions": "4.0.11-beta-23504", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23426" + "System.Resources.ResourceManager": "4.0.1-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -147,7 +147,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -184,7 +184,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -221,7 +221,7 @@ "ref/dotnet/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -254,7 +254,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -266,18 +266,15 @@ "lib/DNXCore50/System.Globalization.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20", + "System.Runtime": "4.0.0", "System.Text.Encoding": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} } }, "System.IO.FileSystem/4.0.0": { @@ -332,33 +329,17 @@ "lib/dotnet/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -383,20 +364,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -405,7 +386,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} + "ref/dotnet5.4/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -454,7 +435,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -474,36 +455,6 @@ "lib/DNXCore50/System.Reflection.dll": {} } }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, "System.Reflection.Extensions/4.0.0": { "type": "package", "dependencies": { @@ -542,7 +493,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -556,10 +507,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23426" + "System.Private.Uri": "4.0.1-beta-23506" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -607,27 +558,27 @@ "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -639,19 +590,19 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -705,7 +656,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -719,17 +670,17 @@ } }, "DNX,Version=v4.5.1/win7-x86": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "framework": "DNX,Version=v4.5.1", "dependencies": { "Microsoft.Extensions.DependencyInjection": "1.0.0" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -744,7 +695,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -761,17 +712,17 @@ } }, "DNX,Version=v4.5.1/win7-x64": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "framework": "DNX,Version=v4.5.1", "dependencies": { "Microsoft.Extensions.DependencyInjection": "1.0.0" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -786,7 +737,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -803,7 +754,7 @@ } }, "DNXCore,Version=v5.0/win7-x86": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "framework": "DNXCore,Version=v5.0", "dependencies": { @@ -846,14 +797,14 @@ "lib/dotnet/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", - "System.Collections": "4.0.11-beta-23426", - "System.Collections.Concurrent": "4.0.11-beta-23426", - "System.Threading": "4.0.11-beta-23426", - "System.Threading.Tasks": "4.0.11-beta-23426" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", + "System.Collections": "4.0.11-beta-23504", + "System.Collections.Concurrent": "4.0.11-beta-23504", + "System.Threading": "4.0.11-beta-23504", + "System.Threading.Tasks": "4.0.11-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -862,16 +813,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23426", - "System.Diagnostics.Debug": "4.0.11-beta-23426", - "System.Globalization": "4.0.11-beta-23426", - "System.Linq": "4.0.1-beta-23426", - "System.Linq.Expressions": "4.0.11-beta-23426", + "System.ComponentModel": "4.0.1-beta-23504", + "System.Diagnostics.Debug": "4.0.11-beta-23504", + "System.Globalization": "4.0.11-beta-23504", + "System.Linq": "4.0.1-beta-23504", + "System.Linq.Expressions": "4.0.11-beta-23504", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23426" + "System.Resources.ResourceManager": "4.0.1-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -893,6 +844,34 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, + "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "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/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, "runtime.win7.System.Console/4.0.0-beta-23409": { "type": "package", "dependencies": { @@ -913,7 +892,7 @@ "runtimes/win7/lib/dotnet/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -922,7 +901,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23426": { + "runtime.win7.System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -937,7 +916,7 @@ "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-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -949,10 +928,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23426": { + "runtime.win7.System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426" + "System.Private.Networking": "4.0.1-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -961,10 +940,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426", + "System.Private.Networking": "4.0.1-beta-23506", "System.Runtime": "4.0.20" }, "compile": { @@ -974,7 +953,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -983,7 +962,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -991,7 +970,7 @@ "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-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -1002,7 +981,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1014,7 +993,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -1023,7 +1002,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1037,11 +1016,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Cng": "4.0.0-beta-23426", - "System.Security.Cryptography.Csp": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Cng": "4.0.0-beta-23506", + "System.Security.Cryptography.Csp": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1073,7 +1052,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1110,7 +1089,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -1147,7 +1126,7 @@ "ref/dotnet/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1180,7 +1159,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1291,33 +1270,17 @@ "lib/dotnet/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1342,20 +1305,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1364,7 +1327,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} + "ref/dotnet5.4/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -1383,7 +1346,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23426": { + "System.Private.Networking/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1402,14 +1365,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23426", + "System.Security.Principal.Windows": "4.0.0-beta-23506", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23426" + "System.Threading.ThreadPool": "4.0.10-beta-23506" }, "compile": { "ref/dnxcore50/_._": {} @@ -1418,7 +1381,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -1521,7 +1484,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -1535,10 +1498,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23426" + "System.Private.Uri": "4.0.1-beta-23506" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -1620,18 +1583,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23426": { + "System.Security.Cryptography.Cng/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1640,18 +1603,18 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23426": { + "System.Security.Cryptography.Csp/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1661,29 +1624,29 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} }, "runtime": { "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -1695,19 +1658,19 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -1725,7 +1688,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23426": { + "System.Security.Principal.Windows/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1796,7 +1759,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1808,14 +1771,14 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23426": { + "System.Threading.ThreadPool/4.0.10-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.InteropServices": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} }, "runtime": { "lib/DNXCore50/System.Threading.ThreadPool.dll": {} @@ -1823,7 +1786,7 @@ } }, "DNXCore,Version=v5.0/win7-x64": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "framework": "DNXCore,Version=v5.0", "dependencies": { @@ -1866,14 +1829,14 @@ "lib/dotnet/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", - "System.Collections": "4.0.11-beta-23426", - "System.Collections.Concurrent": "4.0.11-beta-23426", - "System.Threading": "4.0.11-beta-23426", - "System.Threading.Tasks": "4.0.11-beta-23426" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", + "System.Collections": "4.0.11-beta-23504", + "System.Collections.Concurrent": "4.0.11-beta-23504", + "System.Threading": "4.0.11-beta-23504", + "System.Threading.Tasks": "4.0.11-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -1882,16 +1845,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23426", - "System.Diagnostics.Debug": "4.0.11-beta-23426", - "System.Globalization": "4.0.11-beta-23426", - "System.Linq": "4.0.1-beta-23426", - "System.Linq.Expressions": "4.0.11-beta-23426", + "System.ComponentModel": "4.0.1-beta-23504", + "System.Diagnostics.Debug": "4.0.11-beta-23504", + "System.Globalization": "4.0.11-beta-23504", + "System.Linq": "4.0.1-beta-23504", + "System.Linq.Expressions": "4.0.11-beta-23504", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23426" + "System.Resources.ResourceManager": "4.0.1-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -1913,6 +1876,34 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, + "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "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/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, "runtime.win7.System.Console/4.0.0-beta-23409": { "type": "package", "dependencies": { @@ -1933,7 +1924,7 @@ "runtimes/win7/lib/dotnet/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1942,7 +1933,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23426": { + "runtime.win7.System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1957,7 +1948,7 @@ "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-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -1969,10 +1960,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23426": { + "runtime.win7.System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426" + "System.Private.Networking": "4.0.1-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -1981,10 +1972,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426", + "System.Private.Networking": "4.0.1-beta-23506", "System.Runtime": "4.0.20" }, "compile": { @@ -1994,7 +1985,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2003,7 +1994,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2011,7 +2002,7 @@ "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-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -2022,7 +2013,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2034,7 +2025,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -2043,7 +2034,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2057,11 +2048,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Cng": "4.0.0-beta-23426", - "System.Security.Cryptography.Csp": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Cng": "4.0.0-beta-23506", + "System.Security.Cryptography.Csp": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2093,7 +2084,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2130,7 +2121,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -2167,7 +2158,7 @@ "ref/dotnet/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2200,7 +2191,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2311,33 +2302,17 @@ "lib/dotnet/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2362,20 +2337,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2384,7 +2359,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} + "ref/dotnet5.4/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -2403,7 +2378,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23426": { + "System.Private.Networking/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -2422,14 +2397,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23426", + "System.Security.Principal.Windows": "4.0.0-beta-23506", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23426" + "System.Threading.ThreadPool": "4.0.10-beta-23506" }, "compile": { "ref/dnxcore50/_._": {} @@ -2438,7 +2413,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -2541,7 +2516,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -2555,10 +2530,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23426" + "System.Private.Uri": "4.0.1-beta-23506" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -2640,18 +2615,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23426": { + "System.Security.Cryptography.Cng/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2660,18 +2635,18 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23426": { + "System.Security.Cryptography.Csp/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2681,29 +2656,29 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} }, "runtime": { "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -2715,19 +2690,19 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -2745,7 +2720,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23426": { + "System.Security.Principal.Windows/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2816,7 +2791,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2828,14 +2803,14 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23426": { + "System.Threading.ThreadPool/4.0.10-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.InteropServices": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} }, "runtime": { "lib/DNXCore50/System.Threading.ThreadPool.dll": {} @@ -2844,7 +2819,7 @@ } }, "libraries": { - "CodeComb.Net.EmailSender/2.0.0": { + "CodeComb.Net.EmailSender/2.0.0-t151108090358": { "type": "project", "path": "../../src/CodeComb.Net.EmailSender/project.json" }, @@ -2889,10 +2864,10 @@ "ref/xamarinmac20/_._" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "serviceable": true, - "sha512": "F7ZcEMtXQSXHWz32sb69aY5A0VhvYyRlVV2OTtbwpfKgJpr/h13mN/tvk6IGZ4h1Q/CWHvP/brU/NUUs+uS2CQ==", + "sha512": "j/xfsdFHUhaL9eh9NKcYUyNcPQWGrUtHN9uxxWDpfwMUCzNrCbC16FR+S7hs5vEqsnS1bLazl3aKMjlRDKwk3w==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", @@ -2900,15 +2875,15 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.xml", "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "serviceable": true, - "sha512": "mAzMp3OrY8dxu3nhnrT2CKdVOWlXy3uyOA+FUOtEbLHCy6Y08g0SXLfDsU3T10mcBgcFNlofSPnjvO/4HZmbcQ==", + "sha512": "iEG19wazGZOVwXXOt6Qle+o1Y8LXzs8hVBktkMSXPfrO8WlccC8rTCCfsfL5hj5HOKVZ7gJvDNbOVDLzK1bvlw==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", @@ -2916,8 +2891,8 @@ "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-15740.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15740.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-15785.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-15785.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" ] }, @@ -2953,6 +2928,28 @@ "ref/xamarinmac20/_._" ] }, + "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "type": "package", + "serviceable": true, + "sha512": "c3Usq1EzjBFAPvhNGd31D02QJn57SmxX+PLgSFy24GZLgCHxZeVpx1bQKJMm4Y4T7EbDxyFwlNU2ih7ZntD2Jw==", + "files": [ + "lib/DNXCore50/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-beta-23504.nupkg", + "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", + "runtime.any.System.Linq.Expressions.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, "runtime.win7.System.Console/4.0.0-beta-23409": { "type": "package", "serviceable": true, @@ -2975,106 +2972,106 @@ "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" ] }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "RFFF/3XfxZkP3jEnfu+bfSjjAMIBi6oKGZjeuxDUQog+pA4IDjpDb8fO8/vmYNlpeSj+achZrtJE0XlhAfL3mQ==", + "sha512": "P6YWygBJDmkJYPU4cfHuHzR8P78RI3JeIPrhfwrN621XKw7kDfC6ats1/SG2qDQ8yhRVdxBhA9lY+AVrFnPZlA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.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.Net.Http/4.0.1-beta-23426": { + "runtime.win7.System.Net.Http/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "NBKYFaFTXiwSgTRsLAnVmzBnza1aH5zoeJWzSvD9+LsZHoK5SbFIYG4f9cNQ93srXICK2Ra50R7ne1s6Z9UEAw==", + "sha512": "v/4SaIYYU1gJ/8ahqWp/jyRfjqFJbzWmG93P3Hqm3BsvNUQu0Ug/CZFbh0gWYVdCSiHW5ZA9Oy7RMP4orazkkQ==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg", - "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg.sha512", + "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg.sha512", "runtime.win7.System.Net.Http.nuspec", "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", "runtimes/win7/lib/netcore50/System.Net.Http.dll" ] }, - "runtime.win7.System.Net.Security/4.0.0-beta-23426": { + "runtime.win7.System.Net.Security/4.0.0-beta-23506": { "type": "package", - "sha512": "vIYDsA+vrvnnCT81CXr5D0B8JJiSeZBxKXxmugD3bR5AIXkNCimz6LEcqbFrRL+3XAtA2RlR30TVSDKhtY+YwQ==", + "sha512": "jggWnbqjazYLwD1p9FuN4yoadPOzdVT2DMmCYNOe1yfY6eMmFq0HI9yvKOJfFCaF8aj/1uojtwjzHskWJ0mRIg==", "files": [ "lib/DNXCore50/System.Net.Security.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Net.Security.nuspec" ] }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "2JTcVblr66rh1wjxUGU/43yp48aWfXmWVDSi9WLQHOtaKtWSB45AZmYxrcHTRpK1oMKmlITgLARzZodiVfFSow==", + "sha512": "Pg/JxHu7lRT0yKYYe9bRvNpZck3WApLcsYwQNX3VJA5IoDCV4ChH/2OeXk/lkVYlKtyvqPU1aw/CWzplQ7uRGA==", "files": [ "lib/DNXCore50/System.Net.Sockets.dll", "lib/netcore50/System.Net.Sockets.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", "runtime.win7.System.Net.Sockets.nuspec", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { "type": "package", "serviceable": true, - "sha512": "Pi+dHO7AH6p9L4lPzdWHE79DZtTFN3WrNFgCSkftaRYAKRifoKqL39b5kpkDCJ5twLRbULFwOfv5J1hC8++lOA==", + "sha512": "9mcAednoAbDrL5t/GBPYFCfrxYaGxfvpkSkAt3LWQeCH0rp4PlJpOQNtIALcyCfG4lD+z0YBAXEQsZmMVs6C+Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23426.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23426.nupkg.sha512", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", "runtime.win7.System.Private.Uri.nuspec", "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll", "runtimes/win7/lib/netcore50/System.Private.Uri.dll", "runtimes/win8-aot/lib/netcore50/System.Private.Uri.dll" ] }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "tJfzx19CQw4Fgjf2h6Jhigf1HKJUqKe7z96gxUS/zDW48C41EN/NTUD93TerhLrXZnS0Gruq3Nto8c36ZXWLvg==", + "sha512": "5Pjl4j0x/5lvP2D3rgWsXo7RjWuNNzYB6SL4q+nFnrflvrH5xZOwtJ/w1MjsisQn8S5rqOAevtd5j8+Bkhfl+A==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "VN5SDLe86zX9ItEFAQLOp2/EJoq2FrIIm4uVan3DZ1DnUACOKGZInz+2ngE3iZ6mMk1JLmBc5ph29AGbsZBG1Q==", + "sha512": "9RAvACUVI+OenrK2Egww2ziXWnjvoBDyjHgjxv2BQRGVKxiiU70Vgj8fHQltBYork0AoPJ9UyMDSvuoZoI44Hg==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Encoding.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "FjpE0VLrol7iq2yXvDJbgwild32zb5D8TQW+RuLu50ZFAYv9VNJsm2arAA0TJJt613PWmA21TdrQXGeC0aEr6Q==", + "sha512": "DdgW31Cwvdpb8641NHF/d3xpwye1gV3GnwSFM3RcLrf4a6EyEQyGw8j5Pi8YUKyuYa6qkPSV2SAh5gsvmgdhUw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Security.Cryptography.X509Certificates.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll", "runtimes/win7/lib/net/_._", @@ -3169,10 +3166,10 @@ "System.Collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "Y95wPxe/NxgR4mBNkwvCH0zHmhw/yJa53a6EhyFNMGf6jhNuXjyICwzENtBlzcvrTJs0MZ1gpbJyGtXGPq4Cng==", + "sha512": "49+SVCQp12KxrF7RCyTdRA49d0oOID+JRlNMXB1l6ErQt0mMR517nu/OAix0IjlCPgMkF+aPR4o9buaHQuON9g==", "files": [ "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", @@ -3223,8 +3220,8 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23426.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23426.nupkg.sha512", + "System.Collections.Concurrent.4.0.11-beta-23504.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23504.nupkg.sha512", "System.Collections.Concurrent.nuspec" ] }, @@ -3260,10 +3257,10 @@ "System.Collections.NonGeneric.nuspec" ] }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "serviceable": true, - "sha512": "wMPCLnUTJ6v3FuAkQnkx7R0HRfGEyoaf3y9jBeZm/oJhBPU6D6ZIFsvHI3TlC2BoqefWf5peWF8ijhu+AhpKUA==", + "sha512": "kdiCEzPhbAEBuOagqpCBX+JeAaTMsbx4PjOz0HYZrRS8LKe5pdmx+7Jqv+InDTQ7O84K6dUfoWYHdvo8npkhJw==", "files": [ "lib/dotnet5.4/System.ComponentModel.dll", "lib/net45/_._", @@ -3297,8 +3294,8 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23426.nupkg", - "System.ComponentModel.4.0.1-beta-23426.nupkg.sha512", + "System.ComponentModel.4.0.1-beta-23504.nupkg", + "System.ComponentModel.4.0.1-beta-23504.nupkg.sha512", "System.ComponentModel.nuspec" ] }, @@ -3356,10 +3353,10 @@ "System.Console.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "tfPxNBPKprtd8PBzrdbvYk2qowB6CtZS9NabtS808ZnkmwFngjS+wpzTPjzN3ISZjCrVQorLhXDzOEmUxPg0Kw==", + "sha512": "wuBgKPGpBmyQfl88WA6sqQ+OaOqRBNi4C4XwjVAKuhqJ4y3tgdcpX72vwhyOoPbnnkCiEaIdPaelmNEzQHAnRw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3411,8 +3408,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg.sha512", "System.Diagnostics.Debug.nuspec" ] }, @@ -3498,10 +3495,10 @@ "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "7vbfiQ2yc1AyvG0VU1W4B1+GG5rVgVKAtwamsHtH4hXhqjBg31MGPFmsCYVFohsa2zBAWTe+ylEPmObh1DYnvA==", + "sha512": "sLmzDsKcKBv+5ebwnF2lskvJGStfMUI0fDV1p/9EZ6+sPdyBx+UEIHsrzFIRJS+QNENAo319kjH4FXMnau7/CA==", "files": [ "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -3555,8 +3552,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23426.nupkg", - "System.Globalization.4.0.11-beta-23426.nupkg.sha512", + "System.Globalization.4.0.11-beta-23504.nupkg", + "System.Globalization.4.0.11-beta-23504.nupkg.sha512", "System.Globalization.nuspec" ] }, @@ -3593,6 +3590,54 @@ "System.Globalization.Calendars.nuspec" ] }, + "System.IO/4.0.0": { + "type": "package", + "sha512": "MoCHQ0u5n0OMwUS8OX4Gl48qKiQziSW5cXvt82d+MmAcsLq9OL90+ihnu/aJ1h6OOYcBswrZAEuApfZha9w2lg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.4.0.0.nupkg", + "System.IO.4.0.0.nupkg.sha512", + "System.IO.nuspec" + ] + }, "System.IO/4.0.10": { "type": "package", "serviceable": true, @@ -3765,16 +3810,14 @@ "System.Linq.nuspec" ] }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "6FPYCIblZrrO6NtSRryH7wjVXUxeRD2Brd28C79A8h1sPyCBK8DSSTIl95uENHI+RgR6lRwipWXPQPu51k1F+A==", + "sha512": "lT0MxBix8IwHFGSV1Myr+fk0G3S4WZWAzJo7hXkEmFtVliZpji+yv3lG8bATvbgUszfZBpfJtxNBnxCY0+dkpQ==", "files": [ - "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Linq.Expressions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", @@ -3822,16 +3865,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "System.Linq.Expressions.4.0.11-beta-23426.nupkg", - "System.Linq.Expressions.4.0.11-beta-23426.nupkg.sha512", + "System.Linq.Expressions.4.0.11-beta-23504.nupkg", + "System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", "System.Linq.Expressions.nuspec" ] }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "Dqyy5F84bFLUpuCt9IvvseZtIxKk4tU9IAO9ginZDBLP4kGOddc6+If2b9o9jG38GHlETAWQ6MCN7ffLXtkxfw==", + "sha512": "Pc1jf2qxpg6P0u39217TFLsl8TCTUiUu1JLzAznvfdVl+VDWA/egJZQ2CIs9OKpDqlkZ0yIXi+T4EdtqXO9i/A==", "files": [ "lib/net45/_._", "lib/win8/_._", @@ -3862,8 +3904,8 @@ "ref/win8/_._", "ref/wpa81/_._", "runtime.json", - "System.Net.Http.4.0.1-beta-23426.nupkg", - "System.Net.Http.4.0.1-beta-23426.nupkg.sha512", + "System.Net.Http.4.0.1-beta-23506.nupkg", + "System.Net.Http.4.0.1-beta-23506.nupkg.sha512", "System.Net.Http.nuspec" ] }, @@ -3900,9 +3942,9 @@ "System.Net.Primitives.nuspec" ] }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", - "sha512": "I8z5sGi6U6gKSHL2Ia2286g+o29tTrtlzDRBbslpbXk7MA3lec24UM9F5rzQ94hEZGQBhvAY+ecz7tIWTmlV4w==", + "sha512": "yJM6z+NWl0PFZiSBipJqhdM/NZluIz+5CXOaVClK7cqjghvhyJW5iqdGuxTmS0+OTH9Fy9IvSt0UlkW0s/UXsg==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3926,15 +3968,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Security.4.0.0-beta-23426.nupkg", - "System.Net.Security.4.0.0-beta-23426.nupkg.sha512", + "System.Net.Security.4.0.0-beta-23506.nupkg", + "System.Net.Security.4.0.0-beta-23506.nupkg.sha512", "System.Net.Security.nuspec" ] }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "KMHkmRs9w+t6ONPJR/Cy4PZUR4TIjAAafI7SpR0Xw+Qn60xitxLWVJZNsNfZNSn9KuUxCZiMDazT2ot9XLvmhg==", + "sha512": "RP0imKisSL3uPjVANlhbnokANTQ+k9h22x5sWQGVEQIzyU2GKJn85Ps/CtpJVCPz/Rqrv9gGSQiO0MBIw4RC1A==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3952,25 +3994,14 @@ "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.Net.Sockets.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Sockets.4.1.0-beta-23426.nupkg", - "System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", + "System.Net.Sockets.4.1.0-beta-23506.nupkg", + "System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", "System.Net.Sockets.nuspec" ] }, @@ -4020,29 +4051,29 @@ "System.Private.Networking.nuspec" ] }, - "System.Private.Networking/4.0.1-beta-23426": { + "System.Private.Networking/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "51shvGy/yJuMgnLbj78zZIZl0U6WNmPjE+W04zbfS0lmbmVnn0Iwk2Ub9kYxlMD4WufNRKnhhYcdvxGLrJz7YA==", + "sha512": "9/+BZfDoVMhoYg+3pazJKGtNn986GK+t0qy/SPJ9GgIzG6SYfxcX/rc9HI7hvOgbXXiLsmOm7njs9ZqXX3BTSw==", "files": [ "lib/DNXCore50/System.Private.Networking.dll", "lib/netcore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23426.nupkg", - "System.Private.Networking.4.0.1-beta-23426.nupkg.sha512", + "System.Private.Networking.4.0.1-beta-23506.nupkg", + "System.Private.Networking.4.0.1-beta-23506.nupkg.sha512", "System.Private.Networking.nuspec" ] }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", - "sha512": "IuDsAlkosJRbB/V0LPHjigFy6fz2xtytiTcbMIEG3boV7i3ncdihf5hQGG0enldQoVpIdaaXM9XgzMjF2hq6Pw==", + "sha512": "t9xN9sH13VPi9PEJ/94WvJQla1qC82t5tChrJv8/Fcahi0X5uoOdxLCnD4uE03dokPJyUytY6otN9COup6rIBA==", "files": [ "ref/dnxcore50/_._", "ref/netcore50/_._", "runtime.json", - "System.Private.Uri.4.0.1-beta-23426.nupkg", - "System.Private.Uri.4.0.1-beta-23426.nupkg.sha512", + "System.Private.Uri.4.0.1-beta-23506.nupkg", + "System.Private.Uri.4.0.1-beta-23506.nupkg.sha512", "System.Private.Uri.nuspec" ] }, @@ -4252,10 +4283,10 @@ "System.Reflection.TypeExtensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "serviceable": true, - "sha512": "bECMiHg+xZIDdg/Ol5FhVWm6gUFYQ+UOPehwUh+JmtGGJOXw+R+5oK6AXPlGeaDWAXVZ1TpuZhGWgkscxzFfMA==", + "sha512": "MOkuSppn4WwFJmfjqdLI+yfmmk5VT42qlTbKbQZFBy4Fp/ZoYb+jvhI43pce013KBmPSe0dGEXIGr69K5vFuUw==", "files": [ "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", @@ -4290,15 +4321,15 @@ "ref/wp80/_._", "ref/wpa81/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg.sha512", "System.Resources.ResourceManager.nuspec" ] }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "serviceable": true, - "sha512": "PIHg4SMp+RHBKefekONfZOWA8WaH2Aq0OVjb2B8aN9ZGI+dDxHTK9ojq5anDBQmv3ybOuPZmWW9B8iILJnu5WA==", + "sha512": "m0emcn0QKtlzjM/F1DCYm4aZOT+MT6gJqU6rcC/suE0QxuVdxSLDbeWM8S7SgIDb047HIMbaOUOP+pCkbS25Rw==", "files": [ "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -4363,8 +4394,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23426.nupkg", - "System.Runtime.4.0.21-beta-23426.nupkg.sha512", + "System.Runtime.4.0.21-beta-23506.nupkg", + "System.Runtime.4.0.21-beta-23506.nupkg.sha512", "System.Runtime.nuspec" ] }, @@ -4533,46 +4564,46 @@ "System.Security.Claims.nuspec" ] }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "Bkz/OTsBcY+LnXIcVn9ft2ug7PEoN/uBvKI7SL7Q6GMmeZY7uANwXuV8Na44Hnojl08R+NJn1CX1/QJfjD3ZWA==", + "sha512": "Oc6fG3adDwQqx+xi9oVdxJCaXOJwA8Smph8ADOCUK5Z8NYhTOHB/WOSdJWvnozFoyBWLhHW8FGc88fL2lCKTFw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Algorithms.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Algorithms.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Algorithms.nuspec" ] }, - "System.Security.Cryptography.Cng/4.0.0-beta-23426": { + "System.Security.Cryptography.Cng/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "SpaVxOxPbBVgq5jcDV/KVymIjOQZWWWSc7BV5A5d7QhWPRbxDxkm9EJUtdm5ThtkmXtE6olNKzHMnstoAhOZkg==", + "sha512": "fNittx7X00uUpEA7DSycxRiLADKbKfwUrGwCIRXQwLLG/v4Qr9lwYPUOuazoCy8pjfiSfIdhPGCar/J2J0gXpA==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", "lib/net46/System.Security.Cryptography.Cng.dll", - "ref/dotnet5.2/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-beta-23426.nupkg", - "System.Security.Cryptography.Cng.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Cng.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-beta-23426": { + "System.Security.Cryptography.Csp/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "7nayoTOSDXaccR4+e4dsJvEjD+8BYJaPUso9g9hXb3JhEV7EbAtmuyoR+GoGojTPXniUzPdY/ua3GiqOlN22mA==", + "sha512": "TpqVfCEnVXNRYfMOJcHUGXuTrDXHERsd0h0h+N8DrC5x71Z0vD+uo2L/bqRU58MMMZbNrrGKX6VfIKQzq7UHWQ==", "files": [ "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", @@ -4580,53 +4611,53 @@ "lib/net46/System.Security.Cryptography.Csp.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Csp.dll", + "ref/dotnet5.4/System.Security.Cryptography.Csp.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Csp.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Csp.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "t+RS5LbEFV+wCC2otgYzkqk7B1ygBBAgDhSo2Xms3jhVwsqlMg9SZmNUJANmSRpeCA4x+pcCL/bCCUQe5l+XJw==", + "sha512": "mxbJvzqlJg5E5Uc1QA0B8hPSi011wDxHZ6yHWH1LFLU8lW5HE+CTuhJvo91QCfma9cidhERom/90OgZHe/p7mw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Encoding.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/es/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/fr/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/it/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/ja/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/ko/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/ru/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll", - "ref/dotnet5.1/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/zh-hant/System.Security.Cryptography.Encoding.xml", + "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/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "jIqEbHzpHuNJc/9SDSrLwDQNJ0IP8zZCnYOx0Ol1Ifj4dBg3kfbwuvLWjUiwf9mt23/4qXW+0TTwiEvGsa7J/A==", + "sha512": "53QKTzQIXvUzkcLyCqYLIGxXfVy3JRjDJWwih2rl61wGhusaY6nn8tu3IV9rYsIkFGpdOhScUjW93N7ADu4YjQ==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", @@ -4634,21 +4665,21 @@ "lib/net46/System.Security.Cryptography.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Primitives.nuspec" ] }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "WlcFdUtOgD5uR8e2U4orvcR1Pf6Ty7q65WcsWrqshck6IOtWlthNXvidKmz1jZILbjaLfOqXuyH759srLrgWgA==", + "sha512": "q89O276lHrUiDX5GavkT3LnHsLuWr+ViWrGzreWHL4Xr4q9bN/8Yz5XVvNAhNXpXp0YOCV2U5mfmFpNdcgfwNA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4672,8 +4703,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec" ] }, @@ -4710,10 +4741,10 @@ "System.Security.Principal.nuspec" ] }, - "System.Security.Principal.Windows/4.0.0-beta-23426": { + "System.Security.Principal.Windows/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "skycYzkglUKYFK8vrA8lOAHemJTMG8K+j1X8BrOWPhdFtaPRN+n0sSntTo4WZBbf0L6I2BrRHbgQPwcGCMJ4RA==", + "sha512": "7OXeP881m1GbK/HvBArocQvtW2R6ctRrpzhsBan3uQ3OssMgjjWXuHhYbP//4tLHTOR3lDQYL9Jtgow7Mlov9A==", "files": [ "lib/DNXCore50/System.Security.Principal.Windows.dll", "lib/net46/System.Security.Principal.Windows.dll", @@ -4729,8 +4760,8 @@ "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-beta-23426.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Principal.Windows.4.0.0-beta-23506.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23506.nupkg.sha512", "System.Security.Principal.Windows.nuspec" ] }, @@ -4847,10 +4878,10 @@ "System.Threading.Overlapped.nuspec" ] }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "mXZuVICIdFSjyxeuK2/wYOZRmnv/34Fkhm+Ubs7nvU3MZHJMBVb8U7NAuOxXFYL5h+H7glVZAMe6qzZyYrt2ug==", + "sha512": "4GDxeC8aOFF6r49Y0aLgPa3chmtieP+SqrFj7N+h58h+Wn3beAZhzFqvR9hEeJ918zNur/W78uuMho0UUTqLtw==", "files": [ "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -4904,15 +4935,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23426.nupkg", - "System.Threading.Tasks.4.0.11-beta-23426.nupkg.sha512", + "System.Threading.Tasks.4.0.11-beta-23504.nupkg", + "System.Threading.Tasks.4.0.11-beta-23504.nupkg.sha512", "System.Threading.Tasks.nuspec" ] }, - "System.Threading.ThreadPool/4.0.10-beta-23426": { + "System.Threading.ThreadPool/4.0.10-beta-23506": { "type": "package", "serviceable": true, - "sha512": "sf3VLpsQd+ezHSfVp81HJ6Izbb/+ejAEiXOkjDGVyrSxa3UNseZtbVcZP4So2qw2OFUoUnuXTTi4+UvlbeuPIQ==", + "sha512": "yAUdypw226HwTln0KQO+C3zxxOPRnNxG3CE09hrXKS0VOnFRiARFcQZTlOKf70VFUVcU15A1BmJdDBPZ84N7Dw==", "files": [ "lib/DNXCore50/System.Threading.ThreadPool.dll", "lib/MonoAndroid10/_._", @@ -4920,24 +4951,24 @@ "lib/net46/System.Threading.ThreadPool.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/es/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/fr/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/it/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ja/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ko/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ru/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/System.Threading.ThreadPool.dll", - "ref/dotnet5.2/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/zh-hans/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/zh-hant/System.Threading.ThreadPool.xml", + "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-beta-23426.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23426.nupkg.sha512", + "System.Threading.ThreadPool.4.0.10-beta-23506.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23506.nupkg.sha512", "System.Threading.ThreadPool.nuspec" ] } diff --git a/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs b/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs index 9905854..48c3d2d 100644 --- a/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs +++ b/src/CodeComb.Net.EmailSender/SmtpEmailSender.cs @@ -32,11 +32,11 @@ public SmtpEmailSender(string Server, int Port, string SenderName, string Sender public Task SendEmailAsync(string email, string subject, string message) { if (!ssl) - return Task.Factory.StartNew(() => + return Task.Factory.StartNew(async () => { using (var client = new TcpClient()) { - client.ConnectAsync(server, port); + await client.ConnectAsync(server, port); using (var stream = client.GetStream()) using (var reader = new StreamReader(stream)) using (var writer = new StreamWriter(stream) { AutoFlush = true, NewLine = "\r\n" }) @@ -89,11 +89,11 @@ public Task SendEmailAsync(string email, string subject, string message) } }); else - return Task.Factory.StartNew(() => + return Task.Factory.StartNew(async () => { using (var client = new TcpClient()) { - client.ConnectAsync(server, port); + await client.ConnectAsync(server, port); using (var stream = new SslStream(client.GetStream(), false)) { diff --git a/src/CodeComb.Net.EmailSender/project.lock.json b/src/CodeComb.Net.EmailSender/project.lock.json index 5432963..0c6a1ea 100644 --- a/src/CodeComb.Net.EmailSender/project.lock.json +++ b/src/CodeComb.Net.EmailSender/project.lock.json @@ -3,10 +3,10 @@ "version": 2, "targets": { ".NETFramework,Version=v4.6": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -21,7 +21,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -38,10 +38,10 @@ } }, "DNX,Version=v4.5.1": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -56,7 +56,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -73,7 +73,7 @@ } }, "DNXCore,Version=v5.0": { - "Microsoft.CSharp/4.0.1-beta-23426": { + "Microsoft.CSharp/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -100,14 +100,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", - "System.Collections": "4.0.11-beta-23426", - "System.Collections.Concurrent": "4.0.11-beta-23426", - "System.Threading": "4.0.11-beta-23426", - "System.Threading.Tasks": "4.0.11-beta-23426" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", + "System.Collections": "4.0.11-beta-23504", + "System.Collections.Concurrent": "4.0.11-beta-23504", + "System.Threading": "4.0.11-beta-23504", + "System.Threading.Tasks": "4.0.11-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -116,16 +116,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23426", - "System.Diagnostics.Debug": "4.0.11-beta-23426", - "System.Globalization": "4.0.11-beta-23426", - "System.Linq": "4.0.1-beta-23426", - "System.Linq.Expressions": "4.0.11-beta-23426", + "System.ComponentModel": "4.0.1-beta-23504", + "System.Diagnostics.Debug": "4.0.11-beta-23504", + "System.Globalization": "4.0.11-beta-23504", + "System.Linq": "4.0.1-beta-23504", + "System.Linq.Expressions": "4.0.11-beta-23504", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23426" + "System.Resources.ResourceManager": "4.0.1-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -147,10 +147,10 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "System.Collections/4.0.11-beta-23426": { + "System.Collections/4.0.11-beta-23506": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23426" + "System.Runtime": "4.0.21-beta-23506" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} @@ -159,7 +159,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -196,7 +196,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -223,17 +223,17 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23426": { + "System.Console/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Console.dll": {} + "ref/dotnet5.4/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -266,7 +266,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -278,18 +278,15 @@ "lib/DNXCore50/System.Globalization.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20", + "System.Runtime": "4.0.0", "System.Text.Encoding": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} } }, "System.IO.FileSystem/4.0.0": { @@ -328,7 +325,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23426": { + "System.Linq/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -344,33 +341,17 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -395,20 +376,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -417,7 +398,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} + "ref/dotnet5.4/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -466,7 +447,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -486,36 +467,6 @@ "lib/DNXCore50/System.Reflection.dll": {} } }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, "System.Reflection.Extensions/4.0.0": { "type": "package", "dependencies": { @@ -554,7 +505,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -568,10 +519,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23426" + "System.Private.Uri": "4.0.1-beta-23506" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -619,27 +570,27 @@ "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -651,19 +602,19 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -694,7 +645,7 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23426": { + "System.Threading/4.0.11-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -717,7 +668,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -731,10 +682,10 @@ } }, ".NETFramework,Version=v4.6/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -749,7 +700,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -766,10 +717,10 @@ } }, ".NETFramework,Version=v4.6/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -784,7 +735,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -801,10 +752,10 @@ } }, "DNX,Version=v4.5.1/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -819,7 +770,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -836,10 +787,10 @@ } }, "DNX,Version=v4.5.1/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -854,7 +805,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -871,7 +822,7 @@ } }, "DNXCore,Version=v5.0/win7-x86": { - "Microsoft.CSharp/4.0.1-beta-23426": { + "Microsoft.CSharp/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -898,14 +849,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", - "System.Collections": "4.0.11-beta-23426", - "System.Collections.Concurrent": "4.0.11-beta-23426", - "System.Threading": "4.0.11-beta-23426", - "System.Threading.Tasks": "4.0.11-beta-23426" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", + "System.Collections": "4.0.11-beta-23504", + "System.Collections.Concurrent": "4.0.11-beta-23504", + "System.Threading": "4.0.11-beta-23504", + "System.Threading.Tasks": "4.0.11-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -914,16 +865,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23426", - "System.Diagnostics.Debug": "4.0.11-beta-23426", - "System.Globalization": "4.0.11-beta-23426", - "System.Linq": "4.0.1-beta-23426", - "System.Linq.Expressions": "4.0.11-beta-23426", + "System.ComponentModel": "4.0.1-beta-23504", + "System.Diagnostics.Debug": "4.0.11-beta-23504", + "System.Globalization": "4.0.11-beta-23504", + "System.Linq": "4.0.1-beta-23504", + "System.Linq.Expressions": "4.0.11-beta-23504", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23426" + "System.Resources.ResourceManager": "4.0.1-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -945,7 +896,35 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23426": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "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/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -965,7 +944,7 @@ "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -974,7 +953,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23426": { + "runtime.win7.System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -989,7 +968,7 @@ "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-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -1001,10 +980,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23426": { + "runtime.win7.System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426" + "System.Private.Networking": "4.0.1-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -1013,10 +992,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426", + "System.Private.Networking": "4.0.1-beta-23506", "System.Runtime": "4.0.20" }, "compile": { @@ -1026,7 +1005,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1035,7 +1014,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1043,7 +1022,7 @@ "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-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -1054,7 +1033,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1066,7 +1045,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -1075,7 +1054,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1089,11 +1068,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Cng": "4.0.0-beta-23426", - "System.Security.Cryptography.Csp": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Cng": "4.0.0-beta-23506", + "System.Security.Cryptography.Csp": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1104,7 +1083,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23426": { + "runtime.win7.System.Threading/4.0.11-beta-23506": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1113,10 +1092,10 @@ "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23426": { + "System.Collections/4.0.11-beta-23506": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23426" + "System.Runtime": "4.0.21-beta-23506" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} @@ -1125,7 +1104,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1162,7 +1141,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -1189,17 +1168,17 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23426": { + "System.Console/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Console.dll": {} + "ref/dotnet5.4/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1232,7 +1211,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1327,7 +1306,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23426": { + "System.Linq/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1343,33 +1322,17 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1394,20 +1357,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1416,7 +1379,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} + "ref/dotnet5.4/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -1435,7 +1398,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23426": { + "System.Private.Networking/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1454,14 +1417,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23426", + "System.Security.Principal.Windows": "4.0.0-beta-23506", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23426" + "System.Threading.ThreadPool": "4.0.10-beta-23506" }, "compile": { "ref/dnxcore50/_._": {} @@ -1470,7 +1433,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -1573,7 +1536,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -1587,10 +1550,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23426" + "System.Private.Uri": "4.0.1-beta-23506" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -1672,18 +1635,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23426": { + "System.Security.Cryptography.Cng/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1692,18 +1655,18 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23426": { + "System.Security.Cryptography.Csp/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1713,29 +1676,29 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} }, "runtime": { "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -1747,19 +1710,19 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -1777,7 +1740,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23426": { + "System.Security.Principal.Windows/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1825,7 +1788,7 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23426": { + "System.Threading/4.0.11-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -1848,7 +1811,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1860,14 +1823,14 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23426": { + "System.Threading.ThreadPool/4.0.10-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.InteropServices": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} }, "runtime": { "lib/DNXCore50/System.Threading.ThreadPool.dll": {} @@ -1875,7 +1838,7 @@ } }, "DNXCore,Version=v5.0/win7-x64": { - "Microsoft.CSharp/4.0.1-beta-23426": { + "Microsoft.CSharp/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1902,14 +1865,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-15740", - "System.Collections": "4.0.11-beta-23426", - "System.Collections.Concurrent": "4.0.11-beta-23426", - "System.Threading": "4.0.11-beta-23426", - "System.Threading.Tasks": "4.0.11-beta-23426" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", + "System.Collections": "4.0.11-beta-23504", + "System.Collections.Concurrent": "4.0.11-beta-23504", + "System.Threading": "4.0.11-beta-23504", + "System.Threading.Tasks": "4.0.11-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -1918,16 +1881,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23426", - "System.Diagnostics.Debug": "4.0.11-beta-23426", - "System.Globalization": "4.0.11-beta-23426", - "System.Linq": "4.0.1-beta-23426", - "System.Linq.Expressions": "4.0.11-beta-23426", + "System.ComponentModel": "4.0.1-beta-23504", + "System.Diagnostics.Debug": "4.0.11-beta-23504", + "System.Globalization": "4.0.11-beta-23504", + "System.Linq": "4.0.1-beta-23504", + "System.Linq.Expressions": "4.0.11-beta-23504", "System.Reflection": "4.1.0-beta-23225", - "System.Resources.ResourceManager": "4.0.1-beta-23426" + "System.Resources.ResourceManager": "4.0.1-beta-23504" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -1949,7 +1912,35 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23426": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "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/_._": {} + }, + "runtime": { + "lib/DNXCore50/System.Linq.Expressions.dll": {} + } + }, + "runtime.win7.System.Console/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1969,7 +1960,7 @@ "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23426": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1978,7 +1969,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23426": { + "runtime.win7.System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1993,7 +1984,7 @@ "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-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -2005,10 +1996,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23426": { + "runtime.win7.System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426" + "System.Private.Networking": "4.0.1-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -2017,10 +2008,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23426", + "System.Private.Networking": "4.0.1-beta-23506", "System.Runtime": "4.0.20" }, "compile": { @@ -2030,7 +2021,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2039,7 +2030,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2047,7 +2038,7 @@ "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-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -2058,7 +2049,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2070,7 +2061,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { "ref/dotnet/_._": {} @@ -2079,7 +2070,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2093,11 +2084,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Cng": "4.0.0-beta-23426", - "System.Security.Cryptography.Csp": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Cng": "4.0.0-beta-23506", + "System.Security.Cryptography.Csp": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2108,7 +2099,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23426": { + "runtime.win7.System.Threading/4.0.11-beta-23506": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2117,10 +2108,10 @@ "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23426": { + "System.Collections/4.0.11-beta-23506": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23426" + "System.Runtime": "4.0.21-beta-23506" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} @@ -2129,7 +2120,7 @@ "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2166,7 +2157,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -2193,17 +2184,17 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23426": { + "System.Console/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Console.dll": {} + "ref/dotnet5.4/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2236,7 +2227,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2331,7 +2322,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23426": { + "System.Linq/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2347,33 +2338,17 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "dependencies": { - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.Linq": "4.0.0", - "System.ObjectModel": "4.0.10", - "System.Reflection": "4.0.10", - "System.Reflection.Emit": "4.0.0", - "System.Reflection.Extensions": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Reflection.TypeExtensions": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" + "System.Reflection": "4.0.0", + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Linq.Expressions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2398,20 +2373,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2420,7 +2395,7 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.5/System.Net.Sockets.dll": {} + "ref/dotnet5.4/System.Net.Sockets.dll": {} } }, "System.ObjectModel/4.0.10": { @@ -2439,7 +2414,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23426": { + "System.Private.Networking/4.0.1-beta-23506": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -2458,14 +2433,14 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23426", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23426", + "System.Security.Principal.Windows": "4.0.0-beta-23506", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23426" + "System.Threading.ThreadPool": "4.0.10-beta-23506" }, "compile": { "ref/dnxcore50/_._": {} @@ -2474,7 +2449,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -2577,7 +2552,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -2591,10 +2566,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23426" + "System.Private.Uri": "4.0.1-beta-23506" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -2676,18 +2651,18 @@ "lib/dotnet/System.Security.Claims.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23426": { + "System.Security.Cryptography.Cng/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2696,18 +2671,18 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23426": { + "System.Security.Cryptography.Csp/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2717,29 +2692,29 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23426", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} }, "runtime": { "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -2751,19 +2726,19 @@ "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23426", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23426" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -2781,7 +2756,7 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23426": { + "System.Security.Principal.Windows/4.0.0-beta-23506": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2829,7 +2804,7 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23426": { + "System.Threading/4.0.11-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -2852,7 +2827,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2864,14 +2839,14 @@ "lib/DNXCore50/System.Threading.Tasks.dll": {} } }, - "System.Threading.ThreadPool/4.0.10-beta-23426": { + "System.Threading.ThreadPool/4.0.10-beta-23506": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.InteropServices": "4.0.0" }, "compile": { - "ref/dotnet5.2/System.Threading.ThreadPool.dll": {} + "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} }, "runtime": { "lib/DNXCore50/System.Threading.ThreadPool.dll": {} @@ -2880,10 +2855,10 @@ } }, "libraries": { - "Microsoft.CSharp/4.0.1-beta-23426": { + "Microsoft.CSharp/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "Ca7eCu2kQ5uYWQikQn2W4BFg0oTg1yYvoJI03xAEzKSpqTwA2JOTmS774+vOjGhQyrVWDSKSYr04dd9VR6cENQ==", + "sha512": "3vssehqBuPp0p245YPnVdYAwCMqG5Vb5pGVh8Rf/nEhVrzygcWk+qJ7Iybw2IQ85DbFn8nlFMz7EMGirY8hr8A==", "files": [ "lib/dotnet5.4/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", @@ -2895,8 +2870,8 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23426.nupkg", - "Microsoft.CSharp.4.0.1-beta-23426.nupkg.sha512", + "Microsoft.CSharp.4.0.1-beta-23506.nupkg", + "Microsoft.CSharp.4.0.1-beta-23506.nupkg.sha512", "Microsoft.CSharp.nuspec", "ref/dotnet5.1/de/Microsoft.CSharp.xml", "ref/dotnet5.1/es/Microsoft.CSharp.xml", @@ -2930,10 +2905,10 @@ "ref/xamarinmac20/_._" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { "type": "package", "serviceable": true, - "sha512": "F7ZcEMtXQSXHWz32sb69aY5A0VhvYyRlVV2OTtbwpfKgJpr/h13mN/tvk6IGZ4h1Q/CWHvP/brU/NUUs+uS2CQ==", + "sha512": "j/xfsdFHUhaL9eh9NKcYUyNcPQWGrUtHN9uxxWDpfwMUCzNrCbC16FR+S7hs5vEqsnS1bLazl3aKMjlRDKwk3w==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", @@ -2941,15 +2916,15 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.xml", "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-15740.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-15740": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { "type": "package", "serviceable": true, - "sha512": "mAzMp3OrY8dxu3nhnrT2CKdVOWlXy3uyOA+FUOtEbLHCy6Y08g0SXLfDsU3T10mcBgcFNlofSPnjvO/4HZmbcQ==", + "sha512": "iEG19wazGZOVwXXOt6Qle+o1Y8LXzs8hVBktkMSXPfrO8WlccC8rTCCfsfL5hj5HOKVZ7gJvDNbOVDLzK1bvlw==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", @@ -2957,8 +2932,8 @@ "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-15740.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-15740.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-15785.nupkg", + "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-15785.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.Abstractions.nuspec" ] }, @@ -2994,143 +2969,165 @@ "ref/xamarinmac20/_._" ] }, - "runtime.win7.System.Console/4.0.0-beta-23426": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "8GcL73SRLpDwgEF1LYwh9UmicUg+8Nn5NUkwt/4CQdD9I4gCEjNkxc+4aPmEiZEiEfYe6P5dzxpYcTaRFBVTag==", + "sha512": "c3Usq1EzjBFAPvhNGd31D02QJn57SmxX+PLgSFy24GZLgCHxZeVpx1bQKJMm4Y4T7EbDxyFwlNU2ih7ZntD2Jw==", "files": [ + "lib/DNXCore50/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.win7.System.Console.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Console.4.0.0-beta-23426.nupkg.sha512", + "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg", + "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", + "runtime.any.System.Linq.Expressions.nuspec", + "runtimes/aot/lib/netcore50/_._" + ] + }, + "runtime.win7.System.Console/4.0.0-beta-23506": { + "type": "package", + "serviceable": true, + "sha512": "AKzJ2WO7Zbo0MHcuaQDl/h5HsWqIVtSR4jhk2OEjYhDUow0eUFXU+Hxe2ney3Ao4NbIQw0zzL7QcqpLAegF1cg==", + "files": [ + "ref/dotnet/_._", + "runtime.win7.System.Console.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Console.4.0.0-beta-23506.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-23426": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "RFFF/3XfxZkP3jEnfu+bfSjjAMIBi6oKGZjeuxDUQog+pA4IDjpDb8fO8/vmYNlpeSj+achZrtJE0XlhAfL3mQ==", + "sha512": "P6YWygBJDmkJYPU4cfHuHzR8P78RI3JeIPrhfwrN621XKw7kDfC6ats1/SG2qDQ8yhRVdxBhA9lY+AVrFnPZlA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23426.nupkg.sha512", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", + "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.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.Net.Http/4.0.1-beta-23426": { + "runtime.win7.System.Net.Http/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "NBKYFaFTXiwSgTRsLAnVmzBnza1aH5zoeJWzSvD9+LsZHoK5SbFIYG4f9cNQ93srXICK2Ra50R7ne1s6Z9UEAw==", + "sha512": "v/4SaIYYU1gJ/8ahqWp/jyRfjqFJbzWmG93P3Hqm3BsvNUQu0Ug/CZFbh0gWYVdCSiHW5ZA9Oy7RMP4orazkkQ==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg", - "runtime.win7.System.Net.Http.4.0.1-beta-23426.nupkg.sha512", + "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg.sha512", "runtime.win7.System.Net.Http.nuspec", "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", "runtimes/win7/lib/netcore50/System.Net.Http.dll" ] }, - "runtime.win7.System.Net.Security/4.0.0-beta-23426": { + "runtime.win7.System.Net.Security/4.0.0-beta-23506": { "type": "package", - "sha512": "vIYDsA+vrvnnCT81CXr5D0B8JJiSeZBxKXxmugD3bR5AIXkNCimz6LEcqbFrRL+3XAtA2RlR30TVSDKhtY+YwQ==", + "sha512": "jggWnbqjazYLwD1p9FuN4yoadPOzdVT2DMmCYNOe1yfY6eMmFq0HI9yvKOJfFCaF8aj/1uojtwjzHskWJ0mRIg==", "files": [ "lib/DNXCore50/System.Net.Security.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Net.Security.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Net.Security.nuspec" ] }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23426": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "2JTcVblr66rh1wjxUGU/43yp48aWfXmWVDSi9WLQHOtaKtWSB45AZmYxrcHTRpK1oMKmlITgLARzZodiVfFSow==", + "sha512": "Pg/JxHu7lRT0yKYYe9bRvNpZck3WApLcsYwQNX3VJA5IoDCV4ChH/2OeXk/lkVYlKtyvqPU1aw/CWzplQ7uRGA==", "files": [ "lib/DNXCore50/System.Net.Sockets.dll", "lib/netcore50/System.Net.Sockets.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg", + "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", "runtime.win7.System.Net.Sockets.nuspec", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23426": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "Pi+dHO7AH6p9L4lPzdWHE79DZtTFN3WrNFgCSkftaRYAKRifoKqL39b5kpkDCJ5twLRbULFwOfv5J1hC8++lOA==", + "sha512": "ZDGZhS38XFdK+pMOJE0ulCfB9NhHKIgiWhO6NCr8mVbS03K0GIvvC3cO5cSBFTiEQROA1+DqsLVm32axbwunwQ==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23426.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23426.nupkg.sha512", + "runtime.win7.System.Private.Uri.4.0.1-beta-23506.nupkg", + "runtime.win7.System.Private.Uri.4.0.1-beta-23506.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.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "tJfzx19CQw4Fgjf2h6Jhigf1HKJUqKe7z96gxUS/zDW48C41EN/NTUD93TerhLrXZnS0Gruq3Nto8c36ZXWLvg==", + "sha512": "5Pjl4j0x/5lvP2D3rgWsXo7RjWuNNzYB6SL4q+nFnrflvrH5xZOwtJ/w1MjsisQn8S5rqOAevtd5j8+Bkhfl+A==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Algorithms.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "VN5SDLe86zX9ItEFAQLOp2/EJoq2FrIIm4uVan3DZ1DnUACOKGZInz+2ngE3iZ6mMk1JLmBc5ph29AGbsZBG1Q==", + "sha512": "9RAvACUVI+OenrK2Egww2ziXWnjvoBDyjHgjxv2BQRGVKxiiU70Vgj8fHQltBYork0AoPJ9UyMDSvuoZoI44Hg==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Encoding.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "FjpE0VLrol7iq2yXvDJbgwild32zb5D8TQW+RuLu50ZFAYv9VNJsm2arAA0TJJt613PWmA21TdrQXGeC0aEr6Q==", + "sha512": "DdgW31Cwvdpb8641NHF/d3xpwye1gV3GnwSFM3RcLrf4a6EyEQyGw8j5Pi8YUKyuYa6qkPSV2SAh5gsvmgdhUw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.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" ] }, - "runtime.win7.System.Threading/4.0.11-beta-23426": { + "runtime.win7.System.Threading/4.0.11-beta-23506": { "type": "package", "serviceable": true, - "sha512": "CYXoUqCJIbpvGiUN8ePq31cK0+p8nfnNGh90QaijgUY71vjhqEVCI+MwkMKxn8H1bYl6l5k7XC+x6gcSOpGg0A==", + "sha512": "ysa+t7T3gaTc/7dQUg8sSJAfxjg/VHgEE+s2hY3LsowrtFzZqJWeVLLEJup6k2NMR3PjCH92uPe6eGuWHykRBw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-beta-23426.nupkg", - "runtime.win7.System.Threading.4.0.11-beta-23426.nupkg.sha512", + "runtime.win7.System.Threading.4.0.11-beta-23506.nupkg", + "runtime.win7.System.Threading.4.0.11-beta-23506.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-23426": { + "System.Collections/4.0.11-beta-23506": { "type": "package", "serviceable": true, - "sha512": "yLReajr/JbxVPvBIzz+R1RDJ6R61P2N/e+wpw9sUkdRYDxQMMd6wK5bjKZV0fT8G/9Ifa4vSHXBhiYUZ3hKiXw==", + "sha512": "y7uzlKKGgi7YHEE6NUA22l3/7Mx5m3NnzybwA096ji6YqpRFwa7LM5pemrV97abW0iiMw5c+8WbAtT64qR1/pw==", "files": [ "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", @@ -3184,15 +3181,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.4.0.11-beta-23426.nupkg", - "System.Collections.4.0.11-beta-23426.nupkg.sha512", + "System.Collections.4.0.11-beta-23506.nupkg", + "System.Collections.4.0.11-beta-23506.nupkg.sha512", "System.Collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.11-beta-23426": { + "System.Collections.Concurrent/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "Y95wPxe/NxgR4mBNkwvCH0zHmhw/yJa53a6EhyFNMGf6jhNuXjyICwzENtBlzcvrTJs0MZ1gpbJyGtXGPq4Cng==", + "sha512": "49+SVCQp12KxrF7RCyTdRA49d0oOID+JRlNMXB1l6ErQt0mMR517nu/OAix0IjlCPgMkF+aPR4o9buaHQuON9g==", "files": [ "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", @@ -3243,8 +3240,8 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23426.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23426.nupkg.sha512", + "System.Collections.Concurrent.4.0.11-beta-23504.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23504.nupkg.sha512", "System.Collections.Concurrent.nuspec" ] }, @@ -3280,10 +3277,10 @@ "System.Collections.NonGeneric.nuspec" ] }, - "System.ComponentModel/4.0.1-beta-23426": { + "System.ComponentModel/4.0.1-beta-23504": { "type": "package", "serviceable": true, - "sha512": "wMPCLnUTJ6v3FuAkQnkx7R0HRfGEyoaf3y9jBeZm/oJhBPU6D6ZIFsvHI3TlC2BoqefWf5peWF8ijhu+AhpKUA==", + "sha512": "kdiCEzPhbAEBuOagqpCBX+JeAaTMsbx4PjOz0HYZrRS8LKe5pdmx+7Jqv+InDTQ7O84K6dUfoWYHdvo8npkhJw==", "files": [ "lib/dotnet5.4/System.ComponentModel.dll", "lib/net45/_._", @@ -3317,8 +3314,8 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23426.nupkg", - "System.ComponentModel.4.0.1-beta-23426.nupkg.sha512", + "System.ComponentModel.4.0.1-beta-23504.nupkg", + "System.ComponentModel.4.0.1-beta-23504.nupkg.sha512", "System.ComponentModel.nuspec" ] }, @@ -3354,42 +3351,42 @@ "System.ComponentModel.EventBasedAsync.nuspec" ] }, - "System.Console/4.0.0-beta-23426": { + "System.Console/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "ptXt3GKdm0NveF2zGc25T1b/J4XOc+AELREu3OA6tqixhMZ6c5wWU+pBT1xfY3NHsQJfXTfM/Ud26TSDWpKjfQ==", + "sha512": "ICGw38+F7q2PTxDJJZ+LCpBWt/shqg6ANAPpmFzq0s9xZPlFwN0U5OhyyzeNlSGoSzljwNngCnt6mn5jivFd3g==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Console.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "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/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-beta-23426.nupkg", - "System.Console.4.0.0-beta-23426.nupkg.sha512", + "System.Console.4.0.0-beta-23506.nupkg", + "System.Console.4.0.0-beta-23506.nupkg.sha512", "System.Console.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23426": { + "System.Diagnostics.Debug/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "tfPxNBPKprtd8PBzrdbvYk2qowB6CtZS9NabtS808ZnkmwFngjS+wpzTPjzN3ISZjCrVQorLhXDzOEmUxPg0Kw==", + "sha512": "wuBgKPGpBmyQfl88WA6sqQ+OaOqRBNi4C4XwjVAKuhqJ4y3tgdcpX72vwhyOoPbnnkCiEaIdPaelmNEzQHAnRw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3441,8 +3438,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23426.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg.sha512", "System.Diagnostics.Debug.nuspec" ] }, @@ -3528,10 +3525,10 @@ "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization/4.0.11-beta-23426": { + "System.Globalization/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "7vbfiQ2yc1AyvG0VU1W4B1+GG5rVgVKAtwamsHtH4hXhqjBg31MGPFmsCYVFohsa2zBAWTe+ylEPmObh1DYnvA==", + "sha512": "sLmzDsKcKBv+5ebwnF2lskvJGStfMUI0fDV1p/9EZ6+sPdyBx+UEIHsrzFIRJS+QNENAo319kjH4FXMnau7/CA==", "files": [ "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -3585,8 +3582,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23426.nupkg", - "System.Globalization.4.0.11-beta-23426.nupkg.sha512", + "System.Globalization.4.0.11-beta-23504.nupkg", + "System.Globalization.4.0.11-beta-23504.nupkg.sha512", "System.Globalization.nuspec" ] }, @@ -3623,6 +3620,54 @@ "System.Globalization.Calendars.nuspec" ] }, + "System.IO/4.0.0": { + "type": "package", + "sha512": "MoCHQ0u5n0OMwUS8OX4Gl48qKiQziSW5cXvt82d+MmAcsLq9OL90+ihnu/aJ1h6OOYcBswrZAEuApfZha9w2lg==", + "files": [ + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.IO.xml", + "ref/dotnet/es/System.IO.xml", + "ref/dotnet/fr/System.IO.xml", + "ref/dotnet/it/System.IO.xml", + "ref/dotnet/ja/System.IO.xml", + "ref/dotnet/ko/System.IO.xml", + "ref/dotnet/ru/System.IO.xml", + "ref/dotnet/System.IO.dll", + "ref/dotnet/System.IO.xml", + "ref/dotnet/zh-hans/System.IO.xml", + "ref/dotnet/zh-hant/System.IO.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", + "ref/net45/_._", + "ref/netcore50/de/System.IO.xml", + "ref/netcore50/es/System.IO.xml", + "ref/netcore50/fr/System.IO.xml", + "ref/netcore50/it/System.IO.xml", + "ref/netcore50/ja/System.IO.xml", + "ref/netcore50/ko/System.IO.xml", + "ref/netcore50/ru/System.IO.xml", + "ref/netcore50/System.IO.dll", + "ref/netcore50/System.IO.xml", + "ref/netcore50/zh-hans/System.IO.xml", + "ref/netcore50/zh-hant/System.IO.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.IO.4.0.0.nupkg", + "System.IO.4.0.0.nupkg.sha512", + "System.IO.nuspec" + ] + }, "System.IO/4.0.10": { "type": "package", "serviceable": true, @@ -3762,10 +3807,10 @@ "System.IO.FileSystem.Primitives.nuspec" ] }, - "System.Linq/4.0.1-beta-23426": { + "System.Linq/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "tqblL/wAvLnCg0lTG9QdXkyQlVBQin1CPy4KalWvqAUMJJQC+I6RFcaXq/Jj4PJh3H/drO/O40DF0d5SOrEKYQ==", + "sha512": "ZhPwMcoHe7riRgHE8IDEIg7LllpM8C4OkYlH+po7fKDehqOa9WXS60h+BaXHLYy0L8OlSrMy1Z/2XKl9HZh9rg==", "files": [ "lib/dotnet5.4/System.Linq.dll", "lib/net45/_._", @@ -3799,21 +3844,19 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23426.nupkg", - "System.Linq.4.0.1-beta-23426.nupkg.sha512", + "System.Linq.4.0.1-beta-23506.nupkg", + "System.Linq.4.0.1-beta-23506.nupkg.sha512", "System.Linq.nuspec" ] }, - "System.Linq.Expressions/4.0.11-beta-23426": { + "System.Linq.Expressions/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "6FPYCIblZrrO6NtSRryH7wjVXUxeRD2Brd28C79A8h1sPyCBK8DSSTIl95uENHI+RgR6lRwipWXPQPu51k1F+A==", + "sha512": "lT0MxBix8IwHFGSV1Myr+fk0G3S4WZWAzJo7hXkEmFtVliZpji+yv3lG8bATvbgUszfZBpfJtxNBnxCY0+dkpQ==", "files": [ - "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Linq.Expressions.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", @@ -3861,16 +3904,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "runtimes/win8-aot/lib/netcore50/System.Linq.Expressions.dll", - "System.Linq.Expressions.4.0.11-beta-23426.nupkg", - "System.Linq.Expressions.4.0.11-beta-23426.nupkg.sha512", + "System.Linq.Expressions.4.0.11-beta-23504.nupkg", + "System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", "System.Linq.Expressions.nuspec" ] }, - "System.Net.Http/4.0.1-beta-23426": { + "System.Net.Http/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "Dqyy5F84bFLUpuCt9IvvseZtIxKk4tU9IAO9ginZDBLP4kGOddc6+If2b9o9jG38GHlETAWQ6MCN7ffLXtkxfw==", + "sha512": "Pc1jf2qxpg6P0u39217TFLsl8TCTUiUu1JLzAznvfdVl+VDWA/egJZQ2CIs9OKpDqlkZ0yIXi+T4EdtqXO9i/A==", "files": [ "lib/net45/_._", "lib/win8/_._", @@ -3901,8 +3943,8 @@ "ref/win8/_._", "ref/wpa81/_._", "runtime.json", - "System.Net.Http.4.0.1-beta-23426.nupkg", - "System.Net.Http.4.0.1-beta-23426.nupkg.sha512", + "System.Net.Http.4.0.1-beta-23506.nupkg", + "System.Net.Http.4.0.1-beta-23506.nupkg.sha512", "System.Net.Http.nuspec" ] }, @@ -3939,9 +3981,9 @@ "System.Net.Primitives.nuspec" ] }, - "System.Net.Security/4.0.0-beta-23426": { + "System.Net.Security/4.0.0-beta-23506": { "type": "package", - "sha512": "I8z5sGi6U6gKSHL2Ia2286g+o29tTrtlzDRBbslpbXk7MA3lec24UM9F5rzQ94hEZGQBhvAY+ecz7tIWTmlV4w==", + "sha512": "yJM6z+NWl0PFZiSBipJqhdM/NZluIz+5CXOaVClK7cqjghvhyJW5iqdGuxTmS0+OTH9Fy9IvSt0UlkW0s/UXsg==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3965,15 +4007,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Security.4.0.0-beta-23426.nupkg", - "System.Net.Security.4.0.0-beta-23426.nupkg.sha512", + "System.Net.Security.4.0.0-beta-23506.nupkg", + "System.Net.Security.4.0.0-beta-23506.nupkg.sha512", "System.Net.Security.nuspec" ] }, - "System.Net.Sockets/4.1.0-beta-23426": { + "System.Net.Sockets/4.1.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "KMHkmRs9w+t6ONPJR/Cy4PZUR4TIjAAafI7SpR0Xw+Qn60xitxLWVJZNsNfZNSn9KuUxCZiMDazT2ot9XLvmhg==", + "sha512": "RP0imKisSL3uPjVANlhbnokANTQ+k9h22x5sWQGVEQIzyU2GKJn85Ps/CtpJVCPz/Rqrv9gGSQiO0MBIw4RC1A==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3991,25 +4033,14 @@ "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.Net.Sockets.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Sockets.4.1.0-beta-23426.nupkg", - "System.Net.Sockets.4.1.0-beta-23426.nupkg.sha512", + "System.Net.Sockets.4.1.0-beta-23506.nupkg", + "System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", "System.Net.Sockets.nuspec" ] }, @@ -4059,29 +4090,29 @@ "System.Private.Networking.nuspec" ] }, - "System.Private.Networking/4.0.1-beta-23426": { + "System.Private.Networking/4.0.1-beta-23506": { "type": "package", "serviceable": true, - "sha512": "51shvGy/yJuMgnLbj78zZIZl0U6WNmPjE+W04zbfS0lmbmVnn0Iwk2Ub9kYxlMD4WufNRKnhhYcdvxGLrJz7YA==", + "sha512": "9/+BZfDoVMhoYg+3pazJKGtNn986GK+t0qy/SPJ9GgIzG6SYfxcX/rc9HI7hvOgbXXiLsmOm7njs9ZqXX3BTSw==", "files": [ "lib/DNXCore50/System.Private.Networking.dll", "lib/netcore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23426.nupkg", - "System.Private.Networking.4.0.1-beta-23426.nupkg.sha512", + "System.Private.Networking.4.0.1-beta-23506.nupkg", + "System.Private.Networking.4.0.1-beta-23506.nupkg.sha512", "System.Private.Networking.nuspec" ] }, - "System.Private.Uri/4.0.1-beta-23426": { + "System.Private.Uri/4.0.1-beta-23506": { "type": "package", - "sha512": "IuDsAlkosJRbB/V0LPHjigFy6fz2xtytiTcbMIEG3boV7i3ncdihf5hQGG0enldQoVpIdaaXM9XgzMjF2hq6Pw==", + "sha512": "t9xN9sH13VPi9PEJ/94WvJQla1qC82t5tChrJv8/Fcahi0X5uoOdxLCnD4uE03dokPJyUytY6otN9COup6rIBA==", "files": [ "ref/dnxcore50/_._", "ref/netcore50/_._", "runtime.json", - "System.Private.Uri.4.0.1-beta-23426.nupkg", - "System.Private.Uri.4.0.1-beta-23426.nupkg.sha512", + "System.Private.Uri.4.0.1-beta-23506.nupkg", + "System.Private.Uri.4.0.1-beta-23506.nupkg.sha512", "System.Private.Uri.nuspec" ] }, @@ -4291,10 +4322,10 @@ "System.Reflection.TypeExtensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23426": { + "System.Resources.ResourceManager/4.0.1-beta-23504": { "type": "package", "serviceable": true, - "sha512": "bECMiHg+xZIDdg/Ol5FhVWm6gUFYQ+UOPehwUh+JmtGGJOXw+R+5oK6AXPlGeaDWAXVZ1TpuZhGWgkscxzFfMA==", + "sha512": "MOkuSppn4WwFJmfjqdLI+yfmmk5VT42qlTbKbQZFBy4Fp/ZoYb+jvhI43pce013KBmPSe0dGEXIGr69K5vFuUw==", "files": [ "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", @@ -4329,15 +4360,15 @@ "ref/wp80/_._", "ref/wpa81/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23426.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg.sha512", "System.Resources.ResourceManager.nuspec" ] }, - "System.Runtime/4.0.21-beta-23426": { + "System.Runtime/4.0.21-beta-23506": { "type": "package", "serviceable": true, - "sha512": "PIHg4SMp+RHBKefekONfZOWA8WaH2Aq0OVjb2B8aN9ZGI+dDxHTK9ojq5anDBQmv3ybOuPZmWW9B8iILJnu5WA==", + "sha512": "m0emcn0QKtlzjM/F1DCYm4aZOT+MT6gJqU6rcC/suE0QxuVdxSLDbeWM8S7SgIDb047HIMbaOUOP+pCkbS25Rw==", "files": [ "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -4402,8 +4433,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23426.nupkg", - "System.Runtime.4.0.21-beta-23426.nupkg.sha512", + "System.Runtime.4.0.21-beta-23506.nupkg", + "System.Runtime.4.0.21-beta-23506.nupkg.sha512", "System.Runtime.nuspec" ] }, @@ -4572,46 +4603,46 @@ "System.Security.Claims.nuspec" ] }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23426": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "Bkz/OTsBcY+LnXIcVn9ft2ug7PEoN/uBvKI7SL7Q6GMmeZY7uANwXuV8Na44Hnojl08R+NJn1CX1/QJfjD3ZWA==", + "sha512": "Oc6fG3adDwQqx+xi9oVdxJCaXOJwA8Smph8ADOCUK5Z8NYhTOHB/WOSdJWvnozFoyBWLhHW8FGc88fL2lCKTFw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Algorithms.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", + "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Algorithms.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Algorithms.nuspec" ] }, - "System.Security.Cryptography.Cng/4.0.0-beta-23426": { + "System.Security.Cryptography.Cng/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "SpaVxOxPbBVgq5jcDV/KVymIjOQZWWWSc7BV5A5d7QhWPRbxDxkm9EJUtdm5ThtkmXtE6olNKzHMnstoAhOZkg==", + "sha512": "fNittx7X00uUpEA7DSycxRiLADKbKfwUrGwCIRXQwLLG/v4Qr9lwYPUOuazoCy8pjfiSfIdhPGCar/J2J0gXpA==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", "lib/net46/System.Security.Cryptography.Cng.dll", - "ref/dotnet5.2/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-beta-23426.nupkg", - "System.Security.Cryptography.Cng.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Cng.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-beta-23426": { + "System.Security.Cryptography.Csp/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "7nayoTOSDXaccR4+e4dsJvEjD+8BYJaPUso9g9hXb3JhEV7EbAtmuyoR+GoGojTPXniUzPdY/ua3GiqOlN22mA==", + "sha512": "TpqVfCEnVXNRYfMOJcHUGXuTrDXHERsd0h0h+N8DrC5x71Z0vD+uo2L/bqRU58MMMZbNrrGKX6VfIKQzq7UHWQ==", "files": [ "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", @@ -4619,53 +4650,53 @@ "lib/net46/System.Security.Cryptography.Csp.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Csp.dll", + "ref/dotnet5.4/System.Security.Cryptography.Csp.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Csp.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Csp.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23426": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "t+RS5LbEFV+wCC2otgYzkqk7B1ygBBAgDhSo2Xms3jhVwsqlMg9SZmNUJANmSRpeCA4x+pcCL/bCCUQe5l+XJw==", + "sha512": "mxbJvzqlJg5E5Uc1QA0B8hPSi011wDxHZ6yHWH1LFLU8lW5HE+CTuhJvo91QCfma9cidhERom/90OgZHe/p7mw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Encoding.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/de/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/es/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/fr/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/it/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/ja/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/ko/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/ru/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll", - "ref/dotnet5.1/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/zh-hans/System.Security.Cryptography.Encoding.xml", - "ref/dotnet5.1/zh-hant/System.Security.Cryptography.Encoding.xml", + "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/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23426": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "jIqEbHzpHuNJc/9SDSrLwDQNJ0IP8zZCnYOx0Ol1Ifj4dBg3kfbwuvLWjUiwf9mt23/4qXW+0TTwiEvGsa7J/A==", + "sha512": "53QKTzQIXvUzkcLyCqYLIGxXfVy3JRjDJWwih2rl61wGhusaY6nn8tu3IV9rYsIkFGpdOhScUjW93N7ADu4YjQ==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", @@ -4673,21 +4704,21 @@ "lib/net46/System.Security.Cryptography.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", + "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.Primitives.nuspec" ] }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23426": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "WlcFdUtOgD5uR8e2U4orvcR1Pf6Ty7q65WcsWrqshck6IOtWlthNXvidKmz1jZILbjaLfOqXuyH759srLrgWgA==", + "sha512": "q89O276lHrUiDX5GavkT3LnHsLuWr+ViWrGzreWHL4Xr4q9bN/8Yz5XVvNAhNXpXp0YOCV2U5mfmFpNdcgfwNA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4711,8 +4742,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec" ] }, @@ -4749,10 +4780,10 @@ "System.Security.Principal.nuspec" ] }, - "System.Security.Principal.Windows/4.0.0-beta-23426": { + "System.Security.Principal.Windows/4.0.0-beta-23506": { "type": "package", "serviceable": true, - "sha512": "skycYzkglUKYFK8vrA8lOAHemJTMG8K+j1X8BrOWPhdFtaPRN+n0sSntTo4WZBbf0L6I2BrRHbgQPwcGCMJ4RA==", + "sha512": "7OXeP881m1GbK/HvBArocQvtW2R6ctRrpzhsBan3uQ3OssMgjjWXuHhYbP//4tLHTOR3lDQYL9Jtgow7Mlov9A==", "files": [ "lib/DNXCore50/System.Security.Principal.Windows.dll", "lib/net46/System.Security.Principal.Windows.dll", @@ -4768,8 +4799,8 @@ "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-beta-23426.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23426.nupkg.sha512", + "System.Security.Principal.Windows.4.0.0-beta-23506.nupkg", + "System.Security.Principal.Windows.4.0.0-beta-23506.nupkg.sha512", "System.Security.Principal.Windows.nuspec" ] }, @@ -4839,10 +4870,10 @@ "System.Text.Encoding.Extensions.nuspec" ] }, - "System.Threading/4.0.11-beta-23426": { + "System.Threading/4.0.11-beta-23506": { "type": "package", "serviceable": true, - "sha512": "GzAlvPWs48oCVsndoHgnsd/N+fohDI0bWvQqn/eQ51HUoB3muKhK8eqxViLxBvwlaL4/HmVTS3BqsYbfs9Vqzw==", + "sha512": "eMzPImjfV66F1GQ7nkZGP51bUg5EEd93DY02mE703xx6IHUaecuj62iGx8mDuUXx47nd1Yy1lM4IeyC/8Jm/Sw==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4894,8 +4925,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Threading.4.0.11-beta-23426.nupkg", - "System.Threading.4.0.11-beta-23426.nupkg.sha512", + "System.Threading.4.0.11-beta-23506.nupkg", + "System.Threading.4.0.11-beta-23506.nupkg.sha512", "System.Threading.nuspec" ] }, @@ -4924,10 +4955,10 @@ "System.Threading.Overlapped.nuspec" ] }, - "System.Threading.Tasks/4.0.11-beta-23426": { + "System.Threading.Tasks/4.0.11-beta-23504": { "type": "package", "serviceable": true, - "sha512": "mXZuVICIdFSjyxeuK2/wYOZRmnv/34Fkhm+Ubs7nvU3MZHJMBVb8U7NAuOxXFYL5h+H7glVZAMe6qzZyYrt2ug==", + "sha512": "4GDxeC8aOFF6r49Y0aLgPa3chmtieP+SqrFj7N+h58h+Wn3beAZhzFqvR9hEeJ918zNur/W78uuMho0UUTqLtw==", "files": [ "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -4981,15 +5012,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23426.nupkg", - "System.Threading.Tasks.4.0.11-beta-23426.nupkg.sha512", + "System.Threading.Tasks.4.0.11-beta-23504.nupkg", + "System.Threading.Tasks.4.0.11-beta-23504.nupkg.sha512", "System.Threading.Tasks.nuspec" ] }, - "System.Threading.ThreadPool/4.0.10-beta-23426": { + "System.Threading.ThreadPool/4.0.10-beta-23506": { "type": "package", "serviceable": true, - "sha512": "sf3VLpsQd+ezHSfVp81HJ6Izbb/+ejAEiXOkjDGVyrSxa3UNseZtbVcZP4So2qw2OFUoUnuXTTi4+UvlbeuPIQ==", + "sha512": "yAUdypw226HwTln0KQO+C3zxxOPRnNxG3CE09hrXKS0VOnFRiARFcQZTlOKf70VFUVcU15A1BmJdDBPZ84N7Dw==", "files": [ "lib/DNXCore50/System.Threading.ThreadPool.dll", "lib/MonoAndroid10/_._", @@ -4997,24 +5028,24 @@ "lib/net46/System.Threading.ThreadPool.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.2/de/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/es/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/fr/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/it/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ja/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ko/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/ru/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/System.Threading.ThreadPool.dll", - "ref/dotnet5.2/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/zh-hans/System.Threading.ThreadPool.xml", - "ref/dotnet5.2/zh-hant/System.Threading.ThreadPool.xml", + "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-beta-23426.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23426.nupkg.sha512", + "System.Threading.ThreadPool.4.0.10-beta-23506.nupkg", + "System.Threading.ThreadPool.4.0.10-beta-23506.nupkg.sha512", "System.Threading.ThreadPool.nuspec" ] } From 0d9ffb75166d2f001197143bee1ba19347e6bc2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Thu, 19 Nov 2015 10:05:56 +0800 Subject: [PATCH 4/5] RC1 --- NuGet.config | 3 +- .../project.json | 10 +- .../project.lock.json | 1336 +++++----- src/CodeComb.Net.EmailSender/project.json | 29 +- .../project.lock.json | 2367 ++++------------- 5 files changed, 1072 insertions(+), 2673 deletions(-) diff --git a/NuGet.config b/NuGet.config index b4c0b27..a0b399a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,7 +2,6 @@ - - + \ No newline at end of file diff --git a/samples/CodeComb.Net.EmailSender.Sample/project.json b/samples/CodeComb.Net.EmailSender.Sample/project.json index d2c66f3..eb515ad 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/project.json +++ b/samples/CodeComb.Net.EmailSender.Sample/project.json @@ -18,11 +18,11 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.1-beta-23409", - "System.Collections": "4.0.11-beta-23409", - "System.Console": "4.0.0-beta-23409", - "System.Linq": "4.0.1-beta-23409", - "System.Threading": "4.0.11-beta-23409" + "Microsoft.CSharp": "4.0.1-beta-23516", + "System.Collections": "4.0.11-beta-23516", + "System.Console": "4.0.0-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Threading": "4.0.11-beta-23516" } } } diff --git a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json index d474733..fa8c886 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json +++ b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json @@ -3,17 +3,17 @@ "version": 2, "targets": { "DNX,Version=v4.5.1": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": "DNX,Version=v4.5.1", + "framework": ".NETFramework,Version=v4.5.1", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0" + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -28,7 +28,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -45,23 +45,23 @@ } }, "DNXCore,Version=v5.0": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": "DNXCore,Version=v5.0", + "framework": ".NETPlatform,Version=v5.4", "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.Linq": "4.0.1", - "System.Net.Http": "4.0.1", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime": "4.0.21", - "System.Threading": "4.0.11" + "Microsoft.CSharp": "4.0.1-beta-23516", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Console": "4.0.0-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Net.Http": "4.0.1-beta-23516", + "System.Net.Security": "4.0.0-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516" } }, - "Microsoft.CSharp/4.0.1-beta-23409": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -82,20 +82,20 @@ "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet/Microsoft.CSharp.dll": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", - "System.Collections": "4.0.11-beta-23504", - "System.Collections.Concurrent": "4.0.11-beta-23504", - "System.Threading": "4.0.11-beta-23504", - "System.Threading.Tasks": "4.0.11-beta-23504" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -104,16 +104,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23504", - "System.Diagnostics.Debug": "4.0.11-beta-23504", - "System.Globalization": "4.0.11-beta-23504", - "System.Linq": "4.0.1-beta-23504", - "System.Linq.Expressions": "4.0.11-beta-23504", + "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-23504" + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -135,19 +135,19 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "System.Collections/4.0.11-beta-23409": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23409" + "System.Runtime": "4.0.21-beta-23516" }, "compile": { - "ref/dotnet/System.Collections.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -184,7 +184,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -211,17 +211,17 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23409": { + "System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.Console.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -254,7 +254,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -313,7 +313,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23409": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -323,13 +323,13 @@ "System.Runtime.Extensions": "4.0.10" }, "compile": { - "ref/dotnet/System.Linq.dll": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/dotnet/System.Linq.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", @@ -339,7 +339,7 @@ "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -364,20 +364,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -386,7 +386,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": { @@ -435,7 +435,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23506": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -493,7 +493,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -507,10 +507,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23506" + "System.Private.Uri": "4.0.1-beta-23516" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -558,27 +558,27 @@ "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -590,19 +590,19 @@ "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.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -633,14 +633,14 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23409": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, "System.Threading.Overlapped/4.0.0": { @@ -656,7 +656,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -670,17 +670,17 @@ } }, "DNX,Version=v4.5.1/win7-x86": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": "DNX,Version=v4.5.1", + "framework": ".NETFramework,Version=v4.5.1", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0" + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -695,7 +695,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -712,17 +712,17 @@ } }, "DNX,Version=v4.5.1/win7-x64": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": "DNX,Version=v4.5.1", + "framework": ".NETFramework,Version=v4.5.1", "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0" + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final" } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -737,7 +737,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -754,23 +754,23 @@ } }, "DNXCore,Version=v5.0/win7-x86": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": "DNXCore,Version=v5.0", + "framework": ".NETPlatform,Version=v5.4", "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.Linq": "4.0.1", - "System.Net.Http": "4.0.1", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime": "4.0.21", - "System.Threading": "4.0.11" + "Microsoft.CSharp": "4.0.1-beta-23516", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Console": "4.0.0-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Net.Http": "4.0.1-beta-23516", + "System.Net.Security": "4.0.0-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516" } }, - "Microsoft.CSharp/4.0.1-beta-23409": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -791,20 +791,20 @@ "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet/Microsoft.CSharp.dll": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", - "System.Collections": "4.0.11-beta-23504", - "System.Collections.Concurrent": "4.0.11-beta-23504", - "System.Threading": "4.0.11-beta-23504", - "System.Threading.Tasks": "4.0.11-beta-23504" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -813,16 +813,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23504", - "System.Diagnostics.Debug": "4.0.11-beta-23504", - "System.Globalization": "4.0.11-beta-23504", - "System.Linq": "4.0.1-beta-23504", - "System.Linq.Expressions": "4.0.11-beta-23504", + "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-23504" + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -844,7 +844,7 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -872,7 +872,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23409": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -889,10 +889,10 @@ "ref/dotnet/_._": {} }, "runtime": { - "runtimes/win7/lib/dotnet/System.Console.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -901,7 +901,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23506": { + "runtime.win7.System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -916,7 +916,7 @@ "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-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -928,10 +928,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23506": { + "runtime.win7.System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506" + "System.Private.Networking": "4.0.1-beta-23516" }, "compile": { "ref/dotnet/_._": {} @@ -940,10 +940,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506", + "System.Private.Networking": "4.0.1-beta-23516", "System.Runtime": "4.0.20" }, "compile": { @@ -953,7 +953,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -962,7 +962,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -970,7 +970,7 @@ "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-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -981,7 +981,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -993,7 +993,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { "ref/dotnet/_._": {} @@ -1002,7 +1002,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1016,11 +1016,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Cng": "4.0.0-beta-23506", - "System.Security.Cryptography.Csp": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Cng": "4.0.0-beta-23516", + "System.Security.Cryptography.Csp": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1031,7 +1031,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23409": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1040,19 +1040,19 @@ "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23409": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23409" + "System.Runtime": "4.0.21-beta-23516" }, "compile": { - "ref/dotnet/System.Collections.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1089,7 +1089,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -1116,17 +1116,17 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23409": { + "System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.Console.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1159,7 +1159,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1254,7 +1254,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23409": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1264,13 +1264,13 @@ "System.Runtime.Extensions": "4.0.10" }, "compile": { - "ref/dotnet/System.Linq.dll": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/dotnet/System.Linq.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", @@ -1280,7 +1280,7 @@ "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1305,20 +1305,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1327,7 +1327,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": { @@ -1346,7 +1346,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23506": { + "System.Private.Networking/4.0.1-beta-23516": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1365,14 +1365,11 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23506", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23506" + "System.Threading.Tasks": "4.0.10" }, "compile": { "ref/dnxcore50/_._": {} @@ -1381,7 +1378,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23506": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -1484,7 +1481,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -1498,10 +1495,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23506" + "System.Private.Uri": "4.0.1-beta-23516" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -1564,37 +1561,18 @@ "lib/dotnet/System.Runtime.Numerics.dll": {} } }, - "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.0", - "System.Security.Principal": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Claims.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23506": { + "System.Security.Cryptography.Cng/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1603,18 +1581,18 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23506": { + "System.Security.Cryptography.Csp/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1624,29 +1602,29 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} }, "runtime": { "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -1658,19 +1636,19 @@ "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.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -1688,29 +1666,6 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23506": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", - "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.10": { "type": "package", "dependencies": { @@ -1736,14 +1691,14 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23409": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, "System.Threading.Overlapped/4.0.0": { @@ -1759,7 +1714,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1770,39 +1725,26 @@ "runtime": { "lib/DNXCore50/System.Threading.Tasks.dll": {} } - }, - "System.Threading.ThreadPool/4.0.10-beta-23506": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } } }, "DNXCore,Version=v5.0/win7-x64": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": "DNXCore,Version=v5.0", + "framework": ".NETPlatform,Version=v5.4", "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.DependencyInjection": "1.0.0", - "System.Collections": "4.0.11", - "System.Console": "4.0.0", - "System.Linq": "4.0.1", - "System.Net.Http": "4.0.1", - "System.Net.Security": "4.0.0", - "System.Net.Sockets": "4.1.0", - "System.Runtime": "4.0.21", - "System.Threading": "4.0.11" + "Microsoft.CSharp": "4.0.1-beta-23516", + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Console": "4.0.0-beta-23516", + "System.Linq": "4.0.1-beta-23516", + "System.Net.Http": "4.0.1-beta-23516", + "System.Net.Security": "4.0.0-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Runtime": "4.0.21-beta-23516", + "System.Threading": "4.0.11-beta-23516" } }, - "Microsoft.CSharp/4.0.1-beta-23409": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1823,20 +1765,20 @@ "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet/Microsoft.CSharp.dll": {} + "ref/dotnet5.1/Microsoft.CSharp.dll": {} }, "runtime": { - "lib/dotnet/Microsoft.CSharp.dll": {} + "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", - "System.Collections": "4.0.11-beta-23504", - "System.Collections.Concurrent": "4.0.11-beta-23504", - "System.Threading": "4.0.11-beta-23504", - "System.Threading.Tasks": "4.0.11-beta-23504" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -1845,16 +1787,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23504", - "System.Diagnostics.Debug": "4.0.11-beta-23504", - "System.Globalization": "4.0.11-beta-23504", - "System.Linq": "4.0.1-beta-23504", - "System.Linq.Expressions": "4.0.11-beta-23504", + "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-23504" + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -1876,7 +1818,7 @@ "lib/dotnet/Microsoft.Win32.Primitives.dll": {} } }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1904,7 +1846,7 @@ "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23409": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1921,10 +1863,10 @@ "ref/dotnet/_._": {} }, "runtime": { - "runtimes/win7/lib/dotnet/System.Console.dll": {} + "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1933,7 +1875,7 @@ "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} } }, - "runtime.win7.System.Net.Http/4.0.1-beta-23506": { + "runtime.win7.System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -1948,7 +1890,7 @@ "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-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.10" @@ -1960,10 +1902,10 @@ "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23506": { + "runtime.win7.System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506" + "System.Private.Networking": "4.0.1-beta-23516" }, "compile": { "ref/dotnet/_._": {} @@ -1972,10 +1914,10 @@ "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506", + "System.Private.Networking": "4.0.1-beta-23516", "System.Runtime": "4.0.20" }, "compile": { @@ -1985,7 +1927,7 @@ "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -1994,7 +1936,7 @@ "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2002,7 +1944,7 @@ "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-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -2013,7 +1955,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2025,7 +1967,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { "ref/dotnet/_._": {} @@ -2034,7 +1976,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2048,11 +1990,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Cng": "4.0.0-beta-23506", - "System.Security.Cryptography.Csp": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Cng": "4.0.0-beta-23516", + "System.Security.Cryptography.Csp": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2063,7 +2005,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23409": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} @@ -2072,19 +2014,19 @@ "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23409": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23409" + "System.Runtime": "4.0.21-beta-23516" }, "compile": { - "ref/dotnet/System.Collections.dll": {} + "ref/dotnet5.4/System.Collections.dll": {} }, "runtime": { "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2121,7 +2063,7 @@ "lib/dotnet/System.Collections.NonGeneric.dll": {} } }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -2148,17 +2090,17 @@ "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} } }, - "System.Console/4.0.0-beta-23409": { + "System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.Console.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2191,7 +2133,7 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2286,7 +2228,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23409": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2296,13 +2238,13 @@ "System.Runtime.Extensions": "4.0.10" }, "compile": { - "ref/dotnet/System.Linq.dll": {} + "ref/dotnet5.1/System.Linq.dll": {} }, "runtime": { - "lib/dotnet/System.Linq.dll": {} + "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", @@ -2312,7 +2254,7 @@ "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2337,20 +2279,20 @@ "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2359,7 +2301,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": { @@ -2378,7 +2320,7 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23506": { + "System.Private.Networking/4.0.1-beta-23516": { "type": "package", "dependencies": { "Microsoft.Win32.Primitives": "4.0.0", @@ -2397,14 +2339,11 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23506", "System.Threading": "4.0.10", "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23506" + "System.Threading.Tasks": "4.0.10" }, "compile": { "ref/dnxcore50/_._": {} @@ -2413,7 +2352,7 @@ "lib/DNXCore50/System.Private.Networking.dll": {} } }, - "System.Private.Uri/4.0.1-beta-23506": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", "compile": { "ref/dnxcore50/_._": {} @@ -2516,7 +2455,7 @@ "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -2530,10 +2469,10 @@ "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "dependencies": { - "System.Private.Uri": "4.0.1-beta-23506" + "System.Private.Uri": "4.0.1-beta-23516" }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} @@ -2596,37 +2535,18 @@ "lib/dotnet/System.Runtime.Numerics.dll": {} } }, - "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.0", - "System.Security.Principal": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Claims.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23506": { + "System.Security.Cryptography.Cng/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2635,18 +2555,18 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23506": { + "System.Security.Cryptography.Csp/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2656,29 +2576,29 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} }, "runtime": { "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -2690,19 +2610,19 @@ "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.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} @@ -2720,29 +2640,6 @@ "lib/dotnet/System.Security.Principal.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23506": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", - "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.10": { "type": "package", "dependencies": { @@ -2768,14 +2665,14 @@ "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23409": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet/System.Threading.dll": {} + "ref/dotnet5.4/System.Threading.dll": {} } }, "System.Threading.Overlapped/4.0.0": { @@ -2791,7 +2688,7 @@ "lib/DNXCore50/System.Threading.Overlapped.dll": {} } }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2802,61 +2699,57 @@ "runtime": { "lib/DNXCore50/System.Threading.Tasks.dll": {} } - }, - "System.Threading.ThreadPool/4.0.10-beta-23506": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} - } } } }, "libraries": { - "CodeComb.Net.EmailSender/2.0.0-t151108090358": { + "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", "path": "../../src/CodeComb.Net.EmailSender/project.json" }, - "Microsoft.CSharp/4.0.1-beta-23409": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "GGOOJF47WzXZoka0JHCToQxzSguIy1UeXZywUjA1NPqvKAWVwbSbZ2VxyeIL3jyTV1BHEbBX8FPL6vweUON2aw==", + "sha512": "fb+HO3nIjHao9lqsVVM0ne3GM/+1EfRQUoM58cxEOt+5biy/8DQ1nxIahZ9VaJKw7Wgb6XhRhsdwg8DkePEOJA==", "files": [ - "lib/dotnet/de/Microsoft.CSharp.xml", - "lib/dotnet/es/Microsoft.CSharp.xml", - "lib/dotnet/fr/Microsoft.CSharp.xml", - "lib/dotnet/it/Microsoft.CSharp.xml", - "lib/dotnet/ja/Microsoft.CSharp.xml", - "lib/dotnet/ko/Microsoft.CSharp.xml", - "lib/dotnet/Microsoft.CSharp.dll", - "lib/dotnet/Microsoft.CSharp.xml", - "lib/dotnet/ru/Microsoft.CSharp.xml", - "lib/dotnet/zh-hans/Microsoft.CSharp.xml", - "lib/dotnet/zh-hant/Microsoft.CSharp.xml", + "lib/dotnet5.4/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net45/_._", "lib/netcore50/Microsoft.CSharp.dll", - "lib/netcore50/Microsoft.CSharp.xml", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23409.nupkg", - "Microsoft.CSharp.4.0.1-beta-23409.nupkg.sha512", + "Microsoft.CSharp.4.0.1-beta-23516.nupkg", + "Microsoft.CSharp.4.0.1-beta-23516.nupkg.sha512", "Microsoft.CSharp.nuspec", - "ref/dotnet/Microsoft.CSharp.dll", + "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/_._", @@ -2864,10 +2757,10 @@ "ref/xamarinmac20/_._" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "j/xfsdFHUhaL9eh9NKcYUyNcPQWGrUtHN9uxxWDpfwMUCzNrCbC16FR+S7hs5vEqsnS1bLazl3aKMjlRDKwk3w==", + "sha512": "S/+s3fq85j21H5nYOvh1fIt1arl8F5lZ7Ryiw/qend83yHQwIQbBs+dip9FhqiPmAn6Dz3UhW0likQQurfEsLQ==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", @@ -2875,15 +2768,15 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.xml", "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "iEG19wazGZOVwXXOt6Qle+o1Y8LXzs8hVBktkMSXPfrO8WlccC8rTCCfsfL5hj5HOKVZ7gJvDNbOVDLzK1bvlw==", + "sha512": "MUKexXAsRZ55C7YZ26ShePZgBeW+6FbasxeIVmZ/BZIgiG4uw6yPOdfl9WvTaUL9SFK2sEPcYLatWmLfTpsOAA==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", @@ -2891,8 +2784,8 @@ "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-rc2-15785.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-15785.nupkg.sha512", + "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" ] }, @@ -2928,10 +2821,10 @@ "ref/xamarinmac20/_._" ] }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "c3Usq1EzjBFAPvhNGd31D02QJn57SmxX+PLgSFy24GZLgCHxZeVpx1bQKJMm4Y4T7EbDxyFwlNU2ih7ZntD2Jw==", + "sha512": "4sPxQCjllMJ1uZNlwz/EataPyHSH+AqSDlOIPPqcy/88R2B+abfhPPC78rd7gvHp8KmMX4qbJF6lcCeDIQpmVg==", "files": [ "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", @@ -2944,232 +2837,211 @@ "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "ref/dotnet/_._", - "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg", - "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", + "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-23409": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "bVJW2cR1zoojRsJ/Zd4ETI/VCrn/9knetNYRR2Q4ktorU9a52F/8rQ7S3HeK04jMDBERGsjDc7Rj9u1GBSvU/w==", + "sha512": "pfQrTtnYcWOtI3RrpqjAzwT3I55ivTVZFpbKYG59dYTTvaLFGbs2njc/mrXHij6GylyJ2YjekS/9r6I8X3LV1A==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Console.4.0.0-beta-23409.nupkg", - "runtime.win7.System.Console.4.0.0-beta-23409.nupkg.sha512", + "runtime.win7.System.Console.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/dotnet/de/System.Console.xml", - "runtimes/win7/lib/dotnet/es/System.Console.xml", - "runtimes/win7/lib/dotnet/fr/System.Console.xml", - "runtimes/win7/lib/dotnet/it/System.Console.xml", - "runtimes/win7/lib/dotnet/ja/System.Console.xml", - "runtimes/win7/lib/dotnet/ko/System.Console.xml", - "runtimes/win7/lib/dotnet/ru/System.Console.xml", - "runtimes/win7/lib/dotnet/System.Console.dll", - "runtimes/win7/lib/dotnet/System.Console.xml", - "runtimes/win7/lib/dotnet/zh-hans/System.Console.xml", - "runtimes/win7/lib/dotnet/zh-hant/System.Console.xml" + "runtimes/win7/lib/dotnet5.4/System.Console.dll", + "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "P6YWygBJDmkJYPU4cfHuHzR8P78RI3JeIPrhfwrN621XKw7kDfC6ats1/SG2qDQ8yhRVdxBhA9lY+AVrFnPZlA==", + "sha512": "TxSgeP23B6bPfE0QFX8u4/1p1jP6Ugn993npTRf3e9F3y61BIQeCkt5Im0gGdjz0dxioHkuTr+C2m4ELsMos8Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.nupkg.sha512", + "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" ] }, - "runtime.win7.System.Net.Http/4.0.1-beta-23506": { + "runtime.win7.System.Net.Http/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "v/4SaIYYU1gJ/8ahqWp/jyRfjqFJbzWmG93P3Hqm3BsvNUQu0Ug/CZFbh0gWYVdCSiHW5ZA9Oy7RMP4orazkkQ==", + "sha512": "bCVvitLtx/FGp/F14Yvq6Zkb05n6dwRleYNCSAnnX8YpNTKuKYpBJhEpMBUaOjalsM4lqMfE/kd99LtbZRHaiw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg", - "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg.sha512", + "runtime.win7.System.Net.Http.4.0.1-beta-23516.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23516.nupkg.sha512", "runtime.win7.System.Net.Http.nuspec", "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", "runtimes/win7/lib/netcore50/System.Net.Http.dll" ] }, - "runtime.win7.System.Net.Security/4.0.0-beta-23506": { + "runtime.win7.System.Net.Security/4.0.0-beta-23516": { "type": "package", - "sha512": "jggWnbqjazYLwD1p9FuN4yoadPOzdVT2DMmCYNOe1yfY6eMmFq0HI9yvKOJfFCaF8aj/1uojtwjzHskWJ0mRIg==", + "sha512": "DX3Tj1q8FHzQRM/UJOxT0FlITBtFIXbKtKhtTtg3V4wNnuIHEb4/fhik3Q+SRfhDt8cOplMoZGr5oi0uJpDdSQ==", "files": [ "lib/DNXCore50/System.Net.Security.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg.sha512", + "runtime.win7.System.Net.Security.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23516.nupkg.sha512", "runtime.win7.System.Net.Security.nuspec" ] }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Pg/JxHu7lRT0yKYYe9bRvNpZck3WApLcsYwQNX3VJA5IoDCV4ChH/2OeXk/lkVYlKtyvqPU1aw/CWzplQ7uRGA==", + "sha512": "4FbyzvLhWFFv3OrgkPmd3cXoKUb+oB+rp51ke6nMqR+MjN3sWs/w3C0Jbx84UM6zg9a3JiD72ThjgDnet3QS3w==", "files": [ "lib/DNXCore50/System.Net.Sockets.dll", "lib/netcore50/System.Net.Sockets.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", + "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/_._" ] }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23409": { + "runtime.win7.System.Private.Uri/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "9mcAednoAbDrL5t/GBPYFCfrxYaGxfvpkSkAt3LWQeCH0rp4PlJpOQNtIALcyCfG4lD+z0YBAXEQsZmMVs6C+Q==", + "sha512": "HphDhue34J/4+1rIMtInY1FWK1oLEMpxIpxGeNnhIlQf7hv5QDf05aWEC6180qbgkPBCFwyGnwWRBnONApwbBQ==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23409.nupkg.sha512", + "runtime.win7.System.Private.Uri.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.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "5Pjl4j0x/5lvP2D3rgWsXo7RjWuNNzYB6SL4q+nFnrflvrH5xZOwtJ/w1MjsisQn8S5rqOAevtd5j8+Bkhfl+A==", + "sha512": "MRAq2N94D6wKC5UFbUZVWcOz8YpknDj6ttOpF5R3sxBdZJWI6qUngnGdHE2eYAuCerHlLV/0m4WJxoSaQHDNTA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", + "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/_._" ] }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "9RAvACUVI+OenrK2Egww2ziXWnjvoBDyjHgjxv2BQRGVKxiiU70Vgj8fHQltBYork0AoPJ9UyMDSvuoZoI44Hg==", + "sha512": "9afZgu5/BbwC/K82/Y4pmj4ta/xKP01iF847tZbzW6gqW9RX6H0acjLRoWT1JbQgydiUFZ81SRiwlyCbxP0nYw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Encoding.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "DdgW31Cwvdpb8641NHF/d3xpwye1gV3GnwSFM3RcLrf4a6EyEQyGw8j5Pi8YUKyuYa6qkPSV2SAh5gsvmgdhUw==", + "sha512": "vflvBQj1eY1A7DsqqKzWwGvSkdedq7bSNEHrzsuY9K5sxNRiCRFf0jAIwvQPvshx0oHxVya3dR1YYNUFTLd8tg==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.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" ] }, - "runtime.win7.System.Threading/4.0.11-beta-23409": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "KUUz+kNOK8ZEaCDERH/lS8RCVN9ww79xSAjWhs1/7pyN43727Xoh4GGODA0BUV3dAmBMvxMQVgDPwi/Ylvj/YQ==", + "sha512": "paSNXQ5Y6Exu3OpekooyMJFQ8mitn69fGO5Br3XLIfQ1KiMYVmRf+o6dMprC0SpPROVCiCxdUaJx5XkDEVL3uA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg", - "runtime.win7.System.Threading.4.0.11-beta-23409.nupkg.sha512", + "runtime.win7.System.Threading.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/de/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/es/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/fr/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/it/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/ja/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/ko/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/ru/System.Threading.xml", "runtimes/win7/lib/DNXCore50/System.Threading.dll", - "runtimes/win7/lib/DNXCore50/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/zh-hans/System.Threading.xml", - "runtimes/win7/lib/DNXCore50/zh-hant/System.Threading.xml", - "runtimes/win7/lib/netcore50/de/System.Threading.xml", - "runtimes/win7/lib/netcore50/es/System.Threading.xml", - "runtimes/win7/lib/netcore50/fr/System.Threading.xml", - "runtimes/win7/lib/netcore50/it/System.Threading.xml", - "runtimes/win7/lib/netcore50/ja/System.Threading.xml", - "runtimes/win7/lib/netcore50/ko/System.Threading.xml", - "runtimes/win7/lib/netcore50/ru/System.Threading.xml", "runtimes/win7/lib/netcore50/System.Threading.dll", - "runtimes/win7/lib/netcore50/System.Threading.xml", - "runtimes/win7/lib/netcore50/zh-hans/System.Threading.xml", - "runtimes/win7/lib/netcore50/zh-hant/System.Threading.xml", "runtimes/win8-aot/lib/netcore50/System.Threading.dll" ] }, - "System.Collections/4.0.11-beta-23409": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "p32VHfH7pe+EUjGSH+XiNjVn735JZnsvAG5nap5q11s6FjoqZ8bl7HOBM8AQGye/oWbKnSsh3dyKa1K0wbMk2w==", + "sha512": "TDca4OETV0kkXdpkyivMw1/EKKD1Sa/NVAjirw+fA0LZ37jLDYX+KhPPUQxgkvhCe/SVvxETD5Viiudza2k7OQ==", "files": [ - "lib/DNXCore50/de/System.Collections.xml", - "lib/DNXCore50/es/System.Collections.xml", - "lib/DNXCore50/fr/System.Collections.xml", - "lib/DNXCore50/it/System.Collections.xml", - "lib/DNXCore50/ja/System.Collections.xml", - "lib/DNXCore50/ko/System.Collections.xml", - "lib/DNXCore50/ru/System.Collections.xml", "lib/DNXCore50/System.Collections.dll", - "lib/DNXCore50/System.Collections.xml", - "lib/DNXCore50/zh-hans/System.Collections.xml", - "lib/DNXCore50/zh-hant/System.Collections.xml", "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/de/System.Collections.xml", - "lib/netcore50/es/System.Collections.xml", - "lib/netcore50/fr/System.Collections.xml", - "lib/netcore50/it/System.Collections.xml", - "lib/netcore50/ja/System.Collections.xml", - "lib/netcore50/ko/System.Collections.xml", - "lib/netcore50/ru/System.Collections.xml", + "lib/net45/_._", "lib/netcore50/System.Collections.dll", - "lib/netcore50/System.Collections.xml", - "lib/netcore50/zh-hans/System.Collections.xml", - "lib/netcore50/zh-hant/System.Collections.xml", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Collections.dll", + "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/_._", + "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/_._", - "runtimes/win8-aot/lib/netcore50/de/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/es/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/fr/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/it/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/ja/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/ko/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/ru/System.Collections.xml", "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "runtimes/win8-aot/lib/netcore50/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/zh-hans/System.Collections.xml", - "runtimes/win8-aot/lib/netcore50/zh-hant/System.Collections.xml", - "System.Collections.4.0.11-beta-23409.nupkg", - "System.Collections.4.0.11-beta-23409.nupkg.sha512", + "System.Collections.4.0.11-beta-23516.nupkg", + "System.Collections.4.0.11-beta-23516.nupkg.sha512", "System.Collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "49+SVCQp12KxrF7RCyTdRA49d0oOID+JRlNMXB1l6ErQt0mMR517nu/OAix0IjlCPgMkF+aPR4o9buaHQuON9g==", + "sha512": "e4FscEk9ugPXPKEIQFYBS/i+0KAkKf/IEe26fiOnqk8JVZQuCLO3gJmJ+IiVD1TxJjvVmh+tayQuo2svVzZV7g==", "files": [ "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", @@ -3220,8 +3092,8 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23504.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23504.nupkg.sha512", + "System.Collections.Concurrent.4.0.11-beta-23516.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23516.nupkg.sha512", "System.Collections.Concurrent.nuspec" ] }, @@ -3257,10 +3129,10 @@ "System.Collections.NonGeneric.nuspec" ] }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "kdiCEzPhbAEBuOagqpCBX+JeAaTMsbx4PjOz0HYZrRS8LKe5pdmx+7Jqv+InDTQ7O84K6dUfoWYHdvo8npkhJw==", + "sha512": "PdAC1M7yT9EBtLpXICbOtPDpDjYSlV2RXyQ7AiKyBD7mV1DNTIK7tcM1056GIOlMoJDDdxU5Z3otBeAM8v5PAg==", "files": [ "lib/dotnet5.4/System.ComponentModel.dll", "lib/net45/_._", @@ -3294,8 +3166,8 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23504.nupkg", - "System.ComponentModel.4.0.1-beta-23504.nupkg.sha512", + "System.ComponentModel.4.0.1-beta-23516.nupkg", + "System.ComponentModel.4.0.1-beta-23516.nupkg.sha512", "System.ComponentModel.nuspec" ] }, @@ -3331,32 +3203,42 @@ "System.ComponentModel.EventBasedAsync.nuspec" ] }, - "System.Console/4.0.0-beta-23409": { + "System.Console/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "2ErF73lY58t9cDLsPCDlD2o4MX8xFJFllY18tgU/wpoafzWDpCQIxHBCpywgC0HAhFS/jNEv76KJKsTWjRW1jw==", + "sha512": "0YTzoNamTU+6qfZEYtMuGjtkJHB1MEDyFsZ5L/x97GkZO3Bw91uwdPh0DkFwQ6E8KaQTgZAecSXoboUHAcdSLA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Console.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Console.dll", + "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/net46/System.Console.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Console.4.0.0-beta-23409.nupkg", - "System.Console.4.0.0-beta-23409.nupkg.sha512", + "System.Console.4.0.0-beta-23516.nupkg", + "System.Console.4.0.0-beta-23516.nupkg.sha512", "System.Console.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "wuBgKPGpBmyQfl88WA6sqQ+OaOqRBNi4C4XwjVAKuhqJ4y3tgdcpX72vwhyOoPbnnkCiEaIdPaelmNEzQHAnRw==", + "sha512": "wK52HdO2OW7P6hVk/Q9FCnKE9WcTDA3Yio1D8xmeE+6nfOqwWw6d+jVjgn5TSuDghudJK9xq77wseiGa6i7OTQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3408,8 +3290,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg.sha512", "System.Diagnostics.Debug.nuspec" ] }, @@ -3495,10 +3377,10 @@ "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "sLmzDsKcKBv+5ebwnF2lskvJGStfMUI0fDV1p/9EZ6+sPdyBx+UEIHsrzFIRJS+QNENAo319kjH4FXMnau7/CA==", + "sha512": "htoF4cS3WhCkU3HloMj3mz+h2FHnF8Hz0po/26otT5e46LlJ8p7LpFpxckxVviyYg9Fab9gr8aIB0ZDN9Cjpig==", "files": [ "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -3552,8 +3434,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23504.nupkg", - "System.Globalization.4.0.11-beta-23504.nupkg.sha512", + "System.Globalization.4.0.11-beta-23516.nupkg", + "System.Globalization.4.0.11-beta-23516.nupkg.sha512", "System.Globalization.nuspec" ] }, @@ -3777,43 +3659,52 @@ "System.IO.FileSystem.Primitives.nuspec" ] }, - "System.Linq/4.0.1-beta-23409": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "PaualgQ0um/Dw8y3iKD5bUNZ4PoJGfmFgKh3U//0VsCj+IEQH3oeKwvrPIlWr/YHKwwmLz0uvWKPWxGG+u5Oag==", + "sha512": "uNxm2RB+kMeiKnY26iPvOtJLzTzNaAF4A2qqyzev6j8x8w2Dr+gg7LF7BHCwC55N7OirhHrAWUb3C0n4oi9qYw==", "files": [ - "lib/dotnet/de/System.Linq.xml", - "lib/dotnet/es/System.Linq.xml", - "lib/dotnet/fr/System.Linq.xml", - "lib/dotnet/it/System.Linq.xml", - "lib/dotnet/ja/System.Linq.xml", - "lib/dotnet/ko/System.Linq.xml", - "lib/dotnet/ru/System.Linq.xml", - "lib/dotnet/System.Linq.dll", - "lib/dotnet/System.Linq.xml", - "lib/dotnet/zh-hans/System.Linq.xml", - "lib/dotnet/zh-hant/System.Linq.xml", + "lib/dotnet5.4/System.Linq.dll", "lib/net45/_._", "lib/netcore50/System.Linq.dll", - "lib/netcore50/System.Linq.xml", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "ref/dotnet/System.Linq.dll", + "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/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/_._", - "System.Linq.4.0.1-beta-23409.nupkg", - "System.Linq.4.0.1-beta-23409.nupkg.sha512", + "System.Linq.4.0.1-beta-23516.nupkg", + "System.Linq.4.0.1-beta-23516.nupkg.sha512", "System.Linq.nuspec" ] }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "lT0MxBix8IwHFGSV1Myr+fk0G3S4WZWAzJo7hXkEmFtVliZpji+yv3lG8bATvbgUszfZBpfJtxNBnxCY0+dkpQ==", + "sha512": "YEl5oyF5fifLbHHP099cvb/6f2r2h1QVHzoaoINPHOZtpNec+RfqvzETXcYDIdHT7l+bBAYsBuVUkBgfQEoYfQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3865,15 +3756,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Linq.Expressions.4.0.11-beta-23504.nupkg", - "System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", + "System.Linq.Expressions.4.0.11-beta-23516.nupkg", + "System.Linq.Expressions.4.0.11-beta-23516.nupkg.sha512", "System.Linq.Expressions.nuspec" ] }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Pc1jf2qxpg6P0u39217TFLsl8TCTUiUu1JLzAznvfdVl+VDWA/egJZQ2CIs9OKpDqlkZ0yIXi+T4EdtqXO9i/A==", + "sha512": "WbmX0jo84S72GVhRbKtBBUkx2dQ1hzb4TRSLfaiktRh7QKnSP9ctzTxBvXghWQ6GnswBzTHnuc69msImZH5b6A==", "files": [ "lib/net45/_._", "lib/win8/_._", @@ -3904,8 +3795,8 @@ "ref/win8/_._", "ref/wpa81/_._", "runtime.json", - "System.Net.Http.4.0.1-beta-23506.nupkg", - "System.Net.Http.4.0.1-beta-23506.nupkg.sha512", + "System.Net.Http.4.0.1-beta-23516.nupkg", + "System.Net.Http.4.0.1-beta-23516.nupkg.sha512", "System.Net.Http.nuspec" ] }, @@ -3942,9 +3833,9 @@ "System.Net.Primitives.nuspec" ] }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", - "sha512": "yJM6z+NWl0PFZiSBipJqhdM/NZluIz+5CXOaVClK7cqjghvhyJW5iqdGuxTmS0+OTH9Fy9IvSt0UlkW0s/UXsg==", + "sha512": "jL12/w7VLfDeCu5bsexCGLYUe/b+vbYg6qh7P43r7X2Nevtuo5W+zyB/yaQqEDxxGjbOoNmxlEAzeJEGz/GeHQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3968,15 +3859,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Security.4.0.0-beta-23506.nupkg", - "System.Net.Security.4.0.0-beta-23506.nupkg.sha512", + "System.Net.Security.4.0.0-beta-23516.nupkg", + "System.Net.Security.4.0.0-beta-23516.nupkg.sha512", "System.Net.Security.nuspec" ] }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "RP0imKisSL3uPjVANlhbnokANTQ+k9h22x5sWQGVEQIzyU2GKJn85Ps/CtpJVCPz/Rqrv9gGSQiO0MBIw4RC1A==", + "sha512": "Q2D1ew24ZIH4kOE4ZJCrtvNfSSiea3yOeqow2jsgEPJ9Gafu8atlU5EGfXM0LQvtsIeQ9i1YwqdyZQHaL/RySg==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3994,14 +3885,25 @@ "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.Net.Sockets.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Sockets.4.1.0-beta-23506.nupkg", - "System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", + "System.Net.Sockets.4.1.0-beta-23516.nupkg", + "System.Net.Sockets.4.1.0-beta-23516.nupkg.sha512", "System.Net.Sockets.nuspec" ] }, @@ -4051,29 +3953,29 @@ "System.Private.Networking.nuspec" ] }, - "System.Private.Networking/4.0.1-beta-23506": { + "System.Private.Networking/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "9/+BZfDoVMhoYg+3pazJKGtNn986GK+t0qy/SPJ9GgIzG6SYfxcX/rc9HI7hvOgbXXiLsmOm7njs9ZqXX3BTSw==", + "sha512": "YjBc3HcJBVtoeFNe9cY33dyTGME2T7B5mwuh/wBpxuGuvBMBWqrRKWkSOmnUT7ON7/U2SkpVeM5FCeqE3QRMNw==", "files": [ "lib/DNXCore50/System.Private.Networking.dll", "lib/netcore50/System.Private.Networking.dll", "ref/dnxcore50/_._", "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23506.nupkg", - "System.Private.Networking.4.0.1-beta-23506.nupkg.sha512", + "System.Private.Networking.4.0.1-beta-23516.nupkg", + "System.Private.Networking.4.0.1-beta-23516.nupkg.sha512", "System.Private.Networking.nuspec" ] }, - "System.Private.Uri/4.0.1-beta-23506": { + "System.Private.Uri/4.0.1-beta-23516": { "type": "package", - "sha512": "t9xN9sH13VPi9PEJ/94WvJQla1qC82t5tChrJv8/Fcahi0X5uoOdxLCnD4uE03dokPJyUytY6otN9COup6rIBA==", + "sha512": "MG79ArOc8KhfAkjrimI5GFH4tML7XFo+Z1sEQGLPxrBlwfbITwrrNfYb3YoH6CpAlJHc4pcs/gZrUas/pEkTdg==", "files": [ "ref/dnxcore50/_._", "ref/netcore50/_._", "runtime.json", - "System.Private.Uri.4.0.1-beta-23506.nupkg", - "System.Private.Uri.4.0.1-beta-23506.nupkg.sha512", + "System.Private.Uri.4.0.1-beta-23516.nupkg", + "System.Private.Uri.4.0.1-beta-23516.nupkg.sha512", "System.Private.Uri.nuspec" ] }, @@ -4283,10 +4185,10 @@ "System.Reflection.TypeExtensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "MOkuSppn4WwFJmfjqdLI+yfmmk5VT42qlTbKbQZFBy4Fp/ZoYb+jvhI43pce013KBmPSe0dGEXIGr69K5vFuUw==", + "sha512": "d1PiB1k57GP5EJZJKnJ+LgrOQCgHPnn5oySQAy4pL2MpEDDpTyTPKv+q9aRWUA25ICXaHkWJzeTkj898ePteWQ==", "files": [ "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", @@ -4321,15 +4223,15 @@ "ref/wp80/_._", "ref/wpa81/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg.sha512", "System.Resources.ResourceManager.nuspec" ] }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "serviceable": true, - "sha512": "m0emcn0QKtlzjM/F1DCYm4aZOT+MT6gJqU6rcC/suE0QxuVdxSLDbeWM8S7SgIDb047HIMbaOUOP+pCkbS25Rw==", + "sha512": "R174ctQjJnCIVxA2Yzp1v68wfLfPSROZWrbaSBcnEzHAQbOjprBQi37aWdr5y05Pq2J/O7h6SjTsYhVOLdiRYQ==", "files": [ "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -4394,8 +4296,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23506.nupkg", - "System.Runtime.4.0.21-beta-23506.nupkg.sha512", + "System.Runtime.4.0.21-beta-23516.nupkg", + "System.Runtime.4.0.21-beta-23516.nupkg.sha512", "System.Runtime.nuspec" ] }, @@ -4532,78 +4434,46 @@ "System.Runtime.Numerics.nuspec" ] }, - "System.Security.Claims/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", - "files": [ - "lib/dotnet/System.Security.Claims.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Claims.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Security.Claims.xml", - "ref/dotnet/es/System.Security.Claims.xml", - "ref/dotnet/fr/System.Security.Claims.xml", - "ref/dotnet/it/System.Security.Claims.xml", - "ref/dotnet/ja/System.Security.Claims.xml", - "ref/dotnet/ko/System.Security.Claims.xml", - "ref/dotnet/ru/System.Security.Claims.xml", - "ref/dotnet/System.Security.Claims.dll", - "ref/dotnet/System.Security.Claims.xml", - "ref/dotnet/zh-hans/System.Security.Claims.xml", - "ref/dotnet/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.0.nupkg", - "System.Security.Claims.4.0.0.nupkg.sha512", - "System.Security.Claims.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Oc6fG3adDwQqx+xi9oVdxJCaXOJwA8Smph8ADOCUK5Z8NYhTOHB/WOSdJWvnozFoyBWLhHW8FGc88fL2lCKTFw==", + "sha512": "yvMpzC6Cd/UBHB3LU4z4jorW8nuitQfG171R8INxoUtNTZPBUmVhW4MW4adQYmwZ9IJ5C5rxnXKNfsvF5g9eog==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Algorithms.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Algorithms.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", + "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.Cng/4.0.0-beta-23506": { + "System.Security.Cryptography.Cng/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "fNittx7X00uUpEA7DSycxRiLADKbKfwUrGwCIRXQwLLG/v4Qr9lwYPUOuazoCy8pjfiSfIdhPGCar/J2J0gXpA==", + "sha512": "lAal573pXRlQSCRp3YtYDfCdcLGKHGMXAKybSw5zwxsABhz2FesQ1bo0EFHjwwiWbaK8/4Yx0NLUzNso4Y0NjA==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", "lib/net46/System.Security.Cryptography.Cng.dll", - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll", + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll", "ref/net46/System.Security.Cryptography.Cng.dll", - "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.Cng.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.Cng.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-beta-23506": { + "System.Security.Cryptography.Csp/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "TpqVfCEnVXNRYfMOJcHUGXuTrDXHERsd0h0h+N8DrC5x71Z0vD+uo2L/bqRU58MMMZbNrrGKX6VfIKQzq7UHWQ==", + "sha512": "CaZ6gsDZTfm1Arce5fFoRNnNdAp2/jFAYJg+UaoluaDbjLh2iyK8JmSd5GIbTH55M1FRb6phn+uHFC9UtUfStA==", "files": [ "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", @@ -4611,53 +4481,53 @@ "lib/net46/System.Security.Cryptography.Csp.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll", + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Csp.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.Csp.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.Csp.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "mxbJvzqlJg5E5Uc1QA0B8hPSi011wDxHZ6yHWH1LFLU8lW5HE+CTuhJvo91QCfma9cidhERom/90OgZHe/p7mw==", + "sha512": "UQxu43zAZI+UIaiUCrBKnmF4A7RLDBYUgms37iSYfNvEkBAIzrAsoRKaSMocIRI1bq58ULVO2NCqMnt2qWOnoA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Encoding.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/dotnet5.1/de/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/es/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/fr/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/it/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ja/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ko/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ru/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "53QKTzQIXvUzkcLyCqYLIGxXfVy3JRjDJWwih2rl61wGhusaY6nn8tu3IV9rYsIkFGpdOhScUjW93N7ADu4YjQ==", + "sha512": "YEHmq6x6u2grEuZFAX9au+6uY8SCIkA6lu4wbrt2C71RFQKWEyO5G9+pk1v0QcNPqay/38aSm9v/BoTFNQii1Q==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", @@ -4665,21 +4535,21 @@ "lib/net46/System.Security.Cryptography.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg.sha512", + "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.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "q89O276lHrUiDX5GavkT3LnHsLuWr+ViWrGzreWHL4Xr4q9bN/8Yz5XVvNAhNXpXp0YOCV2U5mfmFpNdcgfwNA==", + "sha512": "IHh/XFAiku2Xih0WCN4LsZ4QC5bAiq0Qb+SIkiKHBSTHXDtQJNBuMoTZUSr51uIfuw/Fep3sW04rH4cxXmO36w==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4703,8 +4573,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec" ] }, @@ -4741,30 +4611,6 @@ "System.Security.Principal.nuspec" ] }, - "System.Security.Principal.Windows/4.0.0-beta-23506": { - "type": "package", - "serviceable": true, - "sha512": "7OXeP881m1GbK/HvBArocQvtW2R6ctRrpzhsBan3uQ3OssMgjjWXuHhYbP//4tLHTOR3lDQYL9Jtgow7Mlov9A==", - "files": [ - "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-beta-23506.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23506.nupkg.sha512", - "System.Security.Principal.Windows.nuspec" - ] - }, "System.Text.Encoding/4.0.10": { "type": "package", "sha512": "fNlSFgy4OuDlJrP9SFFxMlaLazq6ipv15sU5TiEgg9UCVnA/OgoVUfymFp4AOk1jOkW5SVxWbeeIUptcM+m/Vw==", @@ -4831,25 +4677,63 @@ "System.Text.Encoding.Extensions.nuspec" ] }, - "System.Threading/4.0.11-beta-23409": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "SixT7aIE7gXBZ260KRaxJvIG1vGGO59pzw7MVHMy0RkgDwBel+EgIMdQsEAfVBot9OVnO6GlI/ezFhxFvpCRTQ==", + "sha512": "AiuvOzOo6CZpIIw3yGJZcs3IhiCZcy0P/ThubazmWExERHJZoOnD/jB+Bn2gxTAD0rc/ytrRdBur9PuX6DvvvA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", - "lib/net46/_._", + "lib/net45/_._", + "lib/win8/_._", + "lib/wp80/_._", + "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet/System.Threading.dll", + "ref/dotnet5.1/de/System.Threading.xml", + "ref/dotnet5.1/es/System.Threading.xml", + "ref/dotnet5.1/fr/System.Threading.xml", + "ref/dotnet5.1/it/System.Threading.xml", + "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/de/System.Threading.xml", + "ref/dotnet5.4/es/System.Threading.xml", + "ref/dotnet5.4/fr/System.Threading.xml", + "ref/dotnet5.4/it/System.Threading.xml", + "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/net46/_._", + "ref/net45/_._", + "ref/netcore50/de/System.Threading.xml", + "ref/netcore50/es/System.Threading.xml", + "ref/netcore50/fr/System.Threading.xml", + "ref/netcore50/it/System.Threading.xml", + "ref/netcore50/ja/System.Threading.xml", + "ref/netcore50/ko/System.Threading.xml", + "ref/netcore50/ru/System.Threading.xml", + "ref/netcore50/System.Threading.dll", + "ref/netcore50/System.Threading.xml", + "ref/netcore50/zh-hans/System.Threading.xml", + "ref/netcore50/zh-hant/System.Threading.xml", + "ref/win8/_._", + "ref/wp80/_._", + "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Threading.4.0.11-beta-23409.nupkg", - "System.Threading.4.0.11-beta-23409.nupkg.sha512", + "System.Threading.4.0.11-beta-23516.nupkg", + "System.Threading.4.0.11-beta-23516.nupkg.sha512", "System.Threading.nuspec" ] }, @@ -4878,10 +4762,10 @@ "System.Threading.Overlapped.nuspec" ] }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "4GDxeC8aOFF6r49Y0aLgPa3chmtieP+SqrFj7N+h58h+Wn3beAZhzFqvR9hEeJ918zNur/W78uuMho0UUTqLtw==", + "sha512": "xjN0l+GsHEdV3G2lKF7DnH7kEM2OXoWq56jcvByNaiirrs1om5RyI6gwX7F4rTbkf8eZk1pjg01l4CI3nLyTKg==", "files": [ "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -4935,42 +4819,10 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23504.nupkg", - "System.Threading.Tasks.4.0.11-beta-23504.nupkg.sha512", + "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.ThreadPool/4.0.10-beta-23506": { - "type": "package", - "serviceable": true, - "sha512": "yAUdypw226HwTln0KQO+C3zxxOPRnNxG3CE09hrXKS0VOnFRiARFcQZTlOKf70VFUVcU15A1BmJdDBPZ84N7Dw==", - "files": [ - "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-beta-23506.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23506.nupkg.sha512", - "System.Threading.ThreadPool.nuspec" - ] } }, "projectFileDependencyGroups": { @@ -4979,11 +4831,11 @@ ], "DNX,Version=v4.5.1": [], "DNXCore,Version=v5.0": [ - "Microsoft.CSharp >= 4.0.1-beta-23409", - "System.Collections >= 4.0.11-beta-23409", - "System.Console >= 4.0.0-beta-23409", - "System.Linq >= 4.0.1-beta-23409", - "System.Threading >= 4.0.11-beta-23409" + "Microsoft.CSharp >= 4.0.1-beta-23516", + "System.Collections >= 4.0.11-beta-23516", + "System.Console >= 4.0.0-beta-23516", + "System.Linq >= 4.0.1-beta-23516", + "System.Threading >= 4.0.11-beta-23516" ] } } \ No newline at end of file diff --git a/src/CodeComb.Net.EmailSender/project.json b/src/CodeComb.Net.EmailSender/project.json index df6cd9d..8cb383b 100644 --- a/src/CodeComb.Net.EmailSender/project.json +++ b/src/CodeComb.Net.EmailSender/project.json @@ -1,6 +1,6 @@ { "title": "CodeComb.Net.EmailSender", - "version": "2.0.0-*", + "version": "2.0.0-rc1-final", "description": "ASP.Net vNext Email Sender", "copyright": "Harbin Code Comb Technology Co.,Ltd", "authors": [ "AmamiyaYuuko" ], @@ -8,25 +8,24 @@ "iconUrl": "http://www.1234.sh/images/logo.png", "projectUrl": "https://github.com/CodeComb/EmailSender", "licenseUrl": "", - + "dependencies": { - "Microsoft.Extensions.DependencyInjection": "1.0.0-*" + "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final" }, "frameworks": { - "net46": { }, - "dnx451": { }, - "dnxcore50": { + "net451": { }, + "dotnet5.4": { "dependencies": { - "Microsoft.CSharp": "4.0.1-*", - "System.Collections": "4.0.11-*", - "System.Linq": "4.0.1-*", - "System.Runtime": "4.0.21-*", - "System.Threading": "4.0.11-*", - "System.Net.Http": "4.0.1-*", - "System.Net.Sockets": "4.1.0-*", - "System.Net.Security": "4.0.0-*", - "System.Console": "4.0.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.Net.Http": "4.0.1-beta-23516", + "System.Net.Sockets": "4.1.0-beta-23516", + "System.Net.Security": "4.0.0-beta-23516", + "System.Console": "4.0.0-beta-23516" } } } diff --git a/src/CodeComb.Net.EmailSender/project.lock.json b/src/CodeComb.Net.EmailSender/project.lock.json index 0c6a1ea..2af7f38 100644 --- a/src/CodeComb.Net.EmailSender/project.lock.json +++ b/src/CodeComb.Net.EmailSender/project.lock.json @@ -2,11 +2,11 @@ "locked": false, "version": 2, "targets": { - ".NETFramework,Version=v4.6": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + ".NETFramework,Version=v4.5.1": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -21,7 +21,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -37,43 +37,8 @@ } } }, - "DNX,Version=v4.5.1": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - "DNXCore,Version=v5.0": { - "Microsoft.CSharp/4.0.1-beta-23506": { + ".NETPlatform,Version=v5.4": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -100,14 +65,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", - "System.Collections": "4.0.11-beta-23504", - "System.Collections.Concurrent": "4.0.11-beta-23504", - "System.Threading": "4.0.11-beta-23504", - "System.Threading.Tasks": "4.0.11-beta-23504" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -116,16 +81,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23504", - "System.Diagnostics.Debug": "4.0.11-beta-23504", - "System.Globalization": "4.0.11-beta-23504", - "System.Linq": "4.0.1-beta-23504", - "System.Linq.Expressions": "4.0.11-beta-23504", + "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-23504" + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -134,32 +99,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "System.Collections/4.0.11-beta-23506": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23506" + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -179,24 +128,7 @@ "lib/dotnet5.4/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -208,32 +140,17 @@ "lib/dotnet5.4/System.ComponentModel.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23506": { + "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.Console.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -249,9 +166,6 @@ }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, "System.Dynamic.Runtime/4.0.0": { @@ -266,16 +180,13 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} } }, "System.IO/4.0.0": { @@ -289,43 +200,7 @@ "ref/dotnet/System.IO.dll": {} } }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} - } - }, - "System.IO.FileSystem.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20" - }, - "compile": { - "ref/dotnet/System.IO.FileSystem.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} - } - }, - "System.Linq/4.0.1-beta-23506": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -341,7 +216,7 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", @@ -351,7 +226,7 @@ "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -367,35 +242,31 @@ "System.Net.Primitives/4.0.10": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "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" + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Sockets.dll": {} @@ -417,42 +288,6 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.0": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23506": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, "System.Reflection/4.1.0-beta-23225": { "type": "package", "dependencies": { @@ -462,9 +297,6 @@ }, "compile": { "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} } }, "System.Reflection.Extensions/4.0.0": { @@ -475,9 +307,6 @@ }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -487,9 +316,6 @@ }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -500,12 +326,9 @@ }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -514,21 +337,12 @@ }, "compile": { "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23506" - }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} } }, "System.Runtime.Extensions/4.0.10": { @@ -538,9 +352,6 @@ }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, "System.Runtime.Handles/4.0.0": { @@ -550,9 +361,6 @@ }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, "System.Runtime.InteropServices/4.0.20": { @@ -565,32 +373,29 @@ }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -602,50 +407,34 @@ "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.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "System.Text.Encoding/4.0.10": { + "System.Text.Encoding/4.0.0": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Text.Encoding": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23506": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -655,107 +444,21 @@ "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "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": {} - } - } - }, - ".NETFramework,Version=v4.6/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - } - } - }, - ".NETFramework,Version=v4.6/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { - "type": "package", - "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" - }, - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} - } - }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { - "type": "package", - "frameworkAssemblies": [ - "Microsoft.CSharp", - "mscorlib", - "System", - "System.Core" - ], - "compile": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} - }, - "runtime": { - "lib/net451/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } } }, - "DNX,Version=v4.5.1/win7-x86": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + ".NETFramework,Version=v4.5.1/win7-x86": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -770,7 +473,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -786,11 +489,11 @@ } } }, - "DNX,Version=v4.5.1/win7-x64": { - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + ".NETFramework,Version=v4.5.1/win7-x64": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final" }, "frameworkAssemblies": [ "Microsoft.CSharp", @@ -805,7 +508,7 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "frameworkAssemblies": [ "Microsoft.CSharp", @@ -821,8 +524,8 @@ } } }, - "DNXCore,Version=v5.0/win7-x86": { - "Microsoft.CSharp/4.0.1-beta-23506": { + ".NETPlatform,Version=v5.4/win7-x86": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -849,14 +552,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", - "System.Collections": "4.0.11-beta-23504", - "System.Collections.Concurrent": "4.0.11-beta-23504", - "System.Threading": "4.0.11-beta-23504", - "System.Threading.Tasks": "4.0.11-beta-23504" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -865,16 +568,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23504", - "System.Diagnostics.Debug": "4.0.11-beta-23504", - "System.Globalization": "4.0.11-beta-23504", - "System.Linq": "4.0.1-beta-23504", - "System.Linq.Expressions": "4.0.11-beta-23504", + "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-23504" + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -883,48 +586,13 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { - "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/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23506": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -944,77 +612,31 @@ "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.win7.System.Net.Http/4.0.1-beta-23506": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23506": { + "runtime.win7.System.Net.Http/4.0.1-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { + "runtime.win7.System.Net.Security/4.0.0-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506", - "System.Runtime": "4.0.20" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23506": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1022,7 +644,7 @@ "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-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -1033,7 +655,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -1045,7 +667,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { "ref/dotnet/_._": {} @@ -1054,7 +676,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1068,11 +690,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Cng": "4.0.0-beta-23506", - "System.Security.Cryptography.Csp": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Cng": "4.0.0-beta-23516", + "System.Security.Cryptography.Csp": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -1083,28 +705,22 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23506": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23506": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23506" + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1124,24 +740,7 @@ "lib/dotnet5.4/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -1153,32 +752,17 @@ "lib/dotnet5.4/System.ComponentModel.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23506": { + "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.Console.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -1194,9 +778,6 @@ }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, "System.Dynamic.Runtime/4.0.0": { @@ -1211,16 +792,13 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} } }, "System.Globalization.Calendars/4.0.0": { @@ -1231,67 +809,31 @@ }, "compile": { "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.Calendars.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20", + "System.Runtime": "4.0.0", "System.Text.Encoding": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.FileSystem/4.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", + "System.Runtime.Handles": "4.0.0", "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.0" }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} } }, "System.IO.FileSystem.Primitives/4.0.0": { @@ -1306,7 +848,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23506": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1322,7 +864,7 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", @@ -1332,7 +874,7 @@ "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -1348,35 +890,31 @@ "System.Net.Primitives/4.0.10": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "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" + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Sockets.dll": {} @@ -1398,47 +936,6 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23506": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", - "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23506", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23506" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23506": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, "System.Reflection/4.1.0-beta-23225": { "type": "package", "dependencies": { @@ -1448,54 +945,6 @@ }, "compile": { "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} } }, "System.Reflection.Extensions/4.0.0": { @@ -1506,9 +955,6 @@ }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -1518,9 +964,6 @@ }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -1531,12 +974,9 @@ }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -1545,21 +985,12 @@ }, "compile": { "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23506" - }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} } }, "System.Runtime.Extensions/4.0.10": { @@ -1569,9 +1000,6 @@ }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, "System.Runtime.Handles/4.0.0": { @@ -1581,9 +1009,6 @@ }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, "System.Runtime.InteropServices/4.0.20": { @@ -1596,9 +1021,6 @@ }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, "System.Runtime.Numerics/4.0.0": { @@ -1616,37 +1038,18 @@ "lib/dotnet/System.Runtime.Numerics.dll": {} } }, - "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.0", - "System.Security.Principal": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Claims.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Cng/4.0.0-beta-23506": { + "System.Security.Cryptography.Cng/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1655,50 +1058,39 @@ "System.Runtime.Extensions": "4.0.0", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll": {} + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} }, "runtime": { "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.Csp/4.0.0-beta-23506": { + "System.Security.Cryptography.Csp/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.IO": "4.0.10", - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.10" + "System.IO": "4.0.0", + "System.Runtime": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Security.Cryptography.Csp.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Diagnostics.Debug": "4.0.0", @@ -1710,72 +1102,34 @@ "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.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", "System.Runtime.Handles": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516" }, "compile": { "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Text.Encoding/4.0.10": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Principal.dll": {} + "ref/dotnet/System.Text.Encoding.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23506": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", - "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.10": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} - } - }, - "System.Text.Encoding.Extensions/4.0.10": { + "System.Text.Encoding.Extensions/4.0.10": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -1783,12 +1137,9 @@ }, "compile": { "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23506": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -1798,47 +1149,18 @@ "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "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.ThreadPool/4.0.10-beta-23506": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} } } }, - "DNXCore,Version=v5.0/win7-x64": { - "Microsoft.CSharp/4.0.1-beta-23506": { + ".NETPlatform,Version=v5.4/win7-x64": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -1865,14 +1187,14 @@ "lib/dotnet5.4/Microsoft.CSharp.dll": {} } }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "dependencies": { - "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc2-15785", - "System.Collections": "4.0.11-beta-23504", - "System.Collections.Concurrent": "4.0.11-beta-23504", - "System.Threading": "4.0.11-beta-23504", - "System.Threading.Tasks": "4.0.11-beta-23504" + "Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-rc1-final", + "System.Collections": "4.0.11-beta-23516", + "System.Collections.Concurrent": "4.0.11-beta-23516", + "System.Threading": "4.0.11-beta-23516", + "System.Threading.Tasks": "4.0.11-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} @@ -1881,16 +1203,16 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll": {} } }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "dependencies": { - "System.ComponentModel": "4.0.1-beta-23504", - "System.Diagnostics.Debug": "4.0.11-beta-23504", - "System.Globalization": "4.0.11-beta-23504", - "System.Linq": "4.0.1-beta-23504", - "System.Linq.Expressions": "4.0.11-beta-23504", + "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-23504" + "System.Resources.ResourceManager": "4.0.1-beta-23516" }, "compile": { "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} @@ -1899,48 +1221,13 @@ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {} } }, - "Microsoft.Win32.Primitives/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.20", - "System.Runtime.InteropServices": "4.0.20" - }, - "compile": { - "ref/dotnet/Microsoft.Win32.Primitives.dll": {} - }, - "runtime": { - "lib/dotnet/Microsoft.Win32.Primitives.dll": {} - } - }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "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.Threading": "4.0.10" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Linq.Expressions.dll": {} } }, - "runtime.win7.System.Console/4.0.0-beta-23506": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -1960,77 +1247,31 @@ "runtimes/win7/lib/dotnet5.4/System.Console.dll": {} } }, - "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23504": { - "type": "package", - "compile": { - "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Diagnostics.Debug.dll": {} - } - }, - "runtime.win7.System.Net.Http/4.0.1-beta-23506": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.Compression": "4.0.0", - "System.Net.Primitives": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", - "System.Text.Encoding": "4.0.10", - "System.Threading": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Net.Http.dll": {} } }, - "runtime.win7.System.Net.Security/4.0.0-beta-23506": { + "runtime.win7.System.Net.Http/4.0.1-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Security.dll": {} } }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { + "runtime.win7.System.Net.Security/4.0.0-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Networking": "4.0.1-beta-23506", - "System.Runtime": "4.0.20" - }, "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Sockets.dll": {} } }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23506": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Private.Uri.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.10", @@ -2038,7 +1279,7 @@ "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-23506", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.0", "System.Text.Encoding.Extensions": "4.0.0" }, @@ -2049,7 +1290,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} } }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.0", @@ -2061,7 +1302,7 @@ "System.Runtime.Extensions": "4.0.10", "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { "ref/dotnet/_._": {} @@ -2070,7 +1311,7 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} } }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2084,11 +1325,11 @@ "System.Runtime.Handles": "4.0.0", "System.Runtime.InteropServices": "4.0.20", "System.Runtime.Numerics": "4.0.0", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Cng": "4.0.0-beta-23506", - "System.Security.Cryptography.Csp": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Cng": "4.0.0-beta-23516", + "System.Security.Cryptography.Csp": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", "System.Text.Encoding": "4.0.10", "System.Threading": "4.0.10" }, @@ -2099,28 +1340,22 @@ "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, - "runtime.win7.System.Threading/4.0.11-beta-23506": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "compile": { "ref/dotnet/_._": {} - }, - "runtime": { - "runtimes/win7/lib/DNXCore50/System.Threading.dll": {} } }, - "System.Collections/4.0.11-beta-23506": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "dependencies": { - "System.Runtime": "4.0.21-beta-23506" + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Collections.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Collections.dll": {} } }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2140,24 +1375,7 @@ "lib/dotnet5.4/System.Collections.Concurrent.dll": {} } }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "dependencies": { - "System.Diagnostics.Debug": "4.0.10", - "System.Globalization": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Threading": "4.0.10" - }, - "compile": { - "ref/dotnet/System.Collections.NonGeneric.dll": {} - }, - "runtime": { - "lib/dotnet/System.Collections.NonGeneric.dll": {} - } - }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.20" @@ -2169,32 +1387,17 @@ "lib/dotnet5.4/System.ComponentModel.dll": {} } }, - "System.ComponentModel.EventBasedAsync/4.0.10": { - "type": "package", - "dependencies": { - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Threading": "4.0.10", - "System.Threading.Tasks": "4.0.10" - }, - "compile": { - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - }, - "runtime": { - "lib/dotnet/System.ComponentModel.EventBasedAsync.dll": {} - } - }, - "System.Console/4.0.0-beta-23506": { + "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.Console.dll": {} + "ref/dotnet5.1/System.Console.dll": {} } }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" @@ -2210,9 +1413,6 @@ }, "compile": { "ref/dotnet/System.Diagnostics.Tracing.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Diagnostics.Tracing.dll": {} } }, "System.Dynamic.Runtime/4.0.0": { @@ -2227,16 +1427,13 @@ "ref/dotnet/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Globalization.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.dll": {} } }, "System.Globalization.Calendars/4.0.0": { @@ -2247,67 +1444,31 @@ }, "compile": { "ref/dotnet/System.Globalization.Calendars.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Globalization.Calendars.dll": {} } }, - "System.IO/4.0.10": { + "System.IO/4.0.0": { "type": "package", "dependencies": { - "System.Runtime": "4.0.20", + "System.Runtime": "4.0.0", "System.Text.Encoding": "4.0.0", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet/System.IO.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.dll": {} } }, - "System.IO.Compression/4.0.0": { + "System.IO.FileSystem/4.0.0": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", "System.IO": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", + "System.IO.FileSystem.Primitives": "4.0.0", "System.Runtime": "4.0.0", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.InteropServices": "4.0.0", + "System.Runtime.Handles": "4.0.0", "System.Text.Encoding": "4.0.0", - "System.Threading": "4.0.0", "System.Threading.Tasks": "4.0.0" }, - "compile": { - "ref/dotnet/System.IO.Compression.dll": {} - }, - "runtime": { - "lib/dotnet/System.IO.Compression.dll": {} - } - }, - "System.IO.FileSystem/4.0.0": { - "type": "package", - "dependencies": { - "System.Collections": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Text.Encoding": "4.0.10", - "System.Text.Encoding.Extensions": "4.0.10", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10" - }, "compile": { "ref/dotnet/System.IO.FileSystem.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.IO.FileSystem.dll": {} } }, "System.IO.FileSystem.Primitives/4.0.0": { @@ -2322,7 +1483,7 @@ "lib/dotnet/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.0.1-beta-23506": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Collections": "4.0.10", @@ -2338,7 +1499,7 @@ "lib/dotnet5.4/System.Linq.dll": {} } }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Reflection": "4.0.0", @@ -2348,7 +1509,7 @@ "ref/dotnet5.4/System.Linq.Expressions.dll": {} } }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", @@ -2364,35 +1525,31 @@ "System.Net.Primitives/4.0.10": { "type": "package", "dependencies": { - "System.Private.Networking": "4.0.0" + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0" }, "compile": { "ref/dotnet/System.Net.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Net.Primitives.dll": {} } }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", "System.Runtime": "4.0.0", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", + "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23516", "System.Threading.Tasks": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Security.dll": {} } }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "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" + "System.Runtime": "4.0.0" }, "compile": { "ref/dotnet5.4/System.Net.Sockets.dll": {} @@ -2414,47 +1571,6 @@ "lib/dotnet/System.ObjectModel.dll": {} } }, - "System.Private.Networking/4.0.1-beta-23506": { - "type": "package", - "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0", - "System.Collections": "4.0.10", - "System.Collections.Concurrent": "4.0.0", - "System.Collections.NonGeneric": "4.0.0", - "System.ComponentModel.EventBasedAsync": "4.0.10", - "System.Diagnostics.Debug": "4.0.10", - "System.Diagnostics.Tracing": "4.0.20", - "System.Globalization": "4.0.10", - "System.IO": "4.0.10", - "System.IO.FileSystem": "4.0.0", - "System.IO.FileSystem.Primitives": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "System.Security.Cryptography.X509Certificates": "4.0.0-beta-23506", - "System.Security.Principal": "4.0.0", - "System.Security.Principal.Windows": "4.0.0-beta-23506", - "System.Threading": "4.0.10", - "System.Threading.Overlapped": "4.0.0", - "System.Threading.Tasks": "4.0.10", - "System.Threading.ThreadPool": "4.0.10-beta-23506" - }, - "compile": { - "ref/dnxcore50/_._": {} - }, - "runtime": { - "lib/DNXCore50/System.Private.Networking.dll": {} - } - }, - "System.Private.Uri/4.0.1-beta-23506": { - "type": "package", - "compile": { - "ref/dnxcore50/_._": {} - } - }, "System.Reflection/4.1.0-beta-23225": { "type": "package", "dependencies": { @@ -2464,54 +1580,6 @@ }, "compile": { "ref/dotnet/System.Reflection.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.dll": {} - } - }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "dependencies": { - "System.IO": "4.0.0", - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.dll": {} - } - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll": {} - } - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "dependencies": { - "System.Reflection": "4.0.0", - "System.Reflection.Emit.ILGeneration": "4.0.0", - "System.Reflection.Primitives": "4.0.0", - "System.Runtime": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Reflection.Emit.Lightweight.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll": {} } }, "System.Reflection.Extensions/4.0.0": { @@ -2522,9 +1590,6 @@ }, "compile": { "ref/dotnet/System.Reflection.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Extensions.dll": {} } }, "System.Reflection.Primitives/4.0.0": { @@ -2534,9 +1599,6 @@ }, "compile": { "ref/dotnet/System.Reflection.Primitives.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.Primitives.dll": {} } }, "System.Reflection.TypeExtensions/4.0.0": { @@ -2547,12 +1609,9 @@ }, "compile": { "ref/dotnet/System.Reflection.TypeExtensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "dependencies": { "System.Globalization": "4.0.0", @@ -2561,21 +1620,12 @@ }, "compile": { "ref/dotnet5.1/System.Resources.ResourceManager.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Resources.ResourceManager.dll": {} } }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", - "dependencies": { - "System.Private.Uri": "4.0.1-beta-23506" - }, "compile": { "ref/dotnet5.4/System.Runtime.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.dll": {} } }, "System.Runtime.Extensions/4.0.10": { @@ -2585,9 +1635,6 @@ }, "compile": { "ref/dotnet/System.Runtime.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Extensions.dll": {} } }, "System.Runtime.Handles/4.0.0": { @@ -2597,9 +1644,6 @@ }, "compile": { "ref/dotnet/System.Runtime.Handles.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.Handles.dll": {} } }, "System.Runtime.InteropServices/4.0.20": { @@ -2612,9 +1656,6 @@ }, "compile": { "ref/dotnet/System.Runtime.InteropServices.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Runtime.InteropServices.dll": {} } }, "System.Runtime.Numerics/4.0.0": { @@ -2632,151 +1673,86 @@ "lib/dotnet/System.Runtime.Numerics.dll": {} } }, - "System.Security.Claims/4.0.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.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.0", - "System.Security.Principal": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Security.Claims.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Claims.dll": {} - } - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.IO": "4.0.0", "System.Runtime": "4.0.0", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506" - }, - "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll": {} - } - }, - "System.Security.Cryptography.Cng/4.0.0-beta-23506": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.0", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "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-beta-23506": { - "type": "package", - "dependencies": { - "System.IO": "4.0.10", - "System.Reflection": "4.0.0", - "System.Resources.ResourceManager": "4.0.0", - "System.Runtime": "4.0.20", - "System.Runtime.Extensions": "4.0.10", - "System.Runtime.Handles": "4.0.0", - "System.Runtime.InteropServices": "4.0.20", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506", - "System.Security.Cryptography.Primitives": "4.0.0-beta-23506", - "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-beta-23506": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0" + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Encoding.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll": {} } }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Cng/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" + "System.Runtime.Extensions": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Runtime.InteropServices": "4.0.20", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516", + "System.Text.Encoding": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll": {} }, "runtime": { - "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + "lib/dotnet5.4/System.Security.Cryptography.Cng.dll": {} } }, - "System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.Csp/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.Algorithms": "4.0.0-beta-23506", - "System.Security.Cryptography.Encoding": "4.0.0-beta-23506" + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Primitives": "4.0.0-beta-23516" }, "compile": { - "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll": {} } }, - "System.Security.Principal/4.0.0": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0" }, "compile": { - "ref/dotnet/System.Security.Principal.dll": {} - }, - "runtime": { - "lib/dotnet/System.Security.Principal.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll": {} } }, - "System.Security.Principal.Windows/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "dependencies": { - "System.Collections": "4.0.0", - "System.Diagnostics.Debug": "4.0.10", - "System.Reflection": "4.0.10", + "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.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.Threading": "4.0.0", + "System.Threading.Tasks": "4.0.0" }, "compile": { - "ref/dotnet5.4/System.Security.Principal.Windows.dll": {} + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll": {} }, "runtime": { - "lib/DNXCore50/System.Security.Principal.Windows.dll": {} + "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll": {} + } + }, + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { + "type": "package", + "dependencies": { + "System.Runtime": "4.0.0", + "System.Runtime.Handles": "4.0.0", + "System.Security.Cryptography.Algorithms": "4.0.0-beta-23516", + "System.Security.Cryptography.Encoding": "4.0.0-beta-23516" + }, + "compile": { + "ref/dotnet5.4/System.Security.Cryptography.X509Certificates.dll": {} } }, "System.Text.Encoding/4.0.10": { @@ -2786,9 +1762,6 @@ }, "compile": { "ref/dotnet/System.Text.Encoding.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.dll": {} } }, "System.Text.Encoding.Extensions/4.0.10": { @@ -2799,12 +1772,9 @@ }, "compile": { "ref/dotnet/System.Text.Encoding.Extensions.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Text.Encoding.Extensions.dll": {} } }, - "System.Threading/4.0.11-beta-23506": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "dependencies": { "System.Runtime": "4.0.0", @@ -2814,51 +1784,22 @@ "ref/dotnet5.4/System.Threading.dll": {} } }, - "System.Threading.Overlapped/4.0.0": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.Handles": "4.0.0" - }, - "compile": { - "ref/dotnet/System.Threading.Overlapped.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.Overlapped.dll": {} - } - }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "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.ThreadPool/4.0.10-beta-23506": { - "type": "package", - "dependencies": { - "System.Runtime": "4.0.0", - "System.Runtime.InteropServices": "4.0.0" - }, - "compile": { - "ref/dotnet5.4/System.Threading.ThreadPool.dll": {} - }, - "runtime": { - "lib/DNXCore50/System.Threading.ThreadPool.dll": {} } } } }, "libraries": { - "Microsoft.CSharp/4.0.1-beta-23506": { + "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "3vssehqBuPp0p245YPnVdYAwCMqG5Vb5pGVh8Rf/nEhVrzygcWk+qJ7Iybw2IQ85DbFn8nlFMz7EMGirY8hr8A==", + "sha512": "fb+HO3nIjHao9lqsVVM0ne3GM/+1EfRQUoM58cxEOt+5biy/8DQ1nxIahZ9VaJKw7Wgb6XhRhsdwg8DkePEOJA==", "files": [ "lib/dotnet5.4/Microsoft.CSharp.dll", "lib/MonoAndroid10/_._", @@ -2870,8 +1811,8 @@ "lib/wpa81/_._", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "Microsoft.CSharp.4.0.1-beta-23506.nupkg", - "Microsoft.CSharp.4.0.1-beta-23506.nupkg.sha512", + "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", @@ -2905,10 +1846,10 @@ "ref/xamarinmac20/_._" ] }, - "Microsoft.Extensions.DependencyInjection/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "j/xfsdFHUhaL9eh9NKcYUyNcPQWGrUtHN9uxxWDpfwMUCzNrCbC16FR+S7hs5vEqsnS1bLazl3aKMjlRDKwk3w==", + "sha512": "S/+s3fq85j21H5nYOvh1fIt1arl8F5lZ7Ryiw/qend83yHQwIQbBs+dip9FhqiPmAn6Dz3UhW0likQQurfEsLQ==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.xml", @@ -2916,15 +1857,15 @@ "lib/net451/Microsoft.Extensions.DependencyInjection.xml", "lib/netcore50/Microsoft.Extensions.DependencyInjection.dll", "lib/netcore50/Microsoft.Extensions.DependencyInjection.xml", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg", - "Microsoft.Extensions.DependencyInjection.1.0.0-rc2-15785.nupkg.sha512", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final.nupkg", + "Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final.nupkg.sha512", "Microsoft.Extensions.DependencyInjection.nuspec" ] }, - "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc2-15785": { + "Microsoft.Extensions.DependencyInjection.Abstractions/1.0.0-rc1-final": { "type": "package", "serviceable": true, - "sha512": "iEG19wazGZOVwXXOt6Qle+o1Y8LXzs8hVBktkMSXPfrO8WlccC8rTCCfsfL5hj5HOKVZ7gJvDNbOVDLzK1bvlw==", + "sha512": "MUKexXAsRZ55C7YZ26ShePZgBeW+6FbasxeIVmZ/BZIgiG4uw6yPOdfl9WvTaUL9SFK2sEPcYLatWmLfTpsOAA==", "files": [ "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.dll", "lib/dotnet5.4/Microsoft.Extensions.DependencyInjection.Abstractions.xml", @@ -2932,47 +1873,15 @@ "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-rc2-15785.nupkg", - "Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc2-15785.nupkg.sha512", + "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.Win32.Primitives/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "CypEz9/lLOup8CEhiAmvr7aLs1zKPYyEU1sxQeEr6G0Ci8/F0Y6pYR1zzkROjM8j8Mq0typmbu676oYyvErQvg==", - "files": [ - "lib/dotnet/Microsoft.Win32.Primitives.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/Microsoft.Win32.Primitives.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "Microsoft.Win32.Primitives.4.0.0.nupkg", - "Microsoft.Win32.Primitives.4.0.0.nupkg.sha512", - "Microsoft.Win32.Primitives.nuspec", - "ref/dotnet/de/Microsoft.Win32.Primitives.xml", - "ref/dotnet/es/Microsoft.Win32.Primitives.xml", - "ref/dotnet/fr/Microsoft.Win32.Primitives.xml", - "ref/dotnet/it/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ja/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ko/Microsoft.Win32.Primitives.xml", - "ref/dotnet/Microsoft.Win32.Primitives.dll", - "ref/dotnet/Microsoft.Win32.Primitives.xml", - "ref/dotnet/ru/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hans/Microsoft.Win32.Primitives.xml", - "ref/dotnet/zh-hant/Microsoft.Win32.Primitives.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/Microsoft.Win32.Primitives.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._" - ] - }, - "runtime.any.System.Linq.Expressions/4.0.11-beta-23504": { + "runtime.any.System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "c3Usq1EzjBFAPvhNGd31D02QJn57SmxX+PLgSFy24GZLgCHxZeVpx1bQKJMm4Y4T7EbDxyFwlNU2ih7ZntD2Jw==", + "sha512": "4sPxQCjllMJ1uZNlwz/EataPyHSH+AqSDlOIPPqcy/88R2B+abfhPPC78rd7gvHp8KmMX4qbJF6lcCeDIQpmVg==", "files": [ "lib/DNXCore50/System.Linq.Expressions.dll", "lib/MonoAndroid10/_._", @@ -2985,149 +1894,135 @@ "lib/xamarinios10/_._", "lib/xamarinmac20/_._", "ref/dotnet/_._", - "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg", - "runtime.any.System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", + "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-23506": { + "runtime.win7.System.Console/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "AKzJ2WO7Zbo0MHcuaQDl/h5HsWqIVtSR4jhk2OEjYhDUow0eUFXU+Hxe2ney3Ao4NbIQw0zzL7QcqpLAegF1cg==", + "sha512": "pfQrTtnYcWOtI3RrpqjAzwT3I55ivTVZFpbKYG59dYTTvaLFGbs2njc/mrXHij6GylyJ2YjekS/9r6I8X3LV1A==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Console.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Console.4.0.0-beta-23506.nupkg.sha512", + "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-23504": { + "runtime.win7.System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "P6YWygBJDmkJYPU4cfHuHzR8P78RI3JeIPrhfwrN621XKw7kDfC6ats1/SG2qDQ8yhRVdxBhA9lY+AVrFnPZlA==", + "sha512": "TxSgeP23B6bPfE0QFX8u4/1p1jP6Ugn993npTRf3e9F3y61BIQeCkt5Im0gGdjz0dxioHkuTr+C2m4ELsMos8Q==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", - "runtime.win7.System.Diagnostics.Debug.4.0.11-beta-23504.nupkg.sha512", + "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" ] }, - "runtime.win7.System.Net.Http/4.0.1-beta-23506": { + "runtime.win7.System.Net.Http/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "v/4SaIYYU1gJ/8ahqWp/jyRfjqFJbzWmG93P3Hqm3BsvNUQu0Ug/CZFbh0gWYVdCSiHW5ZA9Oy7RMP4orazkkQ==", + "sha512": "bCVvitLtx/FGp/F14Yvq6Zkb05n6dwRleYNCSAnnX8YpNTKuKYpBJhEpMBUaOjalsM4lqMfE/kd99LtbZRHaiw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg", - "runtime.win7.System.Net.Http.4.0.1-beta-23506.nupkg.sha512", + "runtime.win7.System.Net.Http.4.0.1-beta-23516.nupkg", + "runtime.win7.System.Net.Http.4.0.1-beta-23516.nupkg.sha512", "runtime.win7.System.Net.Http.nuspec", "runtimes/win7/lib/DNXCore50/System.Net.Http.dll", "runtimes/win7/lib/netcore50/System.Net.Http.dll" ] }, - "runtime.win7.System.Net.Security/4.0.0-beta-23506": { + "runtime.win7.System.Net.Security/4.0.0-beta-23516": { "type": "package", - "sha512": "jggWnbqjazYLwD1p9FuN4yoadPOzdVT2DMmCYNOe1yfY6eMmFq0HI9yvKOJfFCaF8aj/1uojtwjzHskWJ0mRIg==", + "sha512": "DX3Tj1q8FHzQRM/UJOxT0FlITBtFIXbKtKhtTtg3V4wNnuIHEb4/fhik3Q+SRfhDt8cOplMoZGr5oi0uJpDdSQ==", "files": [ "lib/DNXCore50/System.Net.Security.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Net.Security.4.0.0-beta-23506.nupkg.sha512", + "runtime.win7.System.Net.Security.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Net.Security.4.0.0-beta-23516.nupkg.sha512", "runtime.win7.System.Net.Security.nuspec" ] }, - "runtime.win7.System.Net.Sockets/4.1.0-beta-23506": { + "runtime.win7.System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Pg/JxHu7lRT0yKYYe9bRvNpZck3WApLcsYwQNX3VJA5IoDCV4ChH/2OeXk/lkVYlKtyvqPU1aw/CWzplQ7uRGA==", + "sha512": "4FbyzvLhWFFv3OrgkPmd3cXoKUb+oB+rp51ke6nMqR+MjN3sWs/w3C0Jbx84UM6zg9a3JiD72ThjgDnet3QS3w==", "files": [ "lib/DNXCore50/System.Net.Sockets.dll", "lib/netcore50/System.Net.Sockets.dll", "ref/dotnet/_._", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg", - "runtime.win7.System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", + "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/_._" ] }, - "runtime.win7.System.Private.Uri/4.0.1-beta-23506": { - "type": "package", - "serviceable": true, - "sha512": "ZDGZhS38XFdK+pMOJE0ulCfB9NhHKIgiWhO6NCr8mVbS03K0GIvvC3cO5cSBFTiEQROA1+DqsLVm32axbwunwQ==", - "files": [ - "ref/dotnet/_._", - "runtime.win7.System.Private.Uri.4.0.1-beta-23506.nupkg", - "runtime.win7.System.Private.Uri.4.0.1-beta-23506.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.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "5Pjl4j0x/5lvP2D3rgWsXo7RjWuNNzYB6SL4q+nFnrflvrH5xZOwtJ/w1MjsisQn8S5rqOAevtd5j8+Bkhfl+A==", + "sha512": "MRAq2N94D6wKC5UFbUZVWcOz8YpknDj6ttOpF5R3sxBdZJWI6qUngnGdHE2eYAuCerHlLV/0m4WJxoSaQHDNTA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", + "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/_._" ] }, - "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "9RAvACUVI+OenrK2Egww2ziXWnjvoBDyjHgjxv2BQRGVKxiiU70Vgj8fHQltBYork0AoPJ9UyMDSvuoZoI44Hg==", + "sha512": "9afZgu5/BbwC/K82/Y4pmj4ta/xKP01iF847tZbzW6gqW9RX6H0acjLRoWT1JbQgydiUFZ81SRiwlyCbxP0nYw==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg.sha512", "runtime.win7.System.Security.Cryptography.Encoding.nuspec", "runtimes/win7/lib/dotnet5.4/System.Security.Cryptography.Encoding.dll", "runtimes/win7/lib/net/_._" ] }, - "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23506": { + "runtime.win7.System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "DdgW31Cwvdpb8641NHF/d3xpwye1gV3GnwSFM3RcLrf4a6EyEQyGw8j5Pi8YUKyuYa6qkPSV2SAh5gsvmgdhUw==", + "sha512": "vflvBQj1eY1A7DsqqKzWwGvSkdedq7bSNEHrzsuY9K5sxNRiCRFf0jAIwvQPvshx0oHxVya3dR1YYNUFTLd8tg==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", - "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.nupkg", + "runtime.win7.System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.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" ] }, - "runtime.win7.System.Threading/4.0.11-beta-23506": { + "runtime.win7.System.Threading/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "ysa+t7T3gaTc/7dQUg8sSJAfxjg/VHgEE+s2hY3LsowrtFzZqJWeVLLEJup6k2NMR3PjCH92uPe6eGuWHykRBw==", + "sha512": "paSNXQ5Y6Exu3OpekooyMJFQ8mitn69fGO5Br3XLIfQ1KiMYVmRf+o6dMprC0SpPROVCiCxdUaJx5XkDEVL3uA==", "files": [ "ref/dotnet/_._", - "runtime.win7.System.Threading.4.0.11-beta-23506.nupkg", - "runtime.win7.System.Threading.4.0.11-beta-23506.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.Collections/4.0.11-beta-23506": { + "System.Collections/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "y7uzlKKGgi7YHEE6NUA22l3/7Mx5m3NnzybwA096ji6YqpRFwa7LM5pemrV97abW0iiMw5c+8WbAtT64qR1/pw==", + "sha512": "TDca4OETV0kkXdpkyivMw1/EKKD1Sa/NVAjirw+fA0LZ37jLDYX+KhPPUQxgkvhCe/SVvxETD5Viiudza2k7OQ==", "files": [ "lib/DNXCore50/System.Collections.dll", "lib/MonoAndroid10/_._", @@ -3181,15 +2076,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Collections.dll", - "System.Collections.4.0.11-beta-23506.nupkg", - "System.Collections.4.0.11-beta-23506.nupkg.sha512", + "System.Collections.4.0.11-beta-23516.nupkg", + "System.Collections.4.0.11-beta-23516.nupkg.sha512", "System.Collections.nuspec" ] }, - "System.Collections.Concurrent/4.0.11-beta-23504": { + "System.Collections.Concurrent/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "49+SVCQp12KxrF7RCyTdRA49d0oOID+JRlNMXB1l6ErQt0mMR517nu/OAix0IjlCPgMkF+aPR4o9buaHQuON9g==", + "sha512": "e4FscEk9ugPXPKEIQFYBS/i+0KAkKf/IEe26fiOnqk8JVZQuCLO3gJmJ+IiVD1TxJjvVmh+tayQuo2svVzZV7g==", "files": [ "lib/dotnet5.4/System.Collections.Concurrent.dll", "lib/MonoAndroid10/_._", @@ -3240,47 +2135,15 @@ "ref/wpa81/_._", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Collections.Concurrent.4.0.11-beta-23504.nupkg", - "System.Collections.Concurrent.4.0.11-beta-23504.nupkg.sha512", + "System.Collections.Concurrent.4.0.11-beta-23516.nupkg", + "System.Collections.Concurrent.4.0.11-beta-23516.nupkg.sha512", "System.Collections.Concurrent.nuspec" ] }, - "System.Collections.NonGeneric/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "rVgwrFBMkmp8LI6GhAYd6Bx+2uLIXjRfNg6Ie+ASfX8ESuh9e2HNxFy2yh1MPIXZq3OAYa+0mmULVwpnEC6UDA==", - "files": [ - "lib/dotnet/System.Collections.NonGeneric.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Collections.NonGeneric.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Collections.NonGeneric.xml", - "ref/dotnet/es/System.Collections.NonGeneric.xml", - "ref/dotnet/fr/System.Collections.NonGeneric.xml", - "ref/dotnet/it/System.Collections.NonGeneric.xml", - "ref/dotnet/ja/System.Collections.NonGeneric.xml", - "ref/dotnet/ko/System.Collections.NonGeneric.xml", - "ref/dotnet/ru/System.Collections.NonGeneric.xml", - "ref/dotnet/System.Collections.NonGeneric.dll", - "ref/dotnet/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hans/System.Collections.NonGeneric.xml", - "ref/dotnet/zh-hant/System.Collections.NonGeneric.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/System.Collections.NonGeneric.dll", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.Collections.NonGeneric.4.0.0.nupkg", - "System.Collections.NonGeneric.4.0.0.nupkg.sha512", - "System.Collections.NonGeneric.nuspec" - ] - }, - "System.ComponentModel/4.0.1-beta-23504": { + "System.ComponentModel/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "kdiCEzPhbAEBuOagqpCBX+JeAaTMsbx4PjOz0HYZrRS8LKe5pdmx+7Jqv+InDTQ7O84K6dUfoWYHdvo8npkhJw==", + "sha512": "PdAC1M7yT9EBtLpXICbOtPDpDjYSlV2RXyQ7AiKyBD7mV1DNTIK7tcM1056GIOlMoJDDdxU5Z3otBeAM8v5PAg==", "files": [ "lib/dotnet5.4/System.ComponentModel.dll", "lib/net45/_._", @@ -3314,79 +2177,47 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.ComponentModel.4.0.1-beta-23504.nupkg", - "System.ComponentModel.4.0.1-beta-23504.nupkg.sha512", + "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.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/es/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/fr/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/it/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ja/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ko/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/ru/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/System.ComponentModel.EventBasedAsync.dll", - "ref/dotnet/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hans/System.ComponentModel.EventBasedAsync.xml", - "ref/dotnet/zh-hant/System.ComponentModel.EventBasedAsync.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg", - "System.ComponentModel.EventBasedAsync.4.0.10.nupkg.sha512", - "System.ComponentModel.EventBasedAsync.nuspec" - ] - }, - "System.Console/4.0.0-beta-23506": { + "System.Console/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "ICGw38+F7q2PTxDJJZ+LCpBWt/shqg6ANAPpmFzq0s9xZPlFwN0U5OhyyzeNlSGoSzljwNngCnt6mn5jivFd3g==", + "sha512": "0YTzoNamTU+6qfZEYtMuGjtkJHB1MEDyFsZ5L/x97GkZO3Bw91uwdPh0DkFwQ6E8KaQTgZAecSXoboUHAcdSLA==", "files": [ "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/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/net46/System.Console.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Console.4.0.0-beta-23506.nupkg", - "System.Console.4.0.0-beta-23506.nupkg.sha512", + "System.Console.4.0.0-beta-23516.nupkg", + "System.Console.4.0.0-beta-23516.nupkg.sha512", "System.Console.nuspec" ] }, - "System.Diagnostics.Debug/4.0.11-beta-23504": { + "System.Diagnostics.Debug/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "wuBgKPGpBmyQfl88WA6sqQ+OaOqRBNi4C4XwjVAKuhqJ4y3tgdcpX72vwhyOoPbnnkCiEaIdPaelmNEzQHAnRw==", + "sha512": "wK52HdO2OW7P6hVk/Q9FCnKE9WcTDA3Yio1D8xmeE+6nfOqwWw6d+jVjgn5TSuDghudJK9xq77wseiGa6i7OTQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3438,8 +2269,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg", - "System.Diagnostics.Debug.4.0.11-beta-23504.nupkg.sha512", + "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg", + "System.Diagnostics.Debug.4.0.11-beta-23516.nupkg.sha512", "System.Diagnostics.Debug.nuspec" ] }, @@ -3525,10 +2356,10 @@ "System.Dynamic.Runtime.nuspec" ] }, - "System.Globalization/4.0.11-beta-23504": { + "System.Globalization/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "sLmzDsKcKBv+5ebwnF2lskvJGStfMUI0fDV1p/9EZ6+sPdyBx+UEIHsrzFIRJS+QNENAo319kjH4FXMnau7/CA==", + "sha512": "htoF4cS3WhCkU3HloMj3mz+h2FHnF8Hz0po/26otT5e46LlJ8p7LpFpxckxVviyYg9Fab9gr8aIB0ZDN9Cjpig==", "files": [ "lib/DNXCore50/System.Globalization.dll", "lib/MonoAndroid10/_._", @@ -3582,8 +2413,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Globalization.dll", - "System.Globalization.4.0.11-beta-23504.nupkg", - "System.Globalization.4.0.11-beta-23504.nupkg.sha512", + "System.Globalization.4.0.11-beta-23516.nupkg", + "System.Globalization.4.0.11-beta-23516.nupkg.sha512", "System.Globalization.nuspec" ] }, @@ -3668,80 +2499,6 @@ "System.IO.nuspec" ] }, - "System.IO/4.0.10": { - "type": "package", - "serviceable": true, - "sha512": "kghf1CeYT+W2lw8a50/GxFz5HR9t6RkL4BvjxtTp1NxtEFWywnMA9W8FH/KYXiDNThcw9u/GOViDON4iJFGXIQ==", - "files": [ - "lib/DNXCore50/System.IO.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/_._", - "lib/netcore50/System.IO.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.xml", - "ref/dotnet/es/System.IO.xml", - "ref/dotnet/fr/System.IO.xml", - "ref/dotnet/it/System.IO.xml", - "ref/dotnet/ja/System.IO.xml", - "ref/dotnet/ko/System.IO.xml", - "ref/dotnet/ru/System.IO.xml", - "ref/dotnet/System.IO.dll", - "ref/dotnet/System.IO.xml", - "ref/dotnet/zh-hans/System.IO.xml", - "ref/dotnet/zh-hant/System.IO.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net46/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtimes/win8-aot/lib/netcore50/System.IO.dll", - "System.IO.4.0.10.nupkg", - "System.IO.4.0.10.nupkg.sha512", - "System.IO.nuspec" - ] - }, - "System.IO.Compression/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "S+ljBE3py8pujTrsOOYHtDg2cnAifn6kBu/pfh1hMWIXd8DoVh0ADTA6Puv4q+nYj+Msm6JoFLNwuRSmztbsDQ==", - "files": [ - "lib/dotnet/System.IO.Compression.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net45/_._", - "lib/netcore50/System.IO.Compression.dll", - "lib/win8/_._", - "lib/wpa81/_._", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.IO.Compression.xml", - "ref/dotnet/es/System.IO.Compression.xml", - "ref/dotnet/fr/System.IO.Compression.xml", - "ref/dotnet/it/System.IO.Compression.xml", - "ref/dotnet/ja/System.IO.Compression.xml", - "ref/dotnet/ko/System.IO.Compression.xml", - "ref/dotnet/ru/System.IO.Compression.xml", - "ref/dotnet/System.IO.Compression.dll", - "ref/dotnet/System.IO.Compression.xml", - "ref/dotnet/zh-hans/System.IO.Compression.xml", - "ref/dotnet/zh-hant/System.IO.Compression.xml", - "ref/MonoAndroid10/_._", - "ref/MonoTouch10/_._", - "ref/net45/_._", - "ref/netcore50/System.IO.Compression.dll", - "ref/netcore50/System.IO.Compression.xml", - "ref/win8/_._", - "ref/wpa81/_._", - "ref/xamarinios10/_._", - "ref/xamarinmac20/_._", - "runtime.json", - "System.IO.Compression.4.0.0.nupkg", - "System.IO.Compression.4.0.0.nupkg.sha512", - "System.IO.Compression.nuspec" - ] - }, "System.IO.FileSystem/4.0.0": { "type": "package", "serviceable": true, @@ -3807,10 +2564,10 @@ "System.IO.FileSystem.Primitives.nuspec" ] }, - "System.Linq/4.0.1-beta-23506": { + "System.Linq/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "ZhPwMcoHe7riRgHE8IDEIg7LllpM8C4OkYlH+po7fKDehqOa9WXS60h+BaXHLYy0L8OlSrMy1Z/2XKl9HZh9rg==", + "sha512": "uNxm2RB+kMeiKnY26iPvOtJLzTzNaAF4A2qqyzev6j8x8w2Dr+gg7LF7BHCwC55N7OirhHrAWUb3C0n4oi9qYw==", "files": [ "lib/dotnet5.4/System.Linq.dll", "lib/net45/_._", @@ -3844,15 +2601,15 @@ "ref/win8/_._", "ref/wp80/_._", "ref/wpa81/_._", - "System.Linq.4.0.1-beta-23506.nupkg", - "System.Linq.4.0.1-beta-23506.nupkg.sha512", + "System.Linq.4.0.1-beta-23516.nupkg", + "System.Linq.4.0.1-beta-23516.nupkg.sha512", "System.Linq.nuspec" ] }, - "System.Linq.Expressions/4.0.11-beta-23504": { + "System.Linq.Expressions/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "lT0MxBix8IwHFGSV1Myr+fk0G3S4WZWAzJo7hXkEmFtVliZpji+yv3lG8bATvbgUszfZBpfJtxNBnxCY0+dkpQ==", + "sha512": "YEl5oyF5fifLbHHP099cvb/6f2r2h1QVHzoaoINPHOZtpNec+RfqvzETXcYDIdHT7l+bBAYsBuVUkBgfQEoYfQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -3904,15 +2661,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Linq.Expressions.4.0.11-beta-23504.nupkg", - "System.Linq.Expressions.4.0.11-beta-23504.nupkg.sha512", + "System.Linq.Expressions.4.0.11-beta-23516.nupkg", + "System.Linq.Expressions.4.0.11-beta-23516.nupkg.sha512", "System.Linq.Expressions.nuspec" ] }, - "System.Net.Http/4.0.1-beta-23506": { + "System.Net.Http/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Pc1jf2qxpg6P0u39217TFLsl8TCTUiUu1JLzAznvfdVl+VDWA/egJZQ2CIs9OKpDqlkZ0yIXi+T4EdtqXO9i/A==", + "sha512": "WbmX0jo84S72GVhRbKtBBUkx2dQ1hzb4TRSLfaiktRh7QKnSP9ctzTxBvXghWQ6GnswBzTHnuc69msImZH5b6A==", "files": [ "lib/net45/_._", "lib/win8/_._", @@ -3943,8 +2700,8 @@ "ref/win8/_._", "ref/wpa81/_._", "runtime.json", - "System.Net.Http.4.0.1-beta-23506.nupkg", - "System.Net.Http.4.0.1-beta-23506.nupkg.sha512", + "System.Net.Http.4.0.1-beta-23516.nupkg", + "System.Net.Http.4.0.1-beta-23516.nupkg.sha512", "System.Net.Http.nuspec" ] }, @@ -3981,9 +2738,9 @@ "System.Net.Primitives.nuspec" ] }, - "System.Net.Security/4.0.0-beta-23506": { + "System.Net.Security/4.0.0-beta-23516": { "type": "package", - "sha512": "yJM6z+NWl0PFZiSBipJqhdM/NZluIz+5CXOaVClK7cqjghvhyJW5iqdGuxTmS0+OTH9Fy9IvSt0UlkW0s/UXsg==", + "sha512": "jL12/w7VLfDeCu5bsexCGLYUe/b+vbYg6qh7P43r7X2Nevtuo5W+zyB/yaQqEDxxGjbOoNmxlEAzeJEGz/GeHQ==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4007,15 +2764,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Security.4.0.0-beta-23506.nupkg", - "System.Net.Security.4.0.0-beta-23506.nupkg.sha512", + "System.Net.Security.4.0.0-beta-23516.nupkg", + "System.Net.Security.4.0.0-beta-23516.nupkg.sha512", "System.Net.Security.nuspec" ] }, - "System.Net.Sockets/4.1.0-beta-23506": { + "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "RP0imKisSL3uPjVANlhbnokANTQ+k9h22x5sWQGVEQIzyU2GKJn85Ps/CtpJVCPz/Rqrv9gGSQiO0MBIw4RC1A==", + "sha512": "Q2D1ew24ZIH4kOE4ZJCrtvNfSSiea3yOeqow2jsgEPJ9Gafu8atlU5EGfXM0LQvtsIeQ9i1YwqdyZQHaL/RySg==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4033,14 +2790,25 @@ "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.Net.Sockets.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Net.Sockets.4.1.0-beta-23506.nupkg", - "System.Net.Sockets.4.1.0-beta-23506.nupkg.sha512", + "System.Net.Sockets.4.1.0-beta-23516.nupkg", + "System.Net.Sockets.4.1.0-beta-23516.nupkg.sha512", "System.Net.Sockets.nuspec" ] }, @@ -4076,46 +2844,6 @@ "System.ObjectModel.nuspec" ] }, - "System.Private.Networking/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "RUEqdBdJjISC65dO8l4LdN7vTdlXH+attUpKnauDUHVtLbIKdlDB9LKoLzCQsTQRP7vzUJHWYXznHJBkjAA7yA==", - "files": [ - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.4.0.0.nupkg", - "System.Private.Networking.4.0.0.nupkg.sha512", - "System.Private.Networking.nuspec" - ] - }, - "System.Private.Networking/4.0.1-beta-23506": { - "type": "package", - "serviceable": true, - "sha512": "9/+BZfDoVMhoYg+3pazJKGtNn986GK+t0qy/SPJ9GgIzG6SYfxcX/rc9HI7hvOgbXXiLsmOm7njs9ZqXX3BTSw==", - "files": [ - "lib/DNXCore50/System.Private.Networking.dll", - "lib/netcore50/System.Private.Networking.dll", - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "System.Private.Networking.4.0.1-beta-23506.nupkg", - "System.Private.Networking.4.0.1-beta-23506.nupkg.sha512", - "System.Private.Networking.nuspec" - ] - }, - "System.Private.Uri/4.0.1-beta-23506": { - "type": "package", - "sha512": "t9xN9sH13VPi9PEJ/94WvJQla1qC82t5tChrJv8/Fcahi0X5uoOdxLCnD4uE03dokPJyUytY6otN9COup6rIBA==", - "files": [ - "ref/dnxcore50/_._", - "ref/netcore50/_._", - "runtime.json", - "System.Private.Uri.4.0.1-beta-23506.nupkg", - "System.Private.Uri.4.0.1-beta-23506.nupkg.sha512", - "System.Private.Uri.nuspec" - ] - }, "System.Reflection/4.1.0-beta-23225": { "type": "package", "serviceable": true, @@ -4140,86 +2868,6 @@ "System.Reflection.nuspec" ] }, - "System.Reflection.Emit/4.0.0": { - "type": "package", - "sha512": "CqnQz5LbNbiSxN10cv3Ehnw3j1UZOBCxnE0OO0q/keGQ5ENjyFM6rIG4gm/i0dX6EjdpYkAgKcI/mhZZCaBq4A==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.dll", - "lib/MonoAndroid10/_._", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.dll", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Reflection.Emit.xml", - "ref/dotnet/es/System.Reflection.Emit.xml", - "ref/dotnet/fr/System.Reflection.Emit.xml", - "ref/dotnet/it/System.Reflection.Emit.xml", - "ref/dotnet/ja/System.Reflection.Emit.xml", - "ref/dotnet/ko/System.Reflection.Emit.xml", - "ref/dotnet/ru/System.Reflection.Emit.xml", - "ref/dotnet/System.Reflection.Emit.dll", - "ref/dotnet/System.Reflection.Emit.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.xml", - "ref/MonoAndroid10/_._", - "ref/net45/_._", - "ref/xamarinmac20/_._", - "System.Reflection.Emit.4.0.0.nupkg", - "System.Reflection.Emit.4.0.0.nupkg.sha512", - "System.Reflection.Emit.nuspec" - ] - }, - "System.Reflection.Emit.ILGeneration/4.0.0": { - "type": "package", - "sha512": "02okuusJ0GZiHZSD2IOLIN41GIn6qOr7i5+86C98BPuhlwWqVABwebiGNvhDiXP1f9a6CxEigC7foQD42klcDg==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.ILGeneration.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.ILGeneration.dll", - "lib/wp80/_._", - "ref/dotnet/de/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/es/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/fr/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/it/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ja/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ko/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/ru/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/System.Reflection.Emit.ILGeneration.dll", - "ref/dotnet/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.ILGeneration.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.ILGeneration.xml", - "ref/net45/_._", - "ref/wp80/_._", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg", - "System.Reflection.Emit.ILGeneration.4.0.0.nupkg.sha512", - "System.Reflection.Emit.ILGeneration.nuspec" - ] - }, - "System.Reflection.Emit.Lightweight/4.0.0": { - "type": "package", - "sha512": "DJZhHiOdkN08xJgsJfDjkuOreLLmMcU8qkEEqEHqyhkPUZMMQs0lE8R+6+68BAFWgcdzxtNu0YmIOtEug8j00w==", - "files": [ - "lib/DNXCore50/System.Reflection.Emit.Lightweight.dll", - "lib/net45/_._", - "lib/netcore50/System.Reflection.Emit.Lightweight.dll", - "lib/wp80/_._", - "ref/dotnet/de/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/es/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/fr/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/it/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/ja/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/ko/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/ru/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/System.Reflection.Emit.Lightweight.dll", - "ref/dotnet/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/zh-hans/System.Reflection.Emit.Lightweight.xml", - "ref/dotnet/zh-hant/System.Reflection.Emit.Lightweight.xml", - "ref/net45/_._", - "ref/wp80/_._", - "System.Reflection.Emit.Lightweight.4.0.0.nupkg", - "System.Reflection.Emit.Lightweight.4.0.0.nupkg.sha512", - "System.Reflection.Emit.Lightweight.nuspec" - ] - }, "System.Reflection.Extensions/4.0.0": { "type": "package", "serviceable": true, @@ -4322,10 +2970,10 @@ "System.Reflection.TypeExtensions.nuspec" ] }, - "System.Resources.ResourceManager/4.0.1-beta-23504": { + "System.Resources.ResourceManager/4.0.1-beta-23516": { "type": "package", "serviceable": true, - "sha512": "MOkuSppn4WwFJmfjqdLI+yfmmk5VT42qlTbKbQZFBy4Fp/ZoYb+jvhI43pce013KBmPSe0dGEXIGr69K5vFuUw==", + "sha512": "d1PiB1k57GP5EJZJKnJ+LgrOQCgHPnn5oySQAy4pL2MpEDDpTyTPKv+q9aRWUA25ICXaHkWJzeTkj898ePteWQ==", "files": [ "lib/DNXCore50/System.Resources.ResourceManager.dll", "lib/net45/_._", @@ -4360,15 +3008,15 @@ "ref/wp80/_._", "ref/wpa81/_._", "runtimes/win8-aot/lib/netcore50/System.Resources.ResourceManager.dll", - "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg", - "System.Resources.ResourceManager.4.0.1-beta-23504.nupkg.sha512", + "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg", + "System.Resources.ResourceManager.4.0.1-beta-23516.nupkg.sha512", "System.Resources.ResourceManager.nuspec" ] }, - "System.Runtime/4.0.21-beta-23506": { + "System.Runtime/4.0.21-beta-23516": { "type": "package", "serviceable": true, - "sha512": "m0emcn0QKtlzjM/F1DCYm4aZOT+MT6gJqU6rcC/suE0QxuVdxSLDbeWM8S7SgIDb047HIMbaOUOP+pCkbS25Rw==", + "sha512": "R174ctQjJnCIVxA2Yzp1v68wfLfPSROZWrbaSBcnEzHAQbOjprBQi37aWdr5y05Pq2J/O7h6SjTsYhVOLdiRYQ==", "files": [ "lib/DNXCore50/System.Runtime.dll", "lib/MonoAndroid10/_._", @@ -4433,8 +3081,8 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Runtime.dll", - "System.Runtime.4.0.21-beta-23506.nupkg", - "System.Runtime.4.0.21-beta-23506.nupkg.sha512", + "System.Runtime.4.0.21-beta-23516.nupkg", + "System.Runtime.4.0.21-beta-23516.nupkg.sha512", "System.Runtime.nuspec" ] }, @@ -4571,78 +3219,46 @@ "System.Runtime.Numerics.nuspec" ] }, - "System.Security.Claims/4.0.0": { - "type": "package", - "serviceable": true, - "sha512": "94NFR/7JN3YdyTH7hl2iSvYmdA8aqShriTHectcK+EbizT71YczMaG6LuqJBQP/HWo66AQyikYYM9aw+4EzGXg==", - "files": [ - "lib/dotnet/System.Security.Claims.dll", - "lib/MonoAndroid10/_._", - "lib/MonoTouch10/_._", - "lib/net46/System.Security.Claims.dll", - "lib/xamarinios10/_._", - "lib/xamarinmac20/_._", - "ref/dotnet/de/System.Security.Claims.xml", - "ref/dotnet/es/System.Security.Claims.xml", - "ref/dotnet/fr/System.Security.Claims.xml", - "ref/dotnet/it/System.Security.Claims.xml", - "ref/dotnet/ja/System.Security.Claims.xml", - "ref/dotnet/ko/System.Security.Claims.xml", - "ref/dotnet/ru/System.Security.Claims.xml", - "ref/dotnet/System.Security.Claims.dll", - "ref/dotnet/System.Security.Claims.xml", - "ref/dotnet/zh-hans/System.Security.Claims.xml", - "ref/dotnet/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.0.nupkg", - "System.Security.Claims.4.0.0.nupkg.sha512", - "System.Security.Claims.nuspec" - ] - }, - "System.Security.Cryptography.Algorithms/4.0.0-beta-23506": { + "System.Security.Cryptography.Algorithms/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "Oc6fG3adDwQqx+xi9oVdxJCaXOJwA8Smph8ADOCUK5Z8NYhTOHB/WOSdJWvnozFoyBWLhHW8FGc88fL2lCKTFw==", + "sha512": "yvMpzC6Cd/UBHB3LU4z4jorW8nuitQfG171R8INxoUtNTZPBUmVhW4MW4adQYmwZ9IJ5C5rxnXKNfsvF5g9eog==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Algorithms.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Algorithms.dll", + "ref/dotnet5.1/System.Security.Cryptography.Algorithms.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Algorithms.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Algorithms.4.0.0-beta-23506.nupkg.sha512", + "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.Cng/4.0.0-beta-23506": { + "System.Security.Cryptography.Cng/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "fNittx7X00uUpEA7DSycxRiLADKbKfwUrGwCIRXQwLLG/v4Qr9lwYPUOuazoCy8pjfiSfIdhPGCar/J2J0gXpA==", + "sha512": "lAal573pXRlQSCRp3YtYDfCdcLGKHGMXAKybSw5zwxsABhz2FesQ1bo0EFHjwwiWbaK8/4Yx0NLUzNso4Y0NjA==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Cng.dll", "lib/net46/System.Security.Cryptography.Cng.dll", - "ref/dotnet5.4/System.Security.Cryptography.Cng.dll", + "ref/dotnet5.2/System.Security.Cryptography.Cng.dll", "ref/net46/System.Security.Cryptography.Cng.dll", - "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Cng.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.Cng.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Cng.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.Cng.nuspec" ] }, - "System.Security.Cryptography.Csp/4.0.0-beta-23506": { + "System.Security.Cryptography.Csp/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "TpqVfCEnVXNRYfMOJcHUGXuTrDXHERsd0h0h+N8DrC5x71Z0vD+uo2L/bqRU58MMMZbNrrGKX6VfIKQzq7UHWQ==", + "sha512": "CaZ6gsDZTfm1Arce5fFoRNnNdAp2/jFAYJg+UaoluaDbjLh2iyK8JmSd5GIbTH55M1FRb6phn+uHFC9UtUfStA==", "files": [ "lib/DNXCore50/System.Security.Cryptography.Csp.dll", "lib/MonoAndroid10/_._", @@ -4650,53 +3266,53 @@ "lib/net46/System.Security.Cryptography.Csp.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Csp.dll", + "ref/dotnet5.1/System.Security.Cryptography.Csp.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Csp.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Csp.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.Csp.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Csp.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.Csp.nuspec" ] }, - "System.Security.Cryptography.Encoding/4.0.0-beta-23506": { + "System.Security.Cryptography.Encoding/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "mxbJvzqlJg5E5Uc1QA0B8hPSi011wDxHZ6yHWH1LFLU8lW5HE+CTuhJvo91QCfma9cidhERom/90OgZHe/p7mw==", + "sha512": "UQxu43zAZI+UIaiUCrBKnmF4A7RLDBYUgms37iSYfNvEkBAIzrAsoRKaSMocIRI1bq58ULVO2NCqMnt2qWOnoA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", "lib/net46/System.Security.Cryptography.Encoding.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/dotnet5.1/de/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/es/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/fr/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/it/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ja/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ko/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/ru/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.dll", + "ref/dotnet5.1/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hans/System.Security.Cryptography.Encoding.xml", + "ref/dotnet5.1/zh-hant/System.Security.Cryptography.Encoding.xml", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Encoding.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Encoding.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.Encoding.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.Encoding.nuspec" ] }, - "System.Security.Cryptography.Primitives/4.0.0-beta-23506": { + "System.Security.Cryptography.Primitives/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "53QKTzQIXvUzkcLyCqYLIGxXfVy3JRjDJWwih2rl61wGhusaY6nn8tu3IV9rYsIkFGpdOhScUjW93N7ADu4YjQ==", + "sha512": "YEHmq6x6u2grEuZFAX9au+6uY8SCIkA6lu4wbrt2C71RFQKWEyO5G9+pk1v0QcNPqay/38aSm9v/BoTFNQii1Q==", "files": [ "lib/dotnet5.4/System.Security.Cryptography.Primitives.dll", "lib/MonoAndroid10/_._", @@ -4704,21 +3320,21 @@ "lib/net46/System.Security.Cryptography.Primitives.dll", "lib/xamarinios10/_._", "lib/xamarinmac20/_._", - "ref/dotnet5.4/System.Security.Cryptography.Primitives.dll", + "ref/dotnet5.1/System.Security.Cryptography.Primitives.dll", "ref/MonoAndroid10/_._", "ref/MonoTouch10/_._", "ref/net46/System.Security.Cryptography.Primitives.dll", "ref/xamarinios10/_._", "ref/xamarinmac20/_._", - "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.Primitives.4.0.0-beta-23506.nupkg.sha512", + "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.Cryptography.X509Certificates/4.0.0-beta-23506": { + "System.Security.Cryptography.X509Certificates/4.0.0-beta-23516": { "type": "package", "serviceable": true, - "sha512": "q89O276lHrUiDX5GavkT3LnHsLuWr+ViWrGzreWHL4Xr4q9bN/8Yz5XVvNAhNXpXp0YOCV2U5mfmFpNdcgfwNA==", + "sha512": "IHh/XFAiku2Xih0WCN4LsZ4QC5bAiq0Qb+SIkiKHBSTHXDtQJNBuMoTZUSr51uIfuw/Fep3sW04rH4cxXmO36w==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4742,66 +3358,57 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg", - "System.Security.Cryptography.X509Certificates.4.0.0-beta-23506.nupkg.sha512", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.nupkg", + "System.Security.Cryptography.X509Certificates.4.0.0-beta-23516.nupkg.sha512", "System.Security.Cryptography.X509Certificates.nuspec" ] }, - "System.Security.Principal/4.0.0": { + "System.Text.Encoding/4.0.0": { "type": "package", - "serviceable": true, - "sha512": "FOhq3jUOONi6fp5j3nPYJMrKtSJlqAURpjiO3FaDIV4DJNEYymWW5uh1pfxySEB8dtAW+I66IypzNge/w9OzZQ==", + "sha512": "AMxFNOXpA6Ab8swULbXuJmoT2K5w6TnV3ObF5wsmEcIHQUJghoZtDVfVHb08O2wW15mOSI1i9Wg0Dx0pY13o8g==", "files": [ - "lib/dotnet/System.Security.Principal.dll", + "lib/MonoAndroid10/_._", + "lib/MonoTouch10/_._", "lib/net45/_._", - "lib/netcore50/System.Security.Principal.dll", "lib/win8/_._", "lib/wp80/_._", "lib/wpa81/_._", - "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", + "lib/xamarinios10/_._", + "lib/xamarinmac20/_._", + "License.rtf", + "ref/dotnet/de/System.Text.Encoding.xml", + "ref/dotnet/es/System.Text.Encoding.xml", + "ref/dotnet/fr/System.Text.Encoding.xml", + "ref/dotnet/it/System.Text.Encoding.xml", + "ref/dotnet/ja/System.Text.Encoding.xml", + "ref/dotnet/ko/System.Text.Encoding.xml", + "ref/dotnet/ru/System.Text.Encoding.xml", + "ref/dotnet/System.Text.Encoding.dll", + "ref/dotnet/System.Text.Encoding.xml", + "ref/dotnet/zh-hans/System.Text.Encoding.xml", + "ref/dotnet/zh-hant/System.Text.Encoding.xml", + "ref/MonoAndroid10/_._", + "ref/MonoTouch10/_._", "ref/net45/_._", - "ref/netcore50/System.Security.Principal.dll", - "ref/netcore50/System.Security.Principal.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/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/_._", - "System.Security.Principal.4.0.0.nupkg", - "System.Security.Principal.4.0.0.nupkg.sha512", - "System.Security.Principal.nuspec" - ] - }, - "System.Security.Principal.Windows/4.0.0-beta-23506": { - "type": "package", - "serviceable": true, - "sha512": "7OXeP881m1GbK/HvBArocQvtW2R6ctRrpzhsBan3uQ3OssMgjjWXuHhYbP//4tLHTOR3lDQYL9Jtgow7Mlov9A==", - "files": [ - "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-beta-23506.nupkg", - "System.Security.Principal.Windows.4.0.0-beta-23506.nupkg.sha512", - "System.Security.Principal.Windows.nuspec" + "ref/xamarinios10/_._", + "ref/xamarinmac20/_._", + "System.Text.Encoding.4.0.0.nupkg", + "System.Text.Encoding.4.0.0.nupkg.sha512", + "System.Text.Encoding.nuspec" ] }, "System.Text.Encoding/4.0.10": { @@ -4870,10 +3477,10 @@ "System.Text.Encoding.Extensions.nuspec" ] }, - "System.Threading/4.0.11-beta-23506": { + "System.Threading/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "eMzPImjfV66F1GQ7nkZGP51bUg5EEd93DY02mE703xx6IHUaecuj62iGx8mDuUXx47nd1Yy1lM4IeyC/8Jm/Sw==", + "sha512": "AiuvOzOo6CZpIIw3yGJZcs3IhiCZcy0P/ThubazmWExERHJZoOnD/jB+Bn2gxTAD0rc/ytrRdBur9PuX6DvvvA==", "files": [ "lib/MonoAndroid10/_._", "lib/MonoTouch10/_._", @@ -4925,40 +3532,15 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtime.json", - "System.Threading.4.0.11-beta-23506.nupkg", - "System.Threading.4.0.11-beta-23506.nupkg.sha512", + "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.0": { - "type": "package", - "serviceable": true, - "sha512": "X5LuQFhM5FTqaez3eXKJ9CbfSGZ7wj6j4hSVtxct3zmwQXLqG95qoWdvILcgN7xtrDOBIFtpiyDg0vmoI0jE2A==", - "files": [ - "lib/DNXCore50/System.Threading.Overlapped.dll", - "lib/net46/System.Threading.Overlapped.dll", - "lib/netcore50/System.Threading.Overlapped.dll", - "ref/dotnet/de/System.Threading.Overlapped.xml", - "ref/dotnet/es/System.Threading.Overlapped.xml", - "ref/dotnet/fr/System.Threading.Overlapped.xml", - "ref/dotnet/it/System.Threading.Overlapped.xml", - "ref/dotnet/ja/System.Threading.Overlapped.xml", - "ref/dotnet/ko/System.Threading.Overlapped.xml", - "ref/dotnet/ru/System.Threading.Overlapped.xml", - "ref/dotnet/System.Threading.Overlapped.dll", - "ref/dotnet/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hans/System.Threading.Overlapped.xml", - "ref/dotnet/zh-hant/System.Threading.Overlapped.xml", - "ref/net46/System.Threading.Overlapped.dll", - "System.Threading.Overlapped.4.0.0.nupkg", - "System.Threading.Overlapped.4.0.0.nupkg.sha512", - "System.Threading.Overlapped.nuspec" - ] - }, - "System.Threading.Tasks/4.0.11-beta-23504": { + "System.Threading.Tasks/4.0.11-beta-23516": { "type": "package", "serviceable": true, - "sha512": "4GDxeC8aOFF6r49Y0aLgPa3chmtieP+SqrFj7N+h58h+Wn3beAZhzFqvR9hEeJ918zNur/W78uuMho0UUTqLtw==", + "sha512": "xjN0l+GsHEdV3G2lKF7DnH7kEM2OXoWq56jcvByNaiirrs1om5RyI6gwX7F4rTbkf8eZk1pjg01l4CI3nLyTKg==", "files": [ "lib/DNXCore50/System.Threading.Tasks.dll", "lib/MonoAndroid10/_._", @@ -5012,60 +3594,27 @@ "ref/xamarinios10/_._", "ref/xamarinmac20/_._", "runtimes/win8-aot/lib/netcore50/System.Threading.Tasks.dll", - "System.Threading.Tasks.4.0.11-beta-23504.nupkg", - "System.Threading.Tasks.4.0.11-beta-23504.nupkg.sha512", + "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.ThreadPool/4.0.10-beta-23506": { - "type": "package", - "serviceable": true, - "sha512": "yAUdypw226HwTln0KQO+C3zxxOPRnNxG3CE09hrXKS0VOnFRiARFcQZTlOKf70VFUVcU15A1BmJdDBPZ84N7Dw==", - "files": [ - "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-beta-23506.nupkg", - "System.Threading.ThreadPool.4.0.10-beta-23506.nupkg.sha512", - "System.Threading.ThreadPool.nuspec" - ] } }, "projectFileDependencyGroups": { "": [ - "Microsoft.Extensions.DependencyInjection >= 1.0.0-*" + "Microsoft.Extensions.DependencyInjection >= 1.0.0-rc1-final" ], - ".NETFramework,Version=v4.6": [], - "DNX,Version=v4.5.1": [], - "DNXCore,Version=v5.0": [ - "Microsoft.CSharp >= 4.0.1-*", - "System.Collections >= 4.0.11-*", - "System.Linq >= 4.0.1-*", - "System.Runtime >= 4.0.21-*", - "System.Threading >= 4.0.11-*", - "System.Net.Http >= 4.0.1-*", - "System.Net.Sockets >= 4.1.0-*", - "System.Net.Security >= 4.0.0-*", - "System.Console >= 4.0.0-*" + ".NETFramework,Version=v4.5.1": [], + ".NETPlatform,Version=v5.4": [ + "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.Net.Http >= 4.0.1-beta-23516", + "System.Net.Sockets >= 4.1.0-beta-23516", + "System.Net.Security >= 4.0.0-beta-23516", + "System.Console >= 4.0.0-beta-23516" ] } } \ No newline at end of file From e8cdffd2135ca7beb622d64d8d53a7864176f40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=BE=E3=81=BF=E3=82=84=20=E3=82=86=E3=81=86?= =?UTF-8?q?=E3=81=93?= <1@1234.sh> Date: Thu, 19 Nov 2015 10:23:33 +0800 Subject: [PATCH 5/5] dot net 5.5 --- .../project.lock.json | 6 ++--- src/CodeComb.Net.EmailSender/project.json | 2 +- .../project.lock.json | 26 ++++++++++++------- 3 files changed, 20 insertions(+), 14 deletions(-) diff --git a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json index fa8c886..013fa6a 100644 --- a/samples/CodeComb.Net.EmailSender.Sample/project.lock.json +++ b/samples/CodeComb.Net.EmailSender.Sample/project.lock.json @@ -47,7 +47,7 @@ "DNXCore,Version=v5.0": { "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": ".NETPlatform,Version=v5.4", + "framework": ".NETPlatform,Version=v5.5", "dependencies": { "Microsoft.CSharp": "4.0.1-beta-23516", "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", @@ -756,7 +756,7 @@ "DNXCore,Version=v5.0/win7-x86": { "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": ".NETPlatform,Version=v5.4", + "framework": ".NETPlatform,Version=v5.5", "dependencies": { "Microsoft.CSharp": "4.0.1-beta-23516", "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", @@ -1730,7 +1730,7 @@ "DNXCore,Version=v5.0/win7-x64": { "CodeComb.Net.EmailSender/2.0.0-rc1-final": { "type": "project", - "framework": ".NETPlatform,Version=v5.4", + "framework": ".NETPlatform,Version=v5.5", "dependencies": { "Microsoft.CSharp": "4.0.1-beta-23516", "Microsoft.Extensions.DependencyInjection": "1.0.0-rc1-final", diff --git a/src/CodeComb.Net.EmailSender/project.json b/src/CodeComb.Net.EmailSender/project.json index 8cb383b..a5e3e56 100644 --- a/src/CodeComb.Net.EmailSender/project.json +++ b/src/CodeComb.Net.EmailSender/project.json @@ -15,7 +15,7 @@ "frameworks": { "net451": { }, - "dotnet5.4": { + "dotnet5.5": { "dependencies": { "Microsoft.CSharp": "4.0.1-beta-23516", "System.Collections": "4.0.11-beta-23516", diff --git a/src/CodeComb.Net.EmailSender/project.lock.json b/src/CodeComb.Net.EmailSender/project.lock.json index 2af7f38..b83ff82 100644 --- a/src/CodeComb.Net.EmailSender/project.lock.json +++ b/src/CodeComb.Net.EmailSender/project.lock.json @@ -37,7 +37,7 @@ } } }, - ".NETPlatform,Version=v5.4": { + ".NETPlatform,Version=v5.5": { "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { @@ -265,11 +265,13 @@ "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { + "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "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": { @@ -524,7 +526,7 @@ } } }, - ".NETPlatform,Version=v5.4/win7-x86": { + ".NETPlatform,Version=v5.5/win7-x86": { "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { @@ -913,11 +915,13 @@ "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { + "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "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": { @@ -1159,7 +1163,7 @@ } } }, - ".NETPlatform,Version=v5.4/win7-x64": { + ".NETPlatform,Version=v5.5/win7-x64": { "Microsoft.CSharp/4.0.1-beta-23516": { "type": "package", "dependencies": { @@ -1548,11 +1552,13 @@ "System.Net.Sockets/4.1.0-beta-23516": { "type": "package", "dependencies": { + "System.IO": "4.0.0", "System.Net.Primitives": "4.0.10", - "System.Runtime": "4.0.0" + "System.Runtime": "4.0.0", + "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": { @@ -3605,7 +3611,7 @@ "Microsoft.Extensions.DependencyInjection >= 1.0.0-rc1-final" ], ".NETFramework,Version=v4.5.1": [], - ".NETPlatform,Version=v5.4": [ + ".NETPlatform,Version=v5.5": [ "Microsoft.CSharp >= 4.0.1-beta-23516", "System.Collections >= 4.0.11-beta-23516", "System.Linq >= 4.0.1-beta-23516",