diff --git a/sample/MongoIdentitySample.Mvc/MongoIdentitySample.Mvc.csproj b/sample/MongoIdentitySample.Mvc/MongoIdentitySample.Mvc.csproj index 25cd7d3..9ee5219 100644 --- a/sample/MongoIdentitySample.Mvc/MongoIdentitySample.Mvc.csproj +++ b/sample/MongoIdentitySample.Mvc/MongoIdentitySample.Mvc.csproj @@ -8,6 +8,7 @@ + @@ -30,8 +31,4 @@ - - - - diff --git a/src/AspNetCore.Identity.MongoDbCore.csproj b/src/AspNetCore.Identity.MongoDbCore.csproj index de25841..ce62933 100644 --- a/src/AspNetCore.Identity.MongoDbCore.csproj +++ b/src/AspNetCore.Identity.MongoDbCore.csproj @@ -16,8 +16,8 @@ - - + + diff --git a/src/AspNetCore.Identity.MongoDbCore.nuspec b/src/AspNetCore.Identity.MongoDbCore.nuspec index 6222809..cfa33ef 100644 --- a/src/AspNetCore.Identity.MongoDbCore.nuspec +++ b/src/AspNetCore.Identity.MongoDbCore.nuspec @@ -2,7 +2,7 @@ AspNetCore.Identity.MongoDbCore - 1.0.6 + 1.0.7 AspNetCore.Identity.MongoDbCore Alexandre Spieser Alexandre Spieser @@ -10,14 +10,14 @@ https://github.com/alexandre-spieser/AspNetCore.Identity.MongoDbCore false A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.0. - Changed the MongoUserStore and MongoRoleStore DI registration to instance per scope (previously was singleton) to avoid ObjectDisposedException in MVC controller. + MongoDB 3.6 Support, Identity 2.0.1 upgrade. Copyright 2017 (c) Alexandre Spieser. All rights reserved. aspnetcore mongo mongodb identity membership - - - - + + + + diff --git a/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.deps.json b/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.deps.json index abe1bf5..4e83033 100644 --- a/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.deps.json +++ b/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.deps.json @@ -1,28 +1,50 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.0", - "signature": "bd9370ef5c934f6ee79db0c381cc3742186af303" + "signature": "38e5f0ca5f25fc12f74d4c5d8051381123909848" }, "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v2.0": { "AspNetCore.Identity.MongoDbCore/1.0.0": { "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.0", - "Microsoft.Extensions.Identity.Stores": "2.0.0", - "MongoDB.Driver": "2.4.4", - "MongoDbGenericRepository": "1.3.0" + "Microsoft.AspNetCore.Identity": "2.0.1", + "Microsoft.Extensions.Identity.Stores": "2.0.1", + "MongoDB.Driver": "2.5.0", + "MongoDbGenericRepository": "1.3.4" }, "runtime": { "AspNetCore.Identity.MongoDbCore.dll": {} } }, - "Microsoft.AspNetCore.Authentication/2.0.0": { + "DnsClient/1.0.7": { "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.0", - "Microsoft.AspNetCore.DataProtection": "2.0.0", - "Microsoft.AspNetCore.Http": "2.0.0", - "Microsoft.AspNetCore.Http.Extensions": "2.0.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Buffers": "4.4.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.NetworkInformation": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/DnsClient.dll": {} + } + }, + "Microsoft.AspNetCore.Authentication/2.0.1": { + "dependencies": { + "Microsoft.AspNetCore.Authentication.Core": "2.0.1", + "Microsoft.AspNetCore.DataProtection": "2.0.1", + "Microsoft.AspNetCore.Http": "2.0.1", + "Microsoft.AspNetCore.Http.Extensions": "2.0.1", "Microsoft.Extensions.Logging.Abstractions": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", "Microsoft.Extensions.WebEncoders": "2.0.0" @@ -31,9 +53,9 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} } }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Authentication.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", "Microsoft.Extensions.Logging.Abstractions": "2.0.0", "Microsoft.Extensions.Options": "2.0.0" }, @@ -41,42 +63,42 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.0": { + "Microsoft.AspNetCore.Authentication.Cookies/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.0" + "Microsoft.AspNetCore.Authentication": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} } }, - "Microsoft.AspNetCore.Authentication.Core/2.0.0": { + "Microsoft.AspNetCore.Authentication.Core/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http": "2.0.0", - "Microsoft.AspNetCore.Http.Extensions": "2.0.0" + "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.1", + "Microsoft.AspNetCore.Http": "2.0.1", + "Microsoft.AspNetCore.Http.Extensions": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} } }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.0": { + "Microsoft.AspNetCore.Cryptography.Internal/2.0.1": { "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} } }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.0": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.0" + "Microsoft.AspNetCore.Cryptography.Internal": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} } }, - "Microsoft.AspNetCore.DataProtection/2.0.0": { + "Microsoft.AspNetCore.DataProtection/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Cryptography.Internal": "2.0.1", + "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.1", + "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.1", "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", "Microsoft.Extensions.Logging.Abstractions": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", @@ -87,67 +109,67 @@ "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} } }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.0": { + "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.1": { "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Hosting.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.1", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "2.0.1", "Microsoft.Extensions.Logging.Abstractions": "2.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", + "Microsoft.AspNetCore.Http.Features": "2.0.1", "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Http/2.0.0": { + "Microsoft.AspNetCore.Http/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.AspNetCore.WebUtilities": "2.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", + "Microsoft.AspNetCore.WebUtilities": "2.0.1", "Microsoft.Extensions.ObjectPool": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0" + "Microsoft.Net.Http.Headers": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} } }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Http.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", + "Microsoft.AspNetCore.Http.Features": "2.0.1", "System.Text.Encodings.Web": "4.4.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { + "Microsoft.AspNetCore.Http.Extensions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0", + "Microsoft.Net.Http.Headers": "2.0.1", "System.Buffers": "4.4.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} } }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { + "Microsoft.AspNetCore.Http.Features/2.0.1": { "dependencies": { "Microsoft.Extensions.Primitives": "2.0.0" }, @@ -155,20 +177,20 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} } }, - "Microsoft.AspNetCore.Identity/2.0.0": { + "Microsoft.AspNetCore.Identity/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0", - "Microsoft.Extensions.Identity.Core": "2.0.0" + "Microsoft.AspNetCore.Authentication.Cookies": "2.0.1", + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.1", + "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.1", + "Microsoft.Extensions.Identity.Core": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} } }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { + "Microsoft.AspNetCore.WebUtilities/2.0.1": { "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.0", + "Microsoft.Net.Http.Headers": "2.0.1", "System.Text.Encodings.Web": "4.4.0" }, "runtime": { @@ -196,14 +218,14 @@ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/2.0.1": { "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} } }, - "Microsoft.Extensions.Identity.Core/2.0.0": { + "Microsoft.Extensions.Identity.Core/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.0", + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.1", "Microsoft.Extensions.Logging": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", "System.ComponentModel.Annotations": "4.4.0" @@ -212,9 +234,9 @@ "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} } }, - "Microsoft.Extensions.Identity.Stores/2.0.0": { + "Microsoft.Extensions.Identity.Stores/2.0.1": { "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.0", + "Microsoft.Extensions.Identity.Core": "2.0.1", "Microsoft.Extensions.Logging": "2.0.0", "System.ComponentModel.Annotations": "4.4.0" }, @@ -269,7 +291,7 @@ "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} } }, - "Microsoft.Net.Http.Headers/2.0.0": { + "Microsoft.Net.Http.Headers/2.0.1": { "dependencies": { "Microsoft.Extensions.Primitives": "2.0.0", "System.Buffers": "4.4.0" @@ -278,11 +300,11 @@ "lib/netstandard2.0/Microsoft.Net.Http.Headers.dll": {} } }, - "Microsoft.NETCore.Targets/1.0.1": {}, - "Microsoft.Win32.Primitives/4.0.1": { + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.Win32.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "Microsoft.Win32.Registry/4.4.0": { @@ -301,7 +323,7 @@ } } }, - "MongoDB.Bson/2.4.4": { + "MongoDB.Bson/2.5.0": { "dependencies": { "System.Collections.NonGeneric": "4.0.1", "System.Diagnostics.Process": "4.1.0", @@ -312,22 +334,24 @@ "lib/netstandard1.5/MongoDB.Bson.dll": {} } }, - "MongoDB.Driver/2.4.4": { + "MongoDB.Driver/2.5.0": { "dependencies": { - "MongoDB.Bson": "2.4.4", - "MongoDB.Driver.Core": "2.4.4", + "MongoDB.Bson": "2.5.0", + "MongoDB.Driver.Core": "2.5.0", + "System.ComponentModel.TypeConverter": "4.1.0", "System.Linq.Queryable": "4.0.1" }, "runtime": { "lib/netstandard1.5/MongoDB.Driver.dll": {} } }, - "MongoDB.Driver.Core/2.4.4": { + "MongoDB.Driver.Core/2.5.0": { "dependencies": { - "MongoDB.Bson": "2.4.4", + "DnsClient": "1.0.7", + "MongoDB.Bson": "2.5.0", "System.Collections.Specialized": "4.0.1", "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.0.0", + "System.Net.NameResolution": "4.3.0", "System.Net.Security": "4.0.0", "System.Security.SecureString": "4.0.0" }, @@ -335,102 +359,136 @@ "lib/netstandard1.5/MongoDB.Driver.Core.dll": {} } }, - "MongoDbGenericRepository/1.3.0": { + "MongoDbGenericRepository/1.3.4": { + "dependencies": { + "MongoDB.Driver": "2.5.0" + }, "runtime": { "lib/netstandard2.0/MongoDbGenericRepository.dll": {} } }, - "runtime.native.System/4.0.0": { + "runtime.native.System/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Net.Http/4.0.1": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Net.Security/4.0.1": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Security.Cryptography/4.0.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "System.Buffers/4.4.0": {}, - "System.Collections/4.0.11": { + "System.Collections/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Collections.Concurrent/4.0.12": { + "System.Collections.Concurrent/4.3.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, "System.Collections.NonGeneric/4.0.1": { "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" } }, "System.Collections.Specialized/4.0.1": { "dependencies": { "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.ComponentModel/4.0.1": { + "dependencies": { + "System.Runtime": "4.3.0" } }, "System.ComponentModel.Annotations/4.4.0": {}, - "System.Diagnostics.Debug/4.0.11": { + "System.ComponentModel.Primitives/4.1.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "System.ComponentModel": "4.0.1", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.ComponentModel.TypeConverter/4.1.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Primitives": "4.1.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Diagnostics.Debug/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Diagnostics.Process/4.1.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", + "Microsoft.Win32.Primitives": "4.3.0", "Microsoft.Win32.Registry": "4.4.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" }, "runtimeTargets": { "runtime/linux/lib/_._": { @@ -449,14 +507,14 @@ }, "System.Diagnostics.TraceSource/4.0.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" }, "runtimeTargets": { "runtime/unix/lib/_._": { @@ -469,51 +527,51 @@ } } }, - "System.Diagnostics.Tracing/4.1.0": { + "System.Diagnostics.Tracing/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Dynamic.Runtime/4.0.11": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", "System.Linq.Expressions": "4.1.0", "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", + "System.Reflection.Primitives": "4.3.0", "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" } }, - "System.Globalization/4.0.11": { + "System.Globalization/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Globalization.Calendars/4.0.1": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Globalization.Extensions/4.0.1": { + "System.Globalization.Extensions/4.3.0": { "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" }, "runtimeTargets": { "runtime/unix/lib/_._": { @@ -526,87 +584,87 @@ } } }, - "System.IO/4.1.0": { + "System.IO/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "System.IO.FileSystem/4.0.1": { + "System.IO.FileSystem/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "System.IO.FileSystem.Primitives/4.0.1": { + "System.IO.FileSystem.Primitives/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0" + "System.Runtime": "4.3.0" } }, - "System.Linq/4.1.0": { + "System.Linq/4.3.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" } }, "System.Linq.Expressions/4.1.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.0.1", "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" } }, "System.Linq.Queryable/4.0.1": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Net.NameResolution/4.0.0": { + "System.Net.NameResolution/4.3.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" }, "runtimeTargets": { "runtime/unix/lib/_._": { @@ -619,28 +677,68 @@ } } }, - "System.Net.Primitives/4.0.11": { + "System.Net.NetworkInformation/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.4.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/linux/lib/_._": { + "rid": "linux", + "assetType": "runtime" + }, + "runtime/osx/lib/_._": { + "rid": "osx", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } + } + }, + "System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" } }, "System.Net.Security/4.0.0": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Claims": "4.0.1", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", @@ -648,11 +746,11 @@ "System.Security.Cryptography.Primitives": "4.0.0", "System.Security.Cryptography.X509Certificates": "4.1.0", "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.0.1", "runtime.native.System.Security.Cryptography": "4.0.0" }, @@ -667,77 +765,86 @@ } } }, - "System.ObjectModel/4.0.12": { + "System.Net.Sockets/4.3.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "System.Reflection/4.1.0": { + "System.ObjectModel/4.0.12": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" + } + }, + "System.Reflection/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" } }, "System.Reflection.Emit/4.0.1": { "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" } }, "System.Reflection.Emit.ILGeneration/4.0.1": { "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" } }, "System.Reflection.Emit.Lightweight/4.0.1": { "dependencies": { - "System.Reflection": "4.1.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Reflection.Extensions/4.0.1": { + "System.Reflection.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Reflection.Primitives/4.0.1": { + "System.Reflection.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Reflection.TypeExtensions/4.1.0": { "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Resources.ResourceManager/4.0.1": { + "System.Resources.ResourceManager/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Runtime/4.1.0": { + "System.Runtime/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "System.Runtime.CompilerServices.Unsafe/4.4.0": { @@ -745,33 +852,54 @@ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} } }, - "System.Runtime.Extensions/4.1.0": { + "System.Runtime.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Runtime.Handles/4.0.1": { + "System.Runtime.Handles/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Runtime.InteropServices/4.1.0": { + "System.Runtime.InteropServices/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, "System.Runtime.Numerics/4.0.1": { "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" } }, "System.Security.AccessControl/4.4.0": { @@ -791,28 +919,28 @@ }, "System.Security.Claims/4.0.1": { "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", "System.Security.Principal": "4.0.1" } }, "System.Security.Cryptography.Algorithms/4.2.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.0.1", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", + "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography": "4.0.0" }, "runtimeTargets": { @@ -828,16 +956,16 @@ }, "System.Security.Cryptography.Cng/4.2.0": { "dependencies": { - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11" + "System.Text.Encoding": "4.3.0" }, "runtimeTargets": { "runtime/unix/lib/_._": { @@ -852,18 +980,18 @@ }, "System.Security.Cryptography.Csp/4.0.0": { "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "runtimeTargets": { "runtime/unix/lib/_._": { @@ -878,16 +1006,16 @@ }, "System.Security.Cryptography.Encoding/4.0.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", + "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography": "4.0.0" }, "runtimeTargets": { @@ -903,18 +1031,18 @@ }, "System.Security.Cryptography.OpenSsl/4.0.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.0.1", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", + "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography": "4.0.0" }, "runtimeTargets": { @@ -926,29 +1054,29 @@ }, "System.Security.Cryptography.Primitives/4.0.0": { "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, "System.Security.Cryptography.X509Certificates/4.1.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.0.1", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Cng": "4.2.0", @@ -956,9 +1084,9 @@ "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.OpenSsl": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.0.1", "runtime.native.System.Security.Cryptography": "4.0.0" }, @@ -980,7 +1108,7 @@ }, "System.Security.Principal/4.0.1": { "dependencies": { - "System.Runtime": "4.1.0" + "System.Runtime": "4.3.0" } }, "System.Security.Principal.Windows/4.4.0": { @@ -997,13 +1125,13 @@ }, "System.Security.SecureString/4.0.0": { "dependencies": { - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" }, "runtimeTargets": { "runtime/unix/lib/_._": { @@ -1016,17 +1144,17 @@ } } }, - "System.Text.Encoding/4.0.11": { + "System.Text.Encoding/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Text.Encoding.Extensions/4.0.11": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" } }, "System.Text.Encodings.Web/4.4.0": { @@ -1034,27 +1162,44 @@ "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} } }, - "System.Threading/4.0.11": { + "System.Threading/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "System.Threading.Tasks/4.0.11": { + "System.Threading.Overlapped/4.3.0": { "dependencies": { - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + }, + "runtimeTargets": { + "runtime/unix/lib/_._": { + "rid": "unix", + "assetType": "runtime" + }, + "runtime/win/lib/_._": { + "rid": "win", + "assetType": "runtime" + } } }, - "System.Threading.Thread/4.0.0": { + "System.Threading.Tasks/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Threading.ThreadPool/4.0.10": { + "System.Threading.Thread/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "System.Runtime": "4.3.0" + } + }, + "System.Threading.ThreadPool/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" } } } @@ -1065,117 +1210,124 @@ "serviceable": false, "sha512": "" }, - "Microsoft.AspNetCore.Authentication/2.0.0": { + "DnsClient/1.0.7": { "type": "package", "serviceable": true, - "sha512": "sha512-QmgG+EkJg+lObB7XffZGrbj1E8JE74ZePyVsuywhXrvPDObrjUwyvsbkOQvdtjiULhkh+8fgfhBcDTTiMr56Eg==", - "path": "microsoft.aspnetcore.authentication/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.2.0.0.nupkg.sha512" + "sha512": "sha512-f3k5ufhUSL658fy/ac1mReqRIr0jGMyOJFvBqJ+7cASq01NIysYbrrRDjboYKAGrd0Y2mc1A749uQvT8vAA91A==", + "path": "dnsclient/1.0.7", + "hashPath": "dnsclient.1.0.7.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Authentication/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-eDrNQlYPL5lw8DXMlEvo61VhkZ9DFq9/8Fds8+aaMa4nMtIJvwEwbFyYfJ+Zblh/8NNBkDQHkDD1p4i3g0HFWg==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-DD+8BB3eBB+l7oqloFZLKv+mrWvcHyhiW3qrqg0pC8Qv717rJZd3iKULgwEs8i0GBupn/Qn0BGK+ohy1OBevIw==", + "path": "microsoft.aspnetcore.authentication/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.0": { + "Microsoft.AspNetCore.Authentication.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-330xWVaI3isU9h0oaZB7CByB93F60CSstbSm4XnPObpJHXkBrW3gth+ujn0oHGyRoP7Fo1UK/kROc8gvymFGTw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.0.nupkg.sha512" + "sha512": "sha512-7PHMl0nVjaYCrypBSsS2MYZmmOm8UqJmkFRuGzfcEpkYKT/2TjEZ8z2F0QBkU7YOfDmeupanrD5vcnJvupdWJg==", + "path": "microsoft.aspnetcore.authentication.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.Core/2.0.0": { + "Microsoft.AspNetCore.Authentication.Cookies/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-fO3HRV8+8trdBvi0zpQBu/TtoK//JC4fdeREud08589wxc8+mkP9gzXuLMMst88fa5EkjPeIGEnc2OvRpOLyMw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.0.nupkg.sha512" + "sha512": "sha512-4Wsh6hfTDK9bIiNN3PS3HrZKZkv33L07qq1FqY+hIS5pYSdf7lZVjJobjIQgTTIO16e4Z+5afRbzcVXogIriWA==", + "path": "microsoft.aspnetcore.authentication.cookies/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.0": { + "Microsoft.AspNetCore.Authentication.Core/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-SY6GQyZZ5o09rqFmy3nhyJzx3lkFDBl0wO2Kb7EoLCPyH6dC7KB+QXysHfa9P5jHPiYB9VEkcQ9H7kQKcXQ1sw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.0", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.0.nupkg.sha512" + "sha512": "sha512-iYr/rnoafq+pl9p4O+6GitU1iXh4FJYFsRt6oi1fcITWy7FHy5eA4N7T5ypNImsyY/MFTiIpH0g7XXUeDUVgww==", + "path": "microsoft.aspnetcore.authentication.core/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.core.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.0": { + "Microsoft.AspNetCore.Cryptography.Internal/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-kXszvwovn6Xot8JvRVf5KL9HXHzVVirs9diPkzMDNoPWMvubXRisw1d3T2ETFCgx2MOOhfUu5+LXlybC1ITkOQ==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.0", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.0.nupkg.sha512" + "sha512": "sha512-zmERIuyMufMcEOf0nLM9ApgH4VHhUnFGzmrgp2mkFL5unXfzDFg7Itdq4PsKMjrBZScGt3ayN0ct7F5ttdZ1eA==", + "path": "microsoft.aspnetcore.cryptography.internal/2.0.1", + "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.DataProtection/2.0.0": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-CjRLA26BpKrzBqpw1g9F3rGYNGisPd+zsnYdpJbHsjH4iIbi/OHfgKzGdHZCwmfQWrlL4e8Q0SpS+DMvgf6Jpg==", - "path": "microsoft.aspnetcore.dataprotection/2.0.0", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.0.nupkg.sha512" + "sha512": "sha512-rLj4xn0dwWslmk2LSrLUNlJ8pGDspj8MQ6EyLQO+saGobnGXhJa+k92d6X0w2qhZddHhLebXurRFlyKOpdkWNQ==", + "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.1", + "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.0": { + "Microsoft.AspNetCore.DataProtection/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-BiFPWLZTKw253oQ5lAXcCkFkNFSRNi8fDCUB2yOTQyuYVMR8pnBAhVJ37o/E6bnuFYrE6eFCU4iDYrShmBIBYA==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-wQbnO+4xEalM/80V27UqAoRe0Hxo13W2lNNnJ3816zwDv1404tiLwE7YLPM68b6H+QYOaqvQFGqKkj4FBrN4mw==", + "path": "microsoft.aspnetcore.dataprotection/2.0.1", + "hashPath": "microsoft.aspnetcore.dataprotection.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { + "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-IR2zlm3d/CmYbkw+cMM7M6mUAi+xsFUPfWqGYqzZVC5o6jX3xD2Z4Uf44UBaWKMBf5Z7q9dodIdXxwFPF2Hxhg==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-2sXEwqRIdQsbdfuGr0G5N0G+No2ormNyAkAudtVgoFzbjdf6zbCtbLK9skoNb4bg3/ZyE0qa1iOJELfEM4GUjA==", + "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Hosting.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-v2H65ix/O11HKoxhKQpljtozsD5/1tqeXr3TYnrLgfAPIsp6kTFxIcTSENoxtew7h9X14ENqUf2lBCkyCNRUuQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-1/Pifm1al6wA12UkAGpro2vsF31oF8Zw2ZCi9PphxTFGreTsJbqPzd39YcTlw3Knb9n/8F9/lTZ3l1m2RjWGXg==", + "path": "microsoft.aspnetcore.hosting.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http/2.0.0": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-2YNhcHrGxo2YufA8TYGyaEMIJwikyisZqEzHCRpIuI0D6ZXkA47U/3NJg2r/x5/gGHNM3TXO7DsqH88qRda+yg==", - "path": "microsoft.aspnetcore.http/2.0.0", - "hashPath": "microsoft.aspnetcore.http.2.0.0.nupkg.sha512" + "sha512": "sha512-uVOdxjpxJdwR5C3RdByht/cm9FwyqeTEm58NnPwOxMAUPE9nqbXdVnq1Hff2VjtSlvVtPVT0NiJjHM6pDkEeKA==", + "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Http/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-pblZLY7IfNqhQ5wwGQ0vNq2mG6W5YgZI1fk7suEuwZsGxGEADNBAyNlTALM9L8nMXdvbp6aHP/t4wHrFpcL3Sw==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-mTXDCNF83pV6qe+IzJ166p1re2or25Xj0vjdqj5JDakz9ClNZHncSkyAk63vSpBZbgFXGHiz+PuVyYcfurs5ew==", + "path": "microsoft.aspnetcore.http/2.0.1", + "hashPath": "microsoft.aspnetcore.http.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { + "Microsoft.AspNetCore.Http.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-lA7Bwvur19MhXrlW0w+WBXONJMSFYY5kNazflz4MNwMZMtzwHxNA6fC5sQsssYd/XvA0gMyKwp52s68uuKLR1w==", - "path": "microsoft.aspnetcore.http.extensions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.0.nupkg.sha512" + "sha512": "sha512-i3mGpHEGnMq/x9eDxdWVP4e+VdPD8DuhdVYR4sH0wxWiM6oa0tNAhwDGoOrDop548PSwLM8Qs7DGPvrZqIqjmQ==", + "path": "microsoft.aspnetcore.http.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { + "Microsoft.AspNetCore.Http.Extensions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-yk62muzFTZTKCQuo3nmVPkPvGBlM2qbdSxbX62TufuONuKQrTGQ/SwhwBbYutk5/YY7u4HETu0n9BKOn7mMgmA==", - "path": "microsoft.aspnetcore.http.features/2.0.0", - "hashPath": "microsoft.aspnetcore.http.features.2.0.0.nupkg.sha512" + "sha512": "sha512-iG6FtbPQI3AOb3LskrY23AUiaZUGSfXWxMf1cJh9lB/h309qiMTPM6Du4stGwwSvw3yR2EKNaV+O4aZWmuvfog==", + "path": "microsoft.aspnetcore.http.extensions/2.0.1", + "hashPath": "microsoft.aspnetcore.http.extensions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Identity/2.0.0": { + "Microsoft.AspNetCore.Http.Features/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-Ax5mfrcZRI/1nGvHsi3mA9EvxCkleFnlmhd+ZMJ4PYHTHtL1o51vCMInYCd5oGuSCkRgXHn0U9bAfuQPpaCdvg==", - "path": "microsoft.aspnetcore.identity/2.0.0", - "hashPath": "microsoft.aspnetcore.identity.2.0.0.nupkg.sha512" + "sha512": "sha512-J9JvFF7gC2SDJTV/4XWXQaKX4zdjR2ixlGy/KUD7Og+dkeHleD7f8+wtRUthuQV1yCU3t/gz/IrmbpmQj+Tlzg==", + "path": "microsoft.aspnetcore.http.features/2.0.1", + "hashPath": "microsoft.aspnetcore.http.features.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { + "Microsoft.AspNetCore.Identity/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-RqDEwy7jdHJ0NunWydSzJrpODnsF7NPdB0KaRdG60H1bMEt4DbjcWkUb+XxjZ15uWCMi7clTQClpPuIFLwD1yQ==", - "path": "microsoft.aspnetcore.webutilities/2.0.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.0.nupkg.sha512" + "sha512": "sha512-dJzQ3AhwEWFYbWNSigHc/RutA+P8xiW6eh4KnLmQaxjikRfSVfRLf4Da4tOByD6ddJsaBqfstWJnd3KBDKzJAw==", + "path": "microsoft.aspnetcore.identity/2.0.1", + "hashPath": "microsoft.aspnetcore.identity.2.0.1.nupkg.sha512" + }, + "Microsoft.AspNetCore.WebUtilities/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-shzRZs574ir2Im5hJBSKnLlNbf8SKA2d5Mkcto5fv6LUcYqu0ravmVHfuRAqnAeo2Z0GpcpFW2DKmNbFjvzWRg==", + "path": "microsoft.aspnetcore.webutilities/2.0.1", + "hashPath": "microsoft.aspnetcore.webutilities.2.0.1.nupkg.sha512" }, "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { "type": "package", @@ -1198,26 +1350,26 @@ "path": "microsoft.extensions.fileproviders.abstractions/2.0.0", "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.0.nupkg.sha512" }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-qPG6Ip/AdHxMJ7j3z8FkkpCbV8yjtiFpf/aOpN3TwfJWbtYpN+BKV8Q+pqPMgk7XZivcju9yARaEVCS++hWopA==", - "path": "microsoft.extensions.hosting.abstractions/2.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-A43O0JzdTE+u5t2pFeraN+3fjlV6jcX3Ra5wIscCX1cM2RHDoOLDQmoDpvDti0ct5TsBEDHVTycbyFqtu0fm+Q==", + "path": "microsoft.extensions.hosting.abstractions/2.0.1", + "hashPath": "microsoft.extensions.hosting.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.Extensions.Identity.Core/2.0.0": { + "Microsoft.Extensions.Identity.Core/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-67UFFAYU/kiJdUgkV3zCx/4yonZ62TI+fP2xXebbSbGjQ2vHHVcNdmP+kX0mHcUfDNRgA+5NBpO/DxiFq0kZFA==", - "path": "microsoft.extensions.identity.core/2.0.0", - "hashPath": "microsoft.extensions.identity.core.2.0.0.nupkg.sha512" + "sha512": "sha512-2VEghVORmv8FFE1utIcw/7ct8pyzvzst8uELnftf+xKVFiTPYFThlTFzq+ZuVCGgI7r9YayUUdZGuoDFvmJfFA==", + "path": "microsoft.extensions.identity.core/2.0.1", + "hashPath": "microsoft.extensions.identity.core.2.0.1.nupkg.sha512" }, - "Microsoft.Extensions.Identity.Stores/2.0.0": { + "Microsoft.Extensions.Identity.Stores/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-1q2oszwyzJWQY6yaHfKpXX/1rKbLKkQH/qgmQtvf7PQ2QhS3wGn4/RXKjp/flcOr3j2FmWzdyH0+Y5YGRfI8Iw==", - "path": "microsoft.extensions.identity.stores/2.0.0", - "hashPath": "microsoft.extensions.identity.stores.2.0.0.nupkg.sha512" + "sha512": "sha512-A/sig+Oq5wQ2dUHawd2oH4QMqZVT9LLDZhsWCd+lfLavxEUJ7Lv2KI2wUeP84SQyeJjirsOAet0zkwVMS0nkMw==", + "path": "microsoft.extensions.identity.stores/2.0.1", + "hashPath": "microsoft.extensions.identity.stores.2.0.1.nupkg.sha512" }, "Microsoft.Extensions.Logging/2.0.0": { "type": "package", @@ -1261,26 +1413,26 @@ "path": "microsoft.extensions.webencoders/2.0.0", "hashPath": "microsoft.extensions.webencoders.2.0.0.nupkg.sha512" }, - "Microsoft.Net.Http.Headers/2.0.0": { + "Microsoft.Net.Http.Headers/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-Rm9zeNCWyNrGnysHdRXJpNfeDVlPzzFuidSuRLRNvOrnw71vgNPlR4H9wHo2hG/oSaruukqNjK06MDQqb+eXhA==", - "path": "microsoft.net.http.headers/2.0.0", - "hashPath": "microsoft.net.http.headers.2.0.0.nupkg.sha512" + "sha512": "sha512-A61ddihPbPy9764AtCysy73oj/PA/9hsv21mXLX5QJYp9lkeyygTufTSGUmh9hz/SiZKy5GBreSlgD2Tm2ab9w==", + "path": "microsoft.net.http.headers/2.0.1", + "hashPath": "microsoft.net.http.headers.2.0.1.nupkg.sha512" }, - "Microsoft.NETCore.Targets/1.0.1": { + "Microsoft.NETCore.Targets/1.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==", - "path": "microsoft.netcore.targets/1.0.1", - "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512" + "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "path": "microsoft.netcore.targets/1.1.0", + "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" }, - "Microsoft.Win32.Primitives/4.0.1": { + "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==", - "path": "microsoft.win32.primitives/4.0.1", - "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512" + "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "path": "microsoft.win32.primitives/4.3.0", + "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" }, "Microsoft.Win32.Registry/4.4.0": { "type": "package", @@ -1289,40 +1441,40 @@ "path": "microsoft.win32.registry/4.4.0", "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" }, - "MongoDB.Bson/2.4.4": { + "MongoDB.Bson/2.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-BavFx+rmR5k+dx14tC23KTyjCPkASvTQ1WxzLYHt2w3Mkqel5lJV6+gWzWV3DX9hnTewCC09OKqNqckiJl4sIw==", - "path": "mongodb.bson/2.4.4", - "hashPath": "mongodb.bson.2.4.4.nupkg.sha512" + "sha512": "sha512-b7zQAUdSdfJ4kmGzAA+hv89N2Q6jm1td9WfTimgp8xWAsN4qbtIjA/JkAY1HA0Z8xfXQE3EmdUcDEwT8bkXfXg==", + "path": "mongodb.bson/2.5.0", + "hashPath": "mongodb.bson.2.5.0.nupkg.sha512" }, - "MongoDB.Driver/2.4.4": { + "MongoDB.Driver/2.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-sG+4H7732fG3XGCXWsxwuUQBvnbVO/bzzxBVZHtHa5R2UDsRXR7BfQxAS/d9Qk8FlNDHOjTjz+GzWTgzjgopQw==", - "path": "mongodb.driver/2.4.4", - "hashPath": "mongodb.driver.2.4.4.nupkg.sha512" + "sha512": "sha512-VbHVV8Xdl3PcPU3XxdOUE/yc4BnPokg7k1XHU/3fEM/UdfCy0Ie0eXVE+U2HJXVcM3TQuuyVn+B1La2YY7X8dA==", + "path": "mongodb.driver/2.5.0", + "hashPath": "mongodb.driver.2.5.0.nupkg.sha512" }, - "MongoDB.Driver.Core/2.4.4": { + "MongoDB.Driver.Core/2.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-fVjXuQE5Qe2P38xz9wz5V0QhT54+ZT78/JUKMMbIXOKYVFgkzEOE7UU6ZsbC/AbR4lwGIpRQZoiv7wW3rJb3xQ==", - "path": "mongodb.driver.core/2.4.4", - "hashPath": "mongodb.driver.core.2.4.4.nupkg.sha512" + "sha512": "sha512-/JYwBTEoWZDHiSePk0AF775c0YkSGSsHTA2+hWt9/UOCkYV/QOFujAWDdpFzBMCDpmQewbLRR1knYj76YOxffA==", + "path": "mongodb.driver.core/2.5.0", + "hashPath": "mongodb.driver.core.2.5.0.nupkg.sha512" }, - "MongoDbGenericRepository/1.3.0": { + "MongoDbGenericRepository/1.3.4": { "type": "package", "serviceable": true, - "sha512": "sha512-PwRYZ+htcg6gpKHfQfoQcVXdoT4sYyroQVnooTG+gcxTwzI7HOwyxkUQhLPoWcSLSo2QGFkAJfwhtqE0JgBxOA==", - "path": "mongodbgenericrepository/1.3.0", - "hashPath": "mongodbgenericrepository.1.3.0.nupkg.sha512" + "sha512": "sha512-nVtq9UGq6e8I61D1Fc1HIvh4qVA92IkfpcmrNXgG2141qBOpY7U0FbKlz+NOqiJoopY/ejhTBE3QbicsxsoOeg==", + "path": "mongodbgenericrepository/1.3.4", + "hashPath": "mongodbgenericrepository.1.3.4.nupkg.sha512" }, - "runtime.native.System/4.0.0": { + "runtime.native.System/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==", - "path": "runtime.native.system/4.0.0", - "hashPath": "runtime.native.system.4.0.0.nupkg.sha512" + "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "path": "runtime.native.system/4.3.0", + "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" }, "runtime.native.System.Net.Http/4.0.1": { "type": "package", @@ -1352,19 +1504,19 @@ "path": "system.buffers/4.4.0", "hashPath": "system.buffers.4.4.0.nupkg.sha512" }, - "System.Collections/4.0.11": { + "System.Collections/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==", - "path": "system.collections/4.0.11", - "hashPath": "system.collections.4.0.11.nupkg.sha512" + "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "path": "system.collections/4.3.0", + "hashPath": "system.collections.4.3.0.nupkg.sha512" }, - "System.Collections.Concurrent/4.0.12": { + "System.Collections.Concurrent/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==", - "path": "system.collections.concurrent/4.0.12", - "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512" + "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "path": "system.collections.concurrent/4.3.0", + "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" }, "System.Collections.NonGeneric/4.0.1": { "type": "package", @@ -1380,6 +1532,13 @@ "path": "system.collections.specialized/4.0.1", "hashPath": "system.collections.specialized.4.0.1.nupkg.sha512" }, + "System.ComponentModel/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", + "path": "system.componentmodel/4.0.1", + "hashPath": "system.componentmodel.4.0.1.nupkg.sha512" + }, "System.ComponentModel.Annotations/4.4.0": { "type": "package", "serviceable": true, @@ -1387,12 +1546,26 @@ "path": "system.componentmodel.annotations/4.4.0", "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" }, - "System.Diagnostics.Debug/4.0.11": { + "System.ComponentModel.Primitives/4.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==", - "path": "system.diagnostics.debug/4.0.11", - "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512" + "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", + "path": "system.componentmodel.primitives/4.1.0", + "hashPath": "system.componentmodel.primitives.4.1.0.nupkg.sha512" + }, + "System.ComponentModel.TypeConverter/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", + "path": "system.componentmodel.typeconverter/4.1.0", + "hashPath": "system.componentmodel.typeconverter.4.1.0.nupkg.sha512" + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "path": "system.diagnostics.debug/4.3.0", + "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" }, "System.Diagnostics.Process/4.1.0": { "type": "package", @@ -1408,12 +1581,12 @@ "path": "system.diagnostics.tracesource/4.0.0", "hashPath": "system.diagnostics.tracesource.4.0.0.nupkg.sha512" }, - "System.Diagnostics.Tracing/4.1.0": { + "System.Diagnostics.Tracing/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==", - "path": "system.diagnostics.tracing/4.1.0", - "hashPath": "system.diagnostics.tracing.4.1.0.nupkg.sha512" + "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "path": "system.diagnostics.tracing/4.3.0", + "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" }, "System.Dynamic.Runtime/4.0.11": { "type": "package", @@ -1422,12 +1595,12 @@ "path": "system.dynamic.runtime/4.0.11", "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" }, - "System.Globalization/4.0.11": { + "System.Globalization/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==", - "path": "system.globalization/4.0.11", - "hashPath": "system.globalization.4.0.11.nupkg.sha512" + "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "path": "system.globalization/4.3.0", + "hashPath": "system.globalization.4.3.0.nupkg.sha512" }, "System.Globalization.Calendars/4.0.1": { "type": "package", @@ -1436,40 +1609,40 @@ "path": "system.globalization.calendars/4.0.1", "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512" }, - "System.Globalization.Extensions/4.0.1": { + "System.Globalization.Extensions/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", - "path": "system.globalization.extensions/4.0.1", - "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512" + "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "path": "system.globalization.extensions/4.3.0", + "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" }, - "System.IO/4.1.0": { + "System.IO/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==", - "path": "system.io/4.1.0", - "hashPath": "system.io.4.1.0.nupkg.sha512" + "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "path": "system.io/4.3.0", + "hashPath": "system.io.4.3.0.nupkg.sha512" }, - "System.IO.FileSystem/4.0.1": { + "System.IO.FileSystem/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==", - "path": "system.io.filesystem/4.0.1", - "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512" + "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "path": "system.io.filesystem/4.3.0", + "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" }, - "System.IO.FileSystem.Primitives/4.0.1": { + "System.IO.FileSystem.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==", - "path": "system.io.filesystem.primitives/4.0.1", - "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512" + "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "path": "system.io.filesystem.primitives/4.3.0", + "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" }, - "System.Linq/4.1.0": { + "System.Linq/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==", - "path": "system.linq/4.1.0", - "hashPath": "system.linq.4.1.0.nupkg.sha512" + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "path": "system.linq/4.3.0", + "hashPath": "system.linq.4.3.0.nupkg.sha512" }, "System.Linq.Expressions/4.1.0": { "type": "package", @@ -1485,19 +1658,26 @@ "path": "system.linq.queryable/4.0.1", "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" }, - "System.Net.NameResolution/4.0.0": { + "System.Net.NameResolution/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", - "path": "system.net.nameresolution/4.0.0", - "hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512" + "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "path": "system.net.nameresolution/4.3.0", + "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" }, - "System.Net.Primitives/4.0.11": { + "System.Net.NetworkInformation/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" + "sha512": "sha512-zNVmWVry0pAu7lcrRBhwwU96WUdbsrGL3azyzsbXmVNptae1+Za+UgOe9Z6s8iaWhPn7/l4wQqhC56HZWq7tkg==", + "path": "system.net.networkinformation/4.3.0", + "hashPath": "system.net.networkinformation.4.3.0.nupkg.sha512" + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "path": "system.net.primitives/4.3.0", + "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" }, "System.Net.Security/4.0.0": { "type": "package", @@ -1506,6 +1686,13 @@ "path": "system.net.security/4.0.0", "hashPath": "system.net.security.4.0.0.nupkg.sha512" }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "path": "system.net.sockets/4.3.0", + "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" + }, "System.ObjectModel/4.0.12": { "type": "package", "serviceable": true, @@ -1513,12 +1700,12 @@ "path": "system.objectmodel/4.0.12", "hashPath": "system.objectmodel.4.0.12.nupkg.sha512" }, - "System.Reflection/4.1.0": { + "System.Reflection/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==", - "path": "system.reflection/4.1.0", - "hashPath": "system.reflection.4.1.0.nupkg.sha512" + "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "path": "system.reflection/4.3.0", + "hashPath": "system.reflection.4.3.0.nupkg.sha512" }, "System.Reflection.Emit/4.0.1": { "type": "package", @@ -1541,19 +1728,19 @@ "path": "system.reflection.emit.lightweight/4.0.1", "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512" }, - "System.Reflection.Extensions/4.0.1": { + "System.Reflection.Extensions/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==", - "path": "system.reflection.extensions/4.0.1", - "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512" + "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "path": "system.reflection.extensions/4.3.0", + "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" }, - "System.Reflection.Primitives/4.0.1": { + "System.Reflection.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==", - "path": "system.reflection.primitives/4.0.1", - "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512" + "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "path": "system.reflection.primitives/4.3.0", + "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" }, "System.Reflection.TypeExtensions/4.1.0": { "type": "package", @@ -1562,19 +1749,19 @@ "path": "system.reflection.typeextensions/4.1.0", "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512" }, - "System.Resources.ResourceManager/4.0.1": { + "System.Resources.ResourceManager/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==", - "path": "system.resources.resourcemanager/4.0.1", - "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512" + "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "path": "system.resources.resourcemanager/4.3.0", + "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" }, - "System.Runtime/4.1.0": { + "System.Runtime/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==", - "path": "system.runtime/4.1.0", - "hashPath": "system.runtime.4.1.0.nupkg.sha512" + "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "path": "system.runtime/4.3.0", + "hashPath": "system.runtime.4.3.0.nupkg.sha512" }, "System.Runtime.CompilerServices.Unsafe/4.4.0": { "type": "package", @@ -1583,26 +1770,33 @@ "path": "system.runtime.compilerservices.unsafe/4.4.0", "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" }, - "System.Runtime.Extensions/4.1.0": { + "System.Runtime.Extensions/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==", - "path": "system.runtime.extensions/4.1.0", - "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512" + "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "path": "system.runtime.extensions/4.3.0", + "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" }, - "System.Runtime.Handles/4.0.1": { + "System.Runtime.Handles/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==", - "path": "system.runtime.handles/4.0.1", - "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512" + "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "path": "system.runtime.handles/4.3.0", + "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" }, - "System.Runtime.InteropServices/4.1.0": { + "System.Runtime.InteropServices/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==", - "path": "system.runtime.interopservices/4.1.0", - "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512" + "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "path": "system.runtime.interopservices/4.3.0", + "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" }, "System.Runtime.Numerics/4.0.1": { "type": "package", @@ -1702,12 +1896,12 @@ "path": "system.security.securestring/4.0.0", "hashPath": "system.security.securestring.4.0.0.nupkg.sha512" }, - "System.Text.Encoding/4.0.11": { + "System.Text.Encoding/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==", - "path": "system.text.encoding/4.0.11", - "hashPath": "system.text.encoding.4.0.11.nupkg.sha512" + "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "path": "system.text.encoding/4.3.0", + "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" }, "System.Text.Encoding.Extensions/4.0.11": { "type": "package", @@ -1723,33 +1917,40 @@ "path": "system.text.encodings.web/4.4.0", "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" }, - "System.Threading/4.0.11": { + "System.Threading/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==", - "path": "system.threading/4.0.11", - "hashPath": "system.threading.4.0.11.nupkg.sha512" + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "path": "system.threading/4.3.0", + "hashPath": "system.threading.4.3.0.nupkg.sha512" }, - "System.Threading.Tasks/4.0.11": { + "System.Threading.Overlapped/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==", - "path": "system.threading.tasks/4.0.11", - "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512" + "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "path": "system.threading.overlapped/4.3.0", + "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512" }, - "System.Threading.Thread/4.0.0": { + "System.Threading.Tasks/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==", - "path": "system.threading.thread/4.0.0", - "hashPath": "system.threading.thread.4.0.0.nupkg.sha512" + "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "path": "system.threading.tasks/4.3.0", + "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" }, - "System.Threading.ThreadPool/4.0.10": { + "System.Threading.Thread/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==", - "path": "system.threading.threadpool/4.0.10", - "hashPath": "system.threading.threadpool.4.0.10.nupkg.sha512" + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", + "path": "system.threading.thread/4.3.0", + "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "path": "system.threading.threadpool/4.3.0", + "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" } } } \ No newline at end of file diff --git a/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.dll b/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.dll index e84493b..eee24d0 100644 Binary files a/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.dll and b/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.dll differ diff --git a/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.xml b/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.xml index e7acb97..e42217d 100644 --- a/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.xml +++ b/src/lib/netcoreapp2.0/AspNetCore.Identity.MongoDbCore.xml @@ -64,6 +64,33 @@ The s to remove. True is the claims were successfully removed. + + + Extensions for the random number generator + + + + + Returns a random long from min (inclusive) to max (exclusive) + + The given random instance + The inclusive minimum bound + The exclusive maximum bound. Must be greater than min + + + + Returns a random long from 0 (inclusive) to max (exclusive) + + The given random instance + The exclusive maximum bound. Must be greater than 0 + + + + Returns a random long over all possible values of long (except long.MaxValue, similar to + random.Next()) + + The given random instance + Contains extension methods to for adding mongoDb Identity. diff --git a/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.deps.json b/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.deps.json index bc74a95..3d8faa0 100644 --- a/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.deps.json +++ b/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETStandard,Version=v2.0/", - "signature": "7a9dd76b41c8aeeb864e0c9770ae5886b623a571" + "signature": "9926fc91f43fdc960144838c1bcb58195d97fdd2" }, "compilationOptions": {}, "targets": { @@ -9,22 +9,45 @@ ".NETStandard,Version=v2.0/": { "AspNetCore.Identity.MongoDbCore/1.0.0": { "dependencies": { - "Microsoft.AspNetCore.Identity": "2.0.0", - "Microsoft.Extensions.Identity.Stores": "2.0.0", - "MongoDB.Driver": "2.4.4", - "MongoDbGenericRepository": "1.3.0", - "NETStandard.Library": "2.0.0" + "Microsoft.AspNetCore.Identity": "2.0.1", + "Microsoft.Extensions.Identity.Stores": "2.0.1", + "MongoDB.Driver": "2.5.0", + "MongoDbGenericRepository": "1.3.4", + "NETStandard.Library": "2.0.1" }, "runtime": { "AspNetCore.Identity.MongoDbCore.dll": {} } }, - "Microsoft.AspNetCore.Authentication/2.0.0": { + "DnsClient/1.0.7": { "dependencies": { - "Microsoft.AspNetCore.Authentication.Core": "2.0.0", - "Microsoft.AspNetCore.DataProtection": "2.0.0", - "Microsoft.AspNetCore.Http": "2.0.0", - "Microsoft.AspNetCore.Http.Extensions": "2.0.0", + "Microsoft.Win32.Primitives": "4.3.0", + "NETStandard.Library": "2.0.1", + "System.Buffers": "4.4.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.NameResolution": "4.3.0", + "System.Net.NetworkInformation": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/DnsClient.dll": {} + } + }, + "Microsoft.AspNetCore.Authentication/2.0.1": { + "dependencies": { + "Microsoft.AspNetCore.Authentication.Core": "2.0.1", + "Microsoft.AspNetCore.DataProtection": "2.0.1", + "Microsoft.AspNetCore.Http": "2.0.1", + "Microsoft.AspNetCore.Http.Extensions": "2.0.1", "Microsoft.Extensions.Logging.Abstractions": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", "Microsoft.Extensions.WebEncoders": "2.0.0" @@ -33,9 +56,9 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.dll": {} } }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Authentication.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", "Microsoft.Extensions.Logging.Abstractions": "2.0.0", "Microsoft.Extensions.Options": "2.0.0" }, @@ -43,42 +66,42 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.0": { + "Microsoft.AspNetCore.Authentication.Cookies/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Authentication": "2.0.0" + "Microsoft.AspNetCore.Authentication": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Cookies.dll": {} } }, - "Microsoft.AspNetCore.Authentication.Core/2.0.0": { + "Microsoft.AspNetCore.Authentication.Core/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http": "2.0.0", - "Microsoft.AspNetCore.Http.Extensions": "2.0.0" + "Microsoft.AspNetCore.Authentication.Abstractions": "2.0.1", + "Microsoft.AspNetCore.Http": "2.0.1", + "Microsoft.AspNetCore.Http.Extensions": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.Core.dll": {} } }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.0": { + "Microsoft.AspNetCore.Cryptography.Internal/2.0.1": { "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {} } }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.0": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.0" + "Microsoft.AspNetCore.Cryptography.Internal": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {} } }, - "Microsoft.AspNetCore.DataProtection/2.0.0": { + "Microsoft.AspNetCore.DataProtection/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Cryptography.Internal": "2.0.0", - "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Cryptography.Internal": "2.0.1", + "Microsoft.AspNetCore.DataProtection.Abstractions": "2.0.1", + "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.1", "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", "Microsoft.Extensions.Logging.Abstractions": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", @@ -89,67 +112,67 @@ "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.dll": {} } }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.0": { + "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.1": { "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.DataProtection.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Hosting.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.0", - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Hosting.Server.Abstractions": "2.0.1", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", "Microsoft.Extensions.Configuration.Abstractions": "2.0.0", "Microsoft.Extensions.DependencyInjection.Abstractions": "2.0.0", "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Extensions.Hosting.Abstractions": "2.0.0", + "Microsoft.Extensions.Hosting.Abstractions": "2.0.1", "Microsoft.Extensions.Logging.Abstractions": "2.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", + "Microsoft.AspNetCore.Http.Features": "2.0.1", "Microsoft.Extensions.Configuration.Abstractions": "2.0.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Hosting.Server.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Http/2.0.0": { + "Microsoft.AspNetCore.Http/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", - "Microsoft.AspNetCore.WebUtilities": "2.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", + "Microsoft.AspNetCore.WebUtilities": "2.0.1", "Microsoft.Extensions.ObjectPool": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0" + "Microsoft.Net.Http.Headers": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Http.dll": {} } }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Http.Abstractions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Features": "2.0.0", + "Microsoft.AspNetCore.Http.Features": "2.0.1", "System.Text.Encodings.Web": "4.4.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Http.Abstractions.dll": {} } }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { + "Microsoft.AspNetCore.Http.Extensions/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Http.Abstractions": "2.0.0", + "Microsoft.AspNetCore.Http.Abstractions": "2.0.1", "Microsoft.Extensions.FileProviders.Abstractions": "2.0.0", - "Microsoft.Net.Http.Headers": "2.0.0", + "Microsoft.Net.Http.Headers": "2.0.1", "System.Buffers": "4.4.0" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Http.Extensions.dll": {} } }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { + "Microsoft.AspNetCore.Http.Features/2.0.1": { "dependencies": { "Microsoft.Extensions.Primitives": "2.0.0" }, @@ -157,20 +180,20 @@ "lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {} } }, - "Microsoft.AspNetCore.Identity/2.0.0": { + "Microsoft.AspNetCore.Identity/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Authentication.Cookies": "2.0.0", - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.0", - "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.0", - "Microsoft.Extensions.Identity.Core": "2.0.0" + "Microsoft.AspNetCore.Authentication.Cookies": "2.0.1", + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.1", + "Microsoft.AspNetCore.Hosting.Abstractions": "2.0.1", + "Microsoft.Extensions.Identity.Core": "2.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.AspNetCore.Identity.dll": {} } }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { + "Microsoft.AspNetCore.WebUtilities/2.0.1": { "dependencies": { - "Microsoft.Net.Http.Headers": "2.0.0", + "Microsoft.Net.Http.Headers": "2.0.1", "System.Text.Encodings.Web": "4.4.0" }, "runtime": { @@ -198,14 +221,14 @@ "lib/netstandard2.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {} } }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/2.0.1": { "runtime": { "lib/netstandard2.0/Microsoft.Extensions.Hosting.Abstractions.dll": {} } }, - "Microsoft.Extensions.Identity.Core/2.0.0": { + "Microsoft.Extensions.Identity.Core/2.0.1": { "dependencies": { - "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.0", + "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.0.1", "Microsoft.Extensions.Logging": "2.0.0", "Microsoft.Extensions.Options": "2.0.0", "System.ComponentModel.Annotations": "4.4.0" @@ -214,9 +237,9 @@ "lib/netstandard2.0/Microsoft.Extensions.Identity.Core.dll": {} } }, - "Microsoft.Extensions.Identity.Stores/2.0.0": { + "Microsoft.Extensions.Identity.Stores/2.0.1": { "dependencies": { - "Microsoft.Extensions.Identity.Core": "2.0.0", + "Microsoft.Extensions.Identity.Core": "2.0.1", "Microsoft.Extensions.Logging": "2.0.0", "System.ComponentModel.Annotations": "4.4.0" }, @@ -271,7 +294,7 @@ "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} } }, - "Microsoft.Net.Http.Headers/2.0.0": { + "Microsoft.Net.Http.Headers/2.0.1": { "dependencies": { "Microsoft.Extensions.Primitives": "2.0.0", "System.Buffers": "4.4.0" @@ -281,12 +304,12 @@ } }, "Microsoft.NETCore.Platforms/1.1.0": {}, - "Microsoft.NETCore.Targets/1.0.1": {}, - "Microsoft.Win32.Primitives/4.0.1": { + "Microsoft.NETCore.Targets/1.1.0": {}, + "Microsoft.Win32.Primitives/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "Microsoft.Win32.Registry/4.4.0": { @@ -298,9 +321,9 @@ "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} } }, - "MongoDB.Bson/2.4.4": { + "MongoDB.Bson/2.5.0": { "dependencies": { - "NETStandard.Library": "2.0.0", + "NETStandard.Library": "2.0.1", "System.Collections.NonGeneric": "4.0.1", "System.Diagnostics.Process": "4.1.0", "System.Dynamic.Runtime": "4.0.11", @@ -310,24 +333,26 @@ "lib/netstandard1.5/MongoDB.Bson.dll": {} } }, - "MongoDB.Driver/2.4.4": { + "MongoDB.Driver/2.5.0": { "dependencies": { - "MongoDB.Bson": "2.4.4", - "MongoDB.Driver.Core": "2.4.4", - "NETStandard.Library": "2.0.0", + "MongoDB.Bson": "2.5.0", + "MongoDB.Driver.Core": "2.5.0", + "NETStandard.Library": "2.0.1", + "System.ComponentModel.TypeConverter": "4.1.0", "System.Linq.Queryable": "4.0.1" }, "runtime": { "lib/netstandard1.5/MongoDB.Driver.dll": {} } }, - "MongoDB.Driver.Core/2.4.4": { + "MongoDB.Driver.Core/2.5.0": { "dependencies": { - "MongoDB.Bson": "2.4.4", - "NETStandard.Library": "2.0.0", + "DnsClient": "1.0.7", + "MongoDB.Bson": "2.5.0", + "NETStandard.Library": "2.0.1", "System.Collections.Specialized": "4.0.1", "System.Diagnostics.TraceSource": "4.0.0", - "System.Net.NameResolution": "4.0.0", + "System.Net.NameResolution": "4.3.0", "System.Net.Security": "4.0.0", "System.Security.SecureString": "4.0.0" }, @@ -335,38 +360,41 @@ "lib/netstandard1.5/MongoDB.Driver.Core.dll": {} } }, - "MongoDbGenericRepository/1.3.0": { + "MongoDbGenericRepository/1.3.4": { + "dependencies": { + "MongoDB.Driver": "2.5.0" + }, "runtime": { "lib/netstandard2.0/MongoDbGenericRepository.dll": {} } }, - "NETStandard.Library/2.0.0": { + "NETStandard.Library/2.0.1": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0" } }, - "runtime.native.System/4.0.0": { + "runtime.native.System/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Net.Http/4.0.1": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Net.Security/4.0.1": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "runtime.native.System.Security.Cryptography/4.0.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "System.Buffers/4.4.0": { @@ -374,25 +402,25 @@ "lib/netstandard2.0/System.Buffers.dll": {} } }, - "System.Collections/4.0.11": { + "System.Collections/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Collections.Concurrent/4.0.12": { + "System.Collections.Concurrent/4.3.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Collections.Concurrent.dll": {} @@ -400,12 +428,12 @@ }, "System.Collections.NonGeneric/4.0.1": { "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Collections.NonGeneric.dll": {} @@ -414,157 +442,197 @@ "System.Collections.Specialized/4.0.1": { "dependencies": { "System.Collections.NonGeneric": "4.0.1", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Collections.Specialized.dll": {} } }, + "System.ComponentModel/4.0.1": { + "dependencies": { + "System.Runtime": "4.3.0" + }, + "runtime": { + "lib/netstandard1.3/System.ComponentModel.dll": {} + } + }, "System.ComponentModel.Annotations/4.4.0": { "runtime": { "lib/netstandard2.0/System.ComponentModel.Annotations.dll": {} } }, - "System.Diagnostics.Debug/4.0.11": { + "System.ComponentModel.Primitives/4.1.0": { + "dependencies": { + "System.ComponentModel": "4.0.1", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + }, + "runtime": { + "lib/netstandard1.0/System.ComponentModel.Primitives.dll": {} + } + }, + "System.ComponentModel.TypeConverter/4.1.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Collections.NonGeneric": "4.0.1", + "System.Collections.Specialized": "4.0.1", + "System.ComponentModel": "4.0.1", + "System.ComponentModel.Primitives": "4.1.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Reflection.TypeExtensions": "4.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" + }, + "runtime": { + "lib/netstandard1.5/System.ComponentModel.TypeConverter.dll": {} + } + }, + "System.Diagnostics.Debug/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Diagnostics.Process/4.1.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.0.1", + "Microsoft.Win32.Primitives": "4.3.0", "Microsoft.Win32.Registry": "4.4.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", - "System.Text.Encoding": "4.0.11", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Text.Encoding": "4.3.0", "System.Text.Encoding.Extensions": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.Thread": "4.0.0", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0" + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" } }, "System.Diagnostics.TraceSource/4.0.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" } }, - "System.Diagnostics.Tracing/4.1.0": { + "System.Diagnostics.Tracing/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Dynamic.Runtime/4.0.11": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.Linq": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.Linq": "4.3.0", "System.Linq.Expressions": "4.1.0", "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", + "System.Reflection.Primitives": "4.3.0", "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Dynamic.Runtime.dll": {} } }, - "System.Globalization/4.0.11": { + "System.Globalization/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Globalization.Calendars/4.0.1": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Globalization.Extensions/4.0.1": { + "System.Globalization.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.InteropServices": "4.1.0" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.InteropServices": "4.3.0" } }, - "System.IO/4.1.0": { + "System.IO/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "System.IO.FileSystem/4.0.1": { + "System.IO.FileSystem/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Text.Encoding": "4.3.0", + "System.Threading.Tasks": "4.3.0" } }, - "System.IO.FileSystem.Primitives/4.0.1": { + "System.IO.FileSystem.Primitives/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0" + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.IO.FileSystem.Primitives.dll": {} } }, - "System.Linq/4.1.0": { + "System.Linq/4.3.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "runtime": { "lib/netstandard1.6/System.Linq.dll": {} @@ -572,23 +640,23 @@ }, "System.Linq.Expressions/4.1.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Linq": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Linq": "4.3.0", "System.ObjectModel": "4.0.12", - "System.Reflection": "4.1.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit": "4.0.1", "System.Reflection.Emit.ILGeneration": "4.0.1", "System.Reflection.Emit.Lightweight": "4.0.1", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.Primitives": "4.0.1", + "System.Reflection.Extensions": "4.3.0", + "System.Reflection.Primitives": "4.3.0", "System.Reflection.TypeExtensions": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Threading": "4.0.11" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.6/System.Linq.Expressions.dll": {} @@ -596,61 +664,88 @@ }, "System.Linq.Queryable/4.0.1": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Linq": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Linq": "4.3.0", "System.Linq.Expressions": "4.1.0", - "System.Reflection": "4.1.0", - "System.Reflection.Extensions": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Linq.Queryable.dll": {} } }, - "System.Net.NameResolution/4.0.0": { + "System.Net.NameResolution/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Principal.Windows": "4.4.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "runtime.native.System": "4.0.0" + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "runtime.native.System": "4.3.0" } }, - "System.Net.Primitives/4.0.11": { + "System.Net.NetworkInformation/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Linq": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Net.Sockets": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Security.Principal.Windows": "4.4.0", + "System.Threading": "4.3.0", + "System.Threading.Overlapped": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.Thread": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0" + } + }, + "System.Net.Primitives/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" } }, "System.Net.Security/4.0.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.Win32.Primitives": "4.0.1", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Diagnostics.Tracing": "4.1.0", - "System.Globalization": "4.0.11", - "System.Globalization.Extensions": "4.0.1", - "System.IO": "4.1.0", - "System.Net.Primitives": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "Microsoft.Win32.Primitives": "4.3.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Diagnostics.Tracing": "4.3.0", + "System.Globalization": "4.3.0", + "System.Globalization.Extensions": "4.3.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Claims": "4.0.1", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", @@ -658,43 +753,53 @@ "System.Security.Cryptography.Primitives": "4.0.0", "System.Security.Cryptography.X509Certificates": "4.1.0", "System.Security.Principal": "4.0.1", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11", - "System.Threading.ThreadPool": "4.0.10", - "runtime.native.System": "4.0.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0", + "System.Threading.ThreadPool": "4.3.0", + "runtime.native.System": "4.3.0", "runtime.native.System.Net.Security": "4.0.1", "runtime.native.System.Security.Cryptography": "4.0.0" } }, + "System.Net.Sockets/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Net.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" + } + }, "System.ObjectModel/4.0.12": { "dependencies": { - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11" + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.ObjectModel.dll": {} } }, - "System.Reflection/4.1.0": { + "System.Reflection/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.IO": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.IO": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" } }, "System.Reflection.Emit/4.0.1": { "dependencies": { - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.dll": {} @@ -702,9 +807,9 @@ }, "System.Reflection.Emit.ILGeneration/4.0.1": { "dependencies": { - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.ILGeneration.dll": {} @@ -712,52 +817,52 @@ }, "System.Reflection.Emit.Lightweight/4.0.1": { "dependencies": { - "System.Reflection": "4.1.0", + "System.Reflection": "4.3.0", "System.Reflection.Emit.ILGeneration": "4.0.1", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0" + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Reflection.Emit.Lightweight.dll": {} } }, - "System.Reflection.Extensions/4.0.1": { + "System.Reflection.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Reflection.Primitives/4.0.1": { + "System.Reflection.Primitives/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Reflection.TypeExtensions/4.1.0": { "dependencies": { - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.5/System.Reflection.TypeExtensions.dll": {} } }, - "System.Resources.ResourceManager/4.0.1": { + "System.Resources.ResourceManager/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Globalization": "4.0.11", - "System.Reflection": "4.1.0", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Globalization": "4.3.0", + "System.Reflection": "4.3.0", + "System.Runtime": "4.3.0" } }, - "System.Runtime/4.1.0": { + "System.Runtime/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1" + "Microsoft.NETCore.Targets": "1.1.0" } }, "System.Runtime.CompilerServices.Unsafe/4.4.0": { @@ -765,36 +870,50 @@ "lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll": {} } }, - "System.Runtime.Extensions/4.1.0": { + "System.Runtime.Extensions/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Runtime.Handles/4.0.1": { + "System.Runtime.Handles/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, - "System.Runtime.InteropServices/4.1.0": { + "System.Runtime.InteropServices/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Reflection": "4.1.0", - "System.Reflection.Primitives": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Reflection": "4.3.0", + "System.Reflection.Primitives": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" + } + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "dependencies": { + "System.Reflection": "4.3.0", + "System.Reflection.Extensions": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" + }, + "runtime": { + "lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll": {} } }, "System.Runtime.Numerics/4.0.1": { "dependencies": { - "System.Globalization": "4.0.11", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0" + "System.Globalization": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Runtime.Numerics.dll": {} @@ -810,12 +929,12 @@ }, "System.Security.Claims/4.0.1": { "dependencies": { - "System.Collections": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", + "System.Collections": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", "System.Security.Principal": "4.0.1" }, "runtime": { @@ -825,82 +944,82 @@ "System.Security.Cryptography.Algorithms/4.2.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.0.1", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", + "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography": "4.0.0" } }, "System.Security.Cryptography.Cng/4.2.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11" + "System.Text.Encoding": "4.3.0" } }, "System.Security.Cryptography.Csp/4.0.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.IO": "4.1.0", - "System.Reflection": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.IO": "4.3.0", + "System.Reflection": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" } }, "System.Security.Cryptography.Encoding/4.0.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.0.11", - "System.Collections.Concurrent": "4.0.12", - "System.Linq": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.Collections.Concurrent": "4.3.0", + "System.Linq": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", + "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography": "4.0.0" } }, "System.Security.Cryptography.OpenSsl/4.0.0": { "dependencies": { - "System.Collections": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Collections": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.0.1", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", + "System.Text.Encoding": "4.3.0", "runtime.native.System.Security.Cryptography": "4.0.0" }, "runtime": { @@ -909,13 +1028,13 @@ }, "System.Security.Cryptography.Primitives/4.0.0": { "dependencies": { - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", - "System.IO": "4.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Threading": "4.0.11", - "System.Threading.Tasks": "4.0.11" + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", + "System.IO": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Threading": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Security.Cryptography.Primitives.dll": {} @@ -924,18 +1043,18 @@ "System.Security.Cryptography.X509Certificates/4.1.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Collections": "4.0.11", - "System.Diagnostics.Debug": "4.0.11", - "System.Globalization": "4.0.11", + "System.Collections": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", + "System.Globalization": "4.3.0", "System.Globalization.Calendars": "4.0.1", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.IO.FileSystem.Primitives": "4.0.1", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Extensions": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.IO": "4.3.0", + "System.IO.FileSystem": "4.3.0", + "System.IO.FileSystem.Primitives": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Runtime.Numerics": "4.0.1", "System.Security.Cryptography.Algorithms": "4.2.0", "System.Security.Cryptography.Cng": "4.2.0", @@ -943,9 +1062,9 @@ "System.Security.Cryptography.Encoding": "4.0.0", "System.Security.Cryptography.OpenSsl": "4.0.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11", - "runtime.native.System": "4.0.0", + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0", "runtime.native.System.Net.Http": "4.0.1", "runtime.native.System.Security.Cryptography": "4.0.0" } @@ -957,7 +1076,7 @@ }, "System.Security.Principal/4.0.1": { "dependencies": { - "System.Runtime": "4.1.0" + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.0/System.Security.Principal.dll": {} @@ -971,28 +1090,28 @@ "System.Security.SecureString/4.0.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "System.Resources.ResourceManager": "4.0.1", - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1", - "System.Runtime.InteropServices": "4.1.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0", + "System.Runtime.InteropServices": "4.3.0", "System.Security.Cryptography.Primitives": "4.0.0", - "System.Text.Encoding": "4.0.11", - "System.Threading": "4.0.11" + "System.Text.Encoding": "4.3.0", + "System.Threading": "4.3.0" } }, - "System.Text.Encoding/4.0.11": { + "System.Text.Encoding/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" } }, "System.Text.Encoding.Extensions/4.0.11": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0", - "System.Text.Encoding": "4.0.11" + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0", + "System.Text.Encoding": "4.3.0" } }, "System.Text.Encodings.Web/4.4.0": { @@ -1000,34 +1119,42 @@ "lib/netstandard2.0/System.Text.Encodings.Web.dll": {} } }, - "System.Threading/4.0.11": { + "System.Threading/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0", - "System.Threading.Tasks": "4.0.11" + "System.Runtime": "4.3.0", + "System.Threading.Tasks": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Threading.dll": {} } }, - "System.Threading.Tasks/4.0.11": { + "System.Threading.Overlapped/4.3.0": { "dependencies": { "Microsoft.NETCore.Platforms": "1.1.0", - "Microsoft.NETCore.Targets": "1.0.1", - "System.Runtime": "4.1.0" + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" } }, - "System.Threading.Thread/4.0.0": { + "System.Threading.Tasks/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0" + "Microsoft.NETCore.Platforms": "1.1.0", + "Microsoft.NETCore.Targets": "1.1.0", + "System.Runtime": "4.3.0" + } + }, + "System.Threading.Thread/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Threading.Thread.dll": {} } }, - "System.Threading.ThreadPool/4.0.10": { + "System.Threading.ThreadPool/4.3.0": { "dependencies": { - "System.Runtime": "4.1.0", - "System.Runtime.Handles": "4.0.1" + "System.Runtime": "4.3.0", + "System.Runtime.Handles": "4.3.0" }, "runtime": { "lib/netstandard1.3/System.Threading.ThreadPool.dll": {} @@ -1041,117 +1168,124 @@ "serviceable": false, "sha512": "" }, - "Microsoft.AspNetCore.Authentication/2.0.0": { + "DnsClient/1.0.7": { "type": "package", "serviceable": true, - "sha512": "sha512-QmgG+EkJg+lObB7XffZGrbj1E8JE74ZePyVsuywhXrvPDObrjUwyvsbkOQvdtjiULhkh+8fgfhBcDTTiMr56Eg==", - "path": "microsoft.aspnetcore.authentication/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.2.0.0.nupkg.sha512" + "sha512": "sha512-f3k5ufhUSL658fy/ac1mReqRIr0jGMyOJFvBqJ+7cASq01NIysYbrrRDjboYKAGrd0Y2mc1A749uQvT8vAA91A==", + "path": "dnsclient/1.0.7", + "hashPath": "dnsclient.1.0.7.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Authentication/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-eDrNQlYPL5lw8DXMlEvo61VhkZ9DFq9/8Fds8+aaMa4nMtIJvwEwbFyYfJ+Zblh/8NNBkDQHkDD1p4i3g0HFWg==", - "path": "microsoft.aspnetcore.authentication.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-DD+8BB3eBB+l7oqloFZLKv+mrWvcHyhiW3qrqg0pC8Qv717rJZd3iKULgwEs8i0GBupn/Qn0BGK+ohy1OBevIw==", + "path": "microsoft.aspnetcore.authentication/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.Cookies/2.0.0": { + "Microsoft.AspNetCore.Authentication.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-330xWVaI3isU9h0oaZB7CByB93F60CSstbSm4XnPObpJHXkBrW3gth+ujn0oHGyRoP7Fo1UK/kROc8gvymFGTw==", - "path": "microsoft.aspnetcore.authentication.cookies/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.0.nupkg.sha512" + "sha512": "sha512-7PHMl0nVjaYCrypBSsS2MYZmmOm8UqJmkFRuGzfcEpkYKT/2TjEZ8z2F0QBkU7YOfDmeupanrD5vcnJvupdWJg==", + "path": "microsoft.aspnetcore.authentication.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Authentication.Core/2.0.0": { + "Microsoft.AspNetCore.Authentication.Cookies/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-fO3HRV8+8trdBvi0zpQBu/TtoK//JC4fdeREud08589wxc8+mkP9gzXuLMMst88fa5EkjPeIGEnc2OvRpOLyMw==", - "path": "microsoft.aspnetcore.authentication.core/2.0.0", - "hashPath": "microsoft.aspnetcore.authentication.core.2.0.0.nupkg.sha512" + "sha512": "sha512-4Wsh6hfTDK9bIiNN3PS3HrZKZkv33L07qq1FqY+hIS5pYSdf7lZVjJobjIQgTTIO16e4Z+5afRbzcVXogIriWA==", + "path": "microsoft.aspnetcore.authentication.cookies/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.cookies.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Cryptography.Internal/2.0.0": { + "Microsoft.AspNetCore.Authentication.Core/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-SY6GQyZZ5o09rqFmy3nhyJzx3lkFDBl0wO2Kb7EoLCPyH6dC7KB+QXysHfa9P5jHPiYB9VEkcQ9H7kQKcXQ1sw==", - "path": "microsoft.aspnetcore.cryptography.internal/2.0.0", - "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.0.nupkg.sha512" + "sha512": "sha512-iYr/rnoafq+pl9p4O+6GitU1iXh4FJYFsRt6oi1fcITWy7FHy5eA4N7T5ypNImsyY/MFTiIpH0g7XXUeDUVgww==", + "path": "microsoft.aspnetcore.authentication.core/2.0.1", + "hashPath": "microsoft.aspnetcore.authentication.core.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.0": { + "Microsoft.AspNetCore.Cryptography.Internal/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-kXszvwovn6Xot8JvRVf5KL9HXHzVVirs9diPkzMDNoPWMvubXRisw1d3T2ETFCgx2MOOhfUu5+LXlybC1ITkOQ==", - "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.0", - "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.0.nupkg.sha512" + "sha512": "sha512-zmERIuyMufMcEOf0nLM9ApgH4VHhUnFGzmrgp2mkFL5unXfzDFg7Itdq4PsKMjrBZScGt3ayN0ct7F5ttdZ1eA==", + "path": "microsoft.aspnetcore.cryptography.internal/2.0.1", + "hashPath": "microsoft.aspnetcore.cryptography.internal.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.DataProtection/2.0.0": { + "Microsoft.AspNetCore.Cryptography.KeyDerivation/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-CjRLA26BpKrzBqpw1g9F3rGYNGisPd+zsnYdpJbHsjH4iIbi/OHfgKzGdHZCwmfQWrlL4e8Q0SpS+DMvgf6Jpg==", - "path": "microsoft.aspnetcore.dataprotection/2.0.0", - "hashPath": "microsoft.aspnetcore.dataprotection.2.0.0.nupkg.sha512" + "sha512": "sha512-rLj4xn0dwWslmk2LSrLUNlJ8pGDspj8MQ6EyLQO+saGobnGXhJa+k92d6X0w2qhZddHhLebXurRFlyKOpdkWNQ==", + "path": "microsoft.aspnetcore.cryptography.keyderivation/2.0.1", + "hashPath": "microsoft.aspnetcore.cryptography.keyderivation.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.0": { + "Microsoft.AspNetCore.DataProtection/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-BiFPWLZTKw253oQ5lAXcCkFkNFSRNi8fDCUB2yOTQyuYVMR8pnBAhVJ37o/E6bnuFYrE6eFCU4iDYrShmBIBYA==", - "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-wQbnO+4xEalM/80V27UqAoRe0Hxo13W2lNNnJ3816zwDv1404tiLwE7YLPM68b6H+QYOaqvQFGqKkj4FBrN4mw==", + "path": "microsoft.aspnetcore.dataprotection/2.0.1", + "hashPath": "microsoft.aspnetcore.dataprotection.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Hosting.Abstractions/2.0.0": { + "Microsoft.AspNetCore.DataProtection.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-IR2zlm3d/CmYbkw+cMM7M6mUAi+xsFUPfWqGYqzZVC5o6jX3xD2Z4Uf44UBaWKMBf5Z7q9dodIdXxwFPF2Hxhg==", - "path": "microsoft.aspnetcore.hosting.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-2sXEwqRIdQsbdfuGr0G5N0G+No2ormNyAkAudtVgoFzbjdf6zbCtbLK9skoNb4bg3/ZyE0qa1iOJELfEM4GUjA==", + "path": "microsoft.aspnetcore.dataprotection.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.dataprotection.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Hosting.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-v2H65ix/O11HKoxhKQpljtozsD5/1tqeXr3TYnrLgfAPIsp6kTFxIcTSENoxtew7h9X14ENqUf2lBCkyCNRUuQ==", - "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-1/Pifm1al6wA12UkAGpro2vsF31oF8Zw2ZCi9PphxTFGreTsJbqPzd39YcTlw3Knb9n/8F9/lTZ3l1m2RjWGXg==", + "path": "microsoft.aspnetcore.hosting.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.hosting.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http/2.0.0": { + "Microsoft.AspNetCore.Hosting.Server.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-2YNhcHrGxo2YufA8TYGyaEMIJwikyisZqEzHCRpIuI0D6ZXkA47U/3NJg2r/x5/gGHNM3TXO7DsqH88qRda+yg==", - "path": "microsoft.aspnetcore.http/2.0.0", - "hashPath": "microsoft.aspnetcore.http.2.0.0.nupkg.sha512" + "sha512": "sha512-uVOdxjpxJdwR5C3RdByht/cm9FwyqeTEm58NnPwOxMAUPE9nqbXdVnq1Hff2VjtSlvVtPVT0NiJjHM6pDkEeKA==", + "path": "microsoft.aspnetcore.hosting.server.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.hosting.server.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http.Abstractions/2.0.0": { + "Microsoft.AspNetCore.Http/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-pblZLY7IfNqhQ5wwGQ0vNq2mG6W5YgZI1fk7suEuwZsGxGEADNBAyNlTALM9L8nMXdvbp6aHP/t4wHrFpcL3Sw==", - "path": "microsoft.aspnetcore.http.abstractions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-mTXDCNF83pV6qe+IzJ166p1re2or25Xj0vjdqj5JDakz9ClNZHncSkyAk63vSpBZbgFXGHiz+PuVyYcfurs5ew==", + "path": "microsoft.aspnetcore.http/2.0.1", + "hashPath": "microsoft.aspnetcore.http.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http.Extensions/2.0.0": { + "Microsoft.AspNetCore.Http.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-lA7Bwvur19MhXrlW0w+WBXONJMSFYY5kNazflz4MNwMZMtzwHxNA6fC5sQsssYd/XvA0gMyKwp52s68uuKLR1w==", - "path": "microsoft.aspnetcore.http.extensions/2.0.0", - "hashPath": "microsoft.aspnetcore.http.extensions.2.0.0.nupkg.sha512" + "sha512": "sha512-i3mGpHEGnMq/x9eDxdWVP4e+VdPD8DuhdVYR4sH0wxWiM6oa0tNAhwDGoOrDop548PSwLM8Qs7DGPvrZqIqjmQ==", + "path": "microsoft.aspnetcore.http.abstractions/2.0.1", + "hashPath": "microsoft.aspnetcore.http.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Http.Features/2.0.0": { + "Microsoft.AspNetCore.Http.Extensions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-yk62muzFTZTKCQuo3nmVPkPvGBlM2qbdSxbX62TufuONuKQrTGQ/SwhwBbYutk5/YY7u4HETu0n9BKOn7mMgmA==", - "path": "microsoft.aspnetcore.http.features/2.0.0", - "hashPath": "microsoft.aspnetcore.http.features.2.0.0.nupkg.sha512" + "sha512": "sha512-iG6FtbPQI3AOb3LskrY23AUiaZUGSfXWxMf1cJh9lB/h309qiMTPM6Du4stGwwSvw3yR2EKNaV+O4aZWmuvfog==", + "path": "microsoft.aspnetcore.http.extensions/2.0.1", + "hashPath": "microsoft.aspnetcore.http.extensions.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.Identity/2.0.0": { + "Microsoft.AspNetCore.Http.Features/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-Ax5mfrcZRI/1nGvHsi3mA9EvxCkleFnlmhd+ZMJ4PYHTHtL1o51vCMInYCd5oGuSCkRgXHn0U9bAfuQPpaCdvg==", - "path": "microsoft.aspnetcore.identity/2.0.0", - "hashPath": "microsoft.aspnetcore.identity.2.0.0.nupkg.sha512" + "sha512": "sha512-J9JvFF7gC2SDJTV/4XWXQaKX4zdjR2ixlGy/KUD7Og+dkeHleD7f8+wtRUthuQV1yCU3t/gz/IrmbpmQj+Tlzg==", + "path": "microsoft.aspnetcore.http.features/2.0.1", + "hashPath": "microsoft.aspnetcore.http.features.2.0.1.nupkg.sha512" }, - "Microsoft.AspNetCore.WebUtilities/2.0.0": { + "Microsoft.AspNetCore.Identity/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-RqDEwy7jdHJ0NunWydSzJrpODnsF7NPdB0KaRdG60H1bMEt4DbjcWkUb+XxjZ15uWCMi7clTQClpPuIFLwD1yQ==", - "path": "microsoft.aspnetcore.webutilities/2.0.0", - "hashPath": "microsoft.aspnetcore.webutilities.2.0.0.nupkg.sha512" + "sha512": "sha512-dJzQ3AhwEWFYbWNSigHc/RutA+P8xiW6eh4KnLmQaxjikRfSVfRLf4Da4tOByD6ddJsaBqfstWJnd3KBDKzJAw==", + "path": "microsoft.aspnetcore.identity/2.0.1", + "hashPath": "microsoft.aspnetcore.identity.2.0.1.nupkg.sha512" + }, + "Microsoft.AspNetCore.WebUtilities/2.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-shzRZs574ir2Im5hJBSKnLlNbf8SKA2d5Mkcto5fv6LUcYqu0ravmVHfuRAqnAeo2Z0GpcpFW2DKmNbFjvzWRg==", + "path": "microsoft.aspnetcore.webutilities/2.0.1", + "hashPath": "microsoft.aspnetcore.webutilities.2.0.1.nupkg.sha512" }, "Microsoft.Extensions.Configuration.Abstractions/2.0.0": { "type": "package", @@ -1174,26 +1308,26 @@ "path": "microsoft.extensions.fileproviders.abstractions/2.0.0", "hashPath": "microsoft.extensions.fileproviders.abstractions.2.0.0.nupkg.sha512" }, - "Microsoft.Extensions.Hosting.Abstractions/2.0.0": { + "Microsoft.Extensions.Hosting.Abstractions/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-qPG6Ip/AdHxMJ7j3z8FkkpCbV8yjtiFpf/aOpN3TwfJWbtYpN+BKV8Q+pqPMgk7XZivcju9yARaEVCS++hWopA==", - "path": "microsoft.extensions.hosting.abstractions/2.0.0", - "hashPath": "microsoft.extensions.hosting.abstractions.2.0.0.nupkg.sha512" + "sha512": "sha512-A43O0JzdTE+u5t2pFeraN+3fjlV6jcX3Ra5wIscCX1cM2RHDoOLDQmoDpvDti0ct5TsBEDHVTycbyFqtu0fm+Q==", + "path": "microsoft.extensions.hosting.abstractions/2.0.1", + "hashPath": "microsoft.extensions.hosting.abstractions.2.0.1.nupkg.sha512" }, - "Microsoft.Extensions.Identity.Core/2.0.0": { + "Microsoft.Extensions.Identity.Core/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-67UFFAYU/kiJdUgkV3zCx/4yonZ62TI+fP2xXebbSbGjQ2vHHVcNdmP+kX0mHcUfDNRgA+5NBpO/DxiFq0kZFA==", - "path": "microsoft.extensions.identity.core/2.0.0", - "hashPath": "microsoft.extensions.identity.core.2.0.0.nupkg.sha512" + "sha512": "sha512-2VEghVORmv8FFE1utIcw/7ct8pyzvzst8uELnftf+xKVFiTPYFThlTFzq+ZuVCGgI7r9YayUUdZGuoDFvmJfFA==", + "path": "microsoft.extensions.identity.core/2.0.1", + "hashPath": "microsoft.extensions.identity.core.2.0.1.nupkg.sha512" }, - "Microsoft.Extensions.Identity.Stores/2.0.0": { + "Microsoft.Extensions.Identity.Stores/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-1q2oszwyzJWQY6yaHfKpXX/1rKbLKkQH/qgmQtvf7PQ2QhS3wGn4/RXKjp/flcOr3j2FmWzdyH0+Y5YGRfI8Iw==", - "path": "microsoft.extensions.identity.stores/2.0.0", - "hashPath": "microsoft.extensions.identity.stores.2.0.0.nupkg.sha512" + "sha512": "sha512-A/sig+Oq5wQ2dUHawd2oH4QMqZVT9LLDZhsWCd+lfLavxEUJ7Lv2KI2wUeP84SQyeJjirsOAet0zkwVMS0nkMw==", + "path": "microsoft.extensions.identity.stores/2.0.1", + "hashPath": "microsoft.extensions.identity.stores.2.0.1.nupkg.sha512" }, "Microsoft.Extensions.Logging/2.0.0": { "type": "package", @@ -1237,12 +1371,12 @@ "path": "microsoft.extensions.webencoders/2.0.0", "hashPath": "microsoft.extensions.webencoders.2.0.0.nupkg.sha512" }, - "Microsoft.Net.Http.Headers/2.0.0": { + "Microsoft.Net.Http.Headers/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-Rm9zeNCWyNrGnysHdRXJpNfeDVlPzzFuidSuRLRNvOrnw71vgNPlR4H9wHo2hG/oSaruukqNjK06MDQqb+eXhA==", - "path": "microsoft.net.http.headers/2.0.0", - "hashPath": "microsoft.net.http.headers.2.0.0.nupkg.sha512" + "sha512": "sha512-A61ddihPbPy9764AtCysy73oj/PA/9hsv21mXLX5QJYp9lkeyygTufTSGUmh9hz/SiZKy5GBreSlgD2Tm2ab9w==", + "path": "microsoft.net.http.headers/2.0.1", + "hashPath": "microsoft.net.http.headers.2.0.1.nupkg.sha512" }, "Microsoft.NETCore.Platforms/1.1.0": { "type": "package", @@ -1251,19 +1385,19 @@ "path": "microsoft.netcore.platforms/1.1.0", "hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512" }, - "Microsoft.NETCore.Targets/1.0.1": { + "Microsoft.NETCore.Targets/1.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-rkn+fKobF/cbWfnnfBOQHKVKIOpxMZBvlSHkqDWgBpwGDcLRduvs3D9OLGeV6GWGvVwNlVi2CBbTjuPmtHvyNw==", - "path": "microsoft.netcore.targets/1.0.1", - "hashPath": "microsoft.netcore.targets.1.0.1.nupkg.sha512" + "sha512": "sha512-aOZA3BWfz9RXjpzt0sRJJMjAscAUm3Hoa4UWAfceV9UTYxgwZ1lZt5nO2myFf+/jetYQo4uTP7zS8sJY67BBxg==", + "path": "microsoft.netcore.targets/1.1.0", + "hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512" }, - "Microsoft.Win32.Primitives/4.0.1": { + "Microsoft.Win32.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-fQnBHO9DgcmkC9dYSJoBqo6sH1VJwJprUHh8F3hbcRlxiQiBUuTntdk8tUwV490OqC2kQUrinGwZyQHTieuXRA==", - "path": "microsoft.win32.primitives/4.0.1", - "hashPath": "microsoft.win32.primitives.4.0.1.nupkg.sha512" + "sha512": "sha512-9ZQKCWxH7Ijp9BfahvL2Zyf1cJIk8XYLF6Yjzr2yi0b2cOut/HQ31qf1ThHAgCc3WiZMdnWcfJCgN82/0UunxA==", + "path": "microsoft.win32.primitives/4.3.0", + "hashPath": "microsoft.win32.primitives.4.3.0.nupkg.sha512" }, "Microsoft.Win32.Registry/4.4.0": { "type": "package", @@ -1272,47 +1406,47 @@ "path": "microsoft.win32.registry/4.4.0", "hashPath": "microsoft.win32.registry.4.4.0.nupkg.sha512" }, - "MongoDB.Bson/2.4.4": { + "MongoDB.Bson/2.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-BavFx+rmR5k+dx14tC23KTyjCPkASvTQ1WxzLYHt2w3Mkqel5lJV6+gWzWV3DX9hnTewCC09OKqNqckiJl4sIw==", - "path": "mongodb.bson/2.4.4", - "hashPath": "mongodb.bson.2.4.4.nupkg.sha512" + "sha512": "sha512-b7zQAUdSdfJ4kmGzAA+hv89N2Q6jm1td9WfTimgp8xWAsN4qbtIjA/JkAY1HA0Z8xfXQE3EmdUcDEwT8bkXfXg==", + "path": "mongodb.bson/2.5.0", + "hashPath": "mongodb.bson.2.5.0.nupkg.sha512" }, - "MongoDB.Driver/2.4.4": { + "MongoDB.Driver/2.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-sG+4H7732fG3XGCXWsxwuUQBvnbVO/bzzxBVZHtHa5R2UDsRXR7BfQxAS/d9Qk8FlNDHOjTjz+GzWTgzjgopQw==", - "path": "mongodb.driver/2.4.4", - "hashPath": "mongodb.driver.2.4.4.nupkg.sha512" + "sha512": "sha512-VbHVV8Xdl3PcPU3XxdOUE/yc4BnPokg7k1XHU/3fEM/UdfCy0Ie0eXVE+U2HJXVcM3TQuuyVn+B1La2YY7X8dA==", + "path": "mongodb.driver/2.5.0", + "hashPath": "mongodb.driver.2.5.0.nupkg.sha512" }, - "MongoDB.Driver.Core/2.4.4": { + "MongoDB.Driver.Core/2.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-fVjXuQE5Qe2P38xz9wz5V0QhT54+ZT78/JUKMMbIXOKYVFgkzEOE7UU6ZsbC/AbR4lwGIpRQZoiv7wW3rJb3xQ==", - "path": "mongodb.driver.core/2.4.4", - "hashPath": "mongodb.driver.core.2.4.4.nupkg.sha512" + "sha512": "sha512-/JYwBTEoWZDHiSePk0AF775c0YkSGSsHTA2+hWt9/UOCkYV/QOFujAWDdpFzBMCDpmQewbLRR1knYj76YOxffA==", + "path": "mongodb.driver.core/2.5.0", + "hashPath": "mongodb.driver.core.2.5.0.nupkg.sha512" }, - "MongoDbGenericRepository/1.3.0": { + "MongoDbGenericRepository/1.3.4": { "type": "package", "serviceable": true, - "sha512": "sha512-PwRYZ+htcg6gpKHfQfoQcVXdoT4sYyroQVnooTG+gcxTwzI7HOwyxkUQhLPoWcSLSo2QGFkAJfwhtqE0JgBxOA==", - "path": "mongodbgenericrepository/1.3.0", - "hashPath": "mongodbgenericrepository.1.3.0.nupkg.sha512" + "sha512": "sha512-nVtq9UGq6e8I61D1Fc1HIvh4qVA92IkfpcmrNXgG2141qBOpY7U0FbKlz+NOqiJoopY/ejhTBE3QbicsxsoOeg==", + "path": "mongodbgenericrepository/1.3.4", + "hashPath": "mongodbgenericrepository.1.3.4.nupkg.sha512" }, - "NETStandard.Library/2.0.0": { + "NETStandard.Library/2.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==", - "path": "netstandard.library/2.0.0", - "hashPath": "netstandard.library.2.0.0.nupkg.sha512" + "sha512": "sha512-oA6nwv9MhEKYvLpjZ0ggSpb1g4CQViDVQjLUcDWg598jtvJbpfeP2reqwI1GLW2TbxC/Ml7xL6BBR1HmKPXlTg==", + "path": "netstandard.library/2.0.1", + "hashPath": "netstandard.library.2.0.1.nupkg.sha512" }, - "runtime.native.System/4.0.0": { + "runtime.native.System/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-QfS/nQI7k/BLgmLrw7qm7YBoULEvgWnPI+cYsbfCVFTW8Aj+i8JhccxcFMu1RWms0YZzF+UHguNBK4Qn89e2Sg==", - "path": "runtime.native.system/4.0.0", - "hashPath": "runtime.native.system.4.0.0.nupkg.sha512" + "sha512": "sha512-c/qWt2LieNZIj1jGnVNsE2Kl23Ya2aSTBuXMD6V7k9KWr6l16Tqdwq+hJScEpWER9753NWC8h96PaVNY5Ld7Jw==", + "path": "runtime.native.system/4.3.0", + "hashPath": "runtime.native.system.4.3.0.nupkg.sha512" }, "runtime.native.System.Net.Http/4.0.1": { "type": "package", @@ -1342,19 +1476,19 @@ "path": "system.buffers/4.4.0", "hashPath": "system.buffers.4.4.0.nupkg.sha512" }, - "System.Collections/4.0.11": { + "System.Collections/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-YUJGz6eFKqS0V//mLt25vFGrrCvOnsXjlvFQs+KimpwNxug9x0Pzy4PlFMU3Q2IzqAa9G2L4LsK3+9vCBK7oTg==", - "path": "system.collections/4.0.11", - "hashPath": "system.collections.4.0.11.nupkg.sha512" + "sha512": "sha512-3Dcj85/TBdVpL5Zr+gEEBUuFe2icOnLalmEh9hfck1PTYbbyWuZgh4fmm2ysCLTrqLQw6t3TgTyJ+VLp+Qb+Lw==", + "path": "system.collections/4.3.0", + "hashPath": "system.collections.4.3.0.nupkg.sha512" }, - "System.Collections.Concurrent/4.0.12": { + "System.Collections.Concurrent/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-2gBcbb3drMLgxlI0fBfxMA31ec6AEyYCHygGse4vxceJan8mRIWeKJ24BFzN7+bi/NFTgdIgufzb94LWO5EERQ==", - "path": "system.collections.concurrent/4.0.12", - "hashPath": "system.collections.concurrent.4.0.12.nupkg.sha512" + "sha512": "sha512-ztl69Xp0Y/UXCL+3v3tEU+lIy+bvjKNUmopn1wep/a291pVPK7dxBd6T7WnlQqRog+d1a/hSsgRsmFnIBKTPLQ==", + "path": "system.collections.concurrent/4.3.0", + "hashPath": "system.collections.concurrent.4.3.0.nupkg.sha512" }, "System.Collections.NonGeneric/4.0.1": { "type": "package", @@ -1370,6 +1504,13 @@ "path": "system.collections.specialized/4.0.1", "hashPath": "system.collections.specialized.4.0.1.nupkg.sha512" }, + "System.ComponentModel/4.0.1": { + "type": "package", + "serviceable": true, + "sha512": "sha512-oBZFnm7seFiVfugsIyOvQCWobNZs7FzqDV/B7tx20Ep/l3UUFCPDkdTnCNaJZTU27zjeODmy2C/cP60u3D4c9w==", + "path": "system.componentmodel/4.0.1", + "hashPath": "system.componentmodel.4.0.1.nupkg.sha512" + }, "System.ComponentModel.Annotations/4.4.0": { "type": "package", "serviceable": true, @@ -1377,12 +1518,26 @@ "path": "system.componentmodel.annotations/4.4.0", "hashPath": "system.componentmodel.annotations.4.4.0.nupkg.sha512" }, - "System.Diagnostics.Debug/4.0.11": { + "System.ComponentModel.Primitives/4.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-w5U95fVKHY4G8ASs/K5iK3J5LY+/dLFd4vKejsnI/ZhBsWS9hQakfx3Zr7lRWKg4tAw9r4iktyvsTagWkqYCiw==", - "path": "system.diagnostics.debug/4.0.11", - "hashPath": "system.diagnostics.debug.4.0.11.nupkg.sha512" + "sha512": "sha512-sc/7eVCdxPrp3ljpgTKVaQGUXiW05phNWvtv/m2kocXqrUQvTVWKou1Edas2aDjTThLPZOxPYIGNb/HN0QjURg==", + "path": "system.componentmodel.primitives/4.1.0", + "hashPath": "system.componentmodel.primitives.4.1.0.nupkg.sha512" + }, + "System.ComponentModel.TypeConverter/4.1.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MnDAlaeJZy9pdB5ZdOlwdxfpI+LJQ6e0hmH7d2+y2LkiD8DRJynyDYl4Xxf3fWFm7SbEwBZh4elcfzONQLOoQw==", + "path": "system.componentmodel.typeconverter/4.1.0", + "hashPath": "system.componentmodel.typeconverter.4.1.0.nupkg.sha512" + }, + "System.Diagnostics.Debug/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-ZUhUOdqmaG5Jk3Xdb8xi5kIyQYAA4PnTNlHx1mu9ZY3qv4ELIdKbnL/akbGaKi2RnNUWaZsAs31rvzFdewTj2g==", + "path": "system.diagnostics.debug/4.3.0", + "hashPath": "system.diagnostics.debug.4.3.0.nupkg.sha512" }, "System.Diagnostics.Process/4.1.0": { "type": "package", @@ -1398,12 +1553,12 @@ "path": "system.diagnostics.tracesource/4.0.0", "hashPath": "system.diagnostics.tracesource.4.0.0.nupkg.sha512" }, - "System.Diagnostics.Tracing/4.1.0": { + "System.Diagnostics.Tracing/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-vDN1PoMZCkkdNjvZLql592oYJZgS7URcJzJ7bxeBgGtx5UtR5leNm49VmfHGqIffX4FKacHbI3H6UyNSHQknBg==", - "path": "system.diagnostics.tracing/4.1.0", - "hashPath": "system.diagnostics.tracing.4.1.0.nupkg.sha512" + "sha512": "sha512-rswfv0f/Cqkh78rA5S8eN8Neocz234+emGCtTF3lxPY96F+mmmUen6tbn0glN6PMvlKQb9bPAY5e9u7fgPTkKw==", + "path": "system.diagnostics.tracing/4.3.0", + "hashPath": "system.diagnostics.tracing.4.3.0.nupkg.sha512" }, "System.Dynamic.Runtime/4.0.11": { "type": "package", @@ -1412,12 +1567,12 @@ "path": "system.dynamic.runtime/4.0.11", "hashPath": "system.dynamic.runtime.4.0.11.nupkg.sha512" }, - "System.Globalization/4.0.11": { + "System.Globalization/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-B95h0YLEL2oSnwF/XjqSWKnwKOy/01VWkNlsCeMTFJLLabflpGV26nK164eRs5GiaRSBGpOxQ3pKoSnnyZN5pg==", - "path": "system.globalization/4.0.11", - "hashPath": "system.globalization.4.0.11.nupkg.sha512" + "sha512": "sha512-kYdVd2f2PAdFGblzFswE4hkNANJBKRmsfa2X5LG2AcWE1c7/4t0pYae1L8vfZ5xvE2nK/R9JprtToA61OSHWIg==", + "path": "system.globalization/4.3.0", + "hashPath": "system.globalization.4.3.0.nupkg.sha512" }, "System.Globalization.Calendars/4.0.1": { "type": "package", @@ -1426,40 +1581,40 @@ "path": "system.globalization.calendars/4.0.1", "hashPath": "system.globalization.calendars.4.0.1.nupkg.sha512" }, - "System.Globalization.Extensions/4.0.1": { + "System.Globalization.Extensions/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-KKo23iKeOaIg61SSXwjANN7QYDr/3op3OWGGzDzz7mypx0Za0fZSeG0l6cco8Ntp8YMYkIQcAqlk8yhm5/Uhcg==", - "path": "system.globalization.extensions/4.0.1", - "hashPath": "system.globalization.extensions.4.0.1.nupkg.sha512" + "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "path": "system.globalization.extensions/4.3.0", + "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" }, - "System.IO/4.1.0": { + "System.IO/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-3KlTJceQc3gnGIaHZ7UBZO26SHL1SHE4ddrmiwumFnId+CEHP+O8r386tZKaE6zlk5/mF8vifMBzHj9SaXN+mQ==", - "path": "system.io/4.1.0", - "hashPath": "system.io.4.1.0.nupkg.sha512" + "sha512": "sha512-3qjaHvxQPDpSOYICjUoTsmoq5u6QJAFRUITgeT/4gqkF1bajbSmb1kwSxEA8AHlofqgcKJcM8udgieRNhaJ5Cg==", + "path": "system.io/4.3.0", + "hashPath": "system.io.4.3.0.nupkg.sha512" }, - "System.IO.FileSystem/4.0.1": { + "System.IO.FileSystem/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-IBErlVq5jOggAD69bg1t0pJcHaDbJbWNUZTPI96fkYWzwYbN6D9wRHMULLDd9dHsl7C2YsxXL31LMfPI1SWt8w==", - "path": "system.io.filesystem/4.0.1", - "hashPath": "system.io.filesystem.4.0.1.nupkg.sha512" + "sha512": "sha512-3wEMARTnuio+ulnvi+hkRNROYwa1kylvYahhcLk4HSoVdl+xxTFVeVlYOfLwrDPImGls0mDqbMhrza8qnWPTdA==", + "path": "system.io.filesystem/4.3.0", + "hashPath": "system.io.filesystem.4.3.0.nupkg.sha512" }, - "System.IO.FileSystem.Primitives/4.0.1": { + "System.IO.FileSystem.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-kWkKD203JJKxJeE74p8aF8y4Qc9r9WQx4C0cHzHPrY3fv/L/IhWnyCHaFJ3H1QPOH6A93whlQ2vG5nHlBDvzWQ==", - "path": "system.io.filesystem.primitives/4.0.1", - "hashPath": "system.io.filesystem.primitives.4.0.1.nupkg.sha512" + "sha512": "sha512-6QOb2XFLch7bEc4lIcJH49nJN2HV+OC3fHDgsLVsBVBk3Y4hFAnOBGzJ2lUu7CyDDFo9IBWkSsnbkT6IBwwiMw==", + "path": "system.io.filesystem.primitives/4.3.0", + "hashPath": "system.io.filesystem.primitives.4.3.0.nupkg.sha512" }, - "System.Linq/4.1.0": { + "System.Linq/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-bQ0iYFOQI0nuTnt+NQADns6ucV4DUvMdwN6CbkB1yj8i7arTGiTN5eok1kQwdnnNWSDZfIUySQY+J3d5KjWn0g==", - "path": "system.linq/4.1.0", - "hashPath": "system.linq.4.1.0.nupkg.sha512" + "sha512": "sha512-5DbqIUpsDp0dFftytzuMmc0oeMdQwjcP/EWxsksIz/w1TcFRkZ3yKKz0PqiYFMmEwPSWw+qNVqD7PJ889JzHbw==", + "path": "system.linq/4.3.0", + "hashPath": "system.linq.4.3.0.nupkg.sha512" }, "System.Linq.Expressions/4.1.0": { "type": "package", @@ -1475,19 +1630,26 @@ "path": "system.linq.queryable/4.0.1", "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" }, - "System.Net.NameResolution/4.0.0": { + "System.Net.NameResolution/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-JdqRdM1Qym3YehqdKIi5LHrpypP4JMfxKQSNCJ2z4WawkG0il+N3XfNeJOxll2XrTnG7WgYYPoeiu/KOwg0DQw==", - "path": "system.net.nameresolution/4.0.0", - "hashPath": "system.net.nameresolution.4.0.0.nupkg.sha512" + "sha512": "sha512-AFYl08R7MrsrEjqpQWTZWBadqXyTzNDaWpMqyxhb0d6sGhV6xMDKueuBXlLL30gz+DIRY6MpdgnHWlCh5wmq9w==", + "path": "system.net.nameresolution/4.3.0", + "hashPath": "system.net.nameresolution.4.3.0.nupkg.sha512" }, - "System.Net.Primitives/4.0.11": { + "System.Net.NetworkInformation/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-hVvfl4405DRjA2408luZekbPhplJK03j2Y2lSfMlny7GHXlkByw1iLnc9mgKW0GdQn73vvMcWrWewAhylXA4Nw==", - "path": "system.net.primitives/4.0.11", - "hashPath": "system.net.primitives.4.0.11.nupkg.sha512" + "sha512": "sha512-zNVmWVry0pAu7lcrRBhwwU96WUdbsrGL3azyzsbXmVNptae1+Za+UgOe9Z6s8iaWhPn7/l4wQqhC56HZWq7tkg==", + "path": "system.net.networkinformation/4.3.0", + "hashPath": "system.net.networkinformation.4.3.0.nupkg.sha512" + }, + "System.Net.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-qOu+hDwFwoZPbzPvwut2qATe3ygjeQBDQj91xlsaqGFQUI5i4ZnZb8yyQuLGpDGivEPIt8EJkd1BVzVoP31FXA==", + "path": "system.net.primitives/4.3.0", + "hashPath": "system.net.primitives.4.3.0.nupkg.sha512" }, "System.Net.Security/4.0.0": { "type": "package", @@ -1496,6 +1658,13 @@ "path": "system.net.security/4.0.0", "hashPath": "system.net.security.4.0.0.nupkg.sha512" }, + "System.Net.Sockets/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-m6icV6TqQOAdgt5N/9I5KNpjom/5NFtkmGseEH+AK/hny8XrytLH3+b5M8zL/Ycg3fhIocFpUMyl/wpFnVRvdw==", + "path": "system.net.sockets/4.3.0", + "hashPath": "system.net.sockets.4.3.0.nupkg.sha512" + }, "System.ObjectModel/4.0.12": { "type": "package", "serviceable": true, @@ -1503,12 +1672,12 @@ "path": "system.objectmodel/4.0.12", "hashPath": "system.objectmodel.4.0.12.nupkg.sha512" }, - "System.Reflection/4.1.0": { + "System.Reflection/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-JCKANJ0TI7kzoQzuwB/OoJANy1Lg338B6+JVacPl4TpUwi3cReg3nMLplMq2uqYfHFQpKIlHAUVAJlImZz/4ng==", - "path": "system.reflection/4.1.0", - "hashPath": "system.reflection.4.1.0.nupkg.sha512" + "sha512": "sha512-KMiAFoW7MfJGa9nDFNcfu+FpEdiHpWgTcS2HdMpDvt9saK3y/G4GwprPyzqjFH9NTaGPQeWNHU+iDlDILj96aQ==", + "path": "system.reflection/4.3.0", + "hashPath": "system.reflection.4.3.0.nupkg.sha512" }, "System.Reflection.Emit/4.0.1": { "type": "package", @@ -1531,19 +1700,19 @@ "path": "system.reflection.emit.lightweight/4.0.1", "hashPath": "system.reflection.emit.lightweight.4.0.1.nupkg.sha512" }, - "System.Reflection.Extensions/4.0.1": { + "System.Reflection.Extensions/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-GYrtRsZcMuHF3sbmRHfMYpvxZoIN2bQGrYGerUiWLEkqdEUQZhH3TRSaC/oI4wO0II1RKBPlpIa1TOMxIcOOzQ==", - "path": "system.reflection.extensions/4.0.1", - "hashPath": "system.reflection.extensions.4.0.1.nupkg.sha512" + "sha512": "sha512-rJkrJD3kBI5B712aRu4DpSIiHRtr6QlfZSQsb0hYHrDCZORXCFjQfoipo2LaMUHoT9i1B7j7MnfaEKWDFmFQNQ==", + "path": "system.reflection.extensions/4.3.0", + "hashPath": "system.reflection.extensions.4.3.0.nupkg.sha512" }, - "System.Reflection.Primitives/4.0.1": { + "System.Reflection.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-4inTox4wTBaDhB7V3mPvp9XlCbeGYWVEM9/fXALd52vNEAVisc1BoVWQPuUuD0Ga//dNbA/WeMy9u9mzLxGTHQ==", - "path": "system.reflection.primitives/4.0.1", - "hashPath": "system.reflection.primitives.4.0.1.nupkg.sha512" + "sha512": "sha512-5RXItQz5As4xN2/YUDxdpsEkMhvw3e6aNveFXUn4Hl/udNTCNhnKp8lT9fnc3MhvGKh1baak5CovpuQUXHAlIA==", + "path": "system.reflection.primitives/4.3.0", + "hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512" }, "System.Reflection.TypeExtensions/4.1.0": { "type": "package", @@ -1552,19 +1721,19 @@ "path": "system.reflection.typeextensions/4.1.0", "hashPath": "system.reflection.typeextensions.4.1.0.nupkg.sha512" }, - "System.Resources.ResourceManager/4.0.1": { + "System.Resources.ResourceManager/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-TxwVeUNoTgUOdQ09gfTjvW411MF+w9MBYL7AtNVc+HtBCFlutPLhUCdZjNkjbhj3bNQWMdHboF0KIWEOjJssbA==", - "path": "system.resources.resourcemanager/4.0.1", - "hashPath": "system.resources.resourcemanager.4.0.1.nupkg.sha512" + "sha512": "sha512-/zrcPkkWdZmI4F92gL/TPumP98AVDu/Wxr3CSJGQQ+XN6wbRZcyfSKVoPo17ilb3iOr0cCRqJInGwNMolqhS8A==", + "path": "system.resources.resourcemanager/4.3.0", + "hashPath": "system.resources.resourcemanager.4.3.0.nupkg.sha512" }, - "System.Runtime/4.1.0": { + "System.Runtime/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-v6c/4Yaa9uWsq+JMhnOFewrYkgdNHNG2eMKuNqRn8P733rNXeRCGvV5FkkjBXn2dbVkPXOsO0xjsEeM1q2zC0g==", - "path": "system.runtime/4.1.0", - "hashPath": "system.runtime.4.1.0.nupkg.sha512" + "sha512": "sha512-JufQi0vPQ0xGnAczR13AUFglDyVYt4Kqnz1AZaiKZ5+GICq0/1MH/mO/eAJHt/mHW1zjKBJd7kV26SrxddAhiw==", + "path": "system.runtime/4.3.0", + "hashPath": "system.runtime.4.3.0.nupkg.sha512" }, "System.Runtime.CompilerServices.Unsafe/4.4.0": { "type": "package", @@ -1573,26 +1742,33 @@ "path": "system.runtime.compilerservices.unsafe/4.4.0", "hashPath": "system.runtime.compilerservices.unsafe.4.4.0.nupkg.sha512" }, - "System.Runtime.Extensions/4.1.0": { + "System.Runtime.Extensions/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-CUOHjTT/vgP0qGW22U4/hDlOqXmcPq5YicBaXdUR2UiUoLwBT+olO6we4DVbq57jeX5uXH2uerVZhf0qGj+sVQ==", - "path": "system.runtime.extensions/4.1.0", - "hashPath": "system.runtime.extensions.4.1.0.nupkg.sha512" + "sha512": "sha512-guW0uK0fn5fcJJ1tJVXYd7/1h5F+pea1r7FLSOz/f8vPEqbR2ZAknuRDvTQ8PzAilDveOxNjSfr0CHfIQfFk8g==", + "path": "system.runtime.extensions/4.3.0", + "hashPath": "system.runtime.extensions.4.3.0.nupkg.sha512" }, - "System.Runtime.Handles/4.0.1": { + "System.Runtime.Handles/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-nCJvEKguXEvk2ymk1gqj625vVnlK3/xdGzx0vOKicQkoquaTBJTP13AIYkocSUwHCLNBwUbXTqTWGDxBTWpt7g==", - "path": "system.runtime.handles/4.0.1", - "hashPath": "system.runtime.handles.4.0.1.nupkg.sha512" + "sha512": "sha512-OKiSUN7DmTWeYb3l51A7EYaeNMnvxwE249YtZz7yooT4gOZhmTjIn48KgSsw2k2lYdLgTKNJw/ZIfSElwDRVgg==", + "path": "system.runtime.handles/4.3.0", + "hashPath": "system.runtime.handles.4.3.0.nupkg.sha512" }, - "System.Runtime.InteropServices/4.1.0": { + "System.Runtime.InteropServices/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-16eu3kjHS633yYdkjwShDHZLRNMKVi/s0bY8ODiqJ2RfMhDMAwxZaUaWVnZ2P71kr/or+X9o/xFWtNqz8ivieQ==", - "path": "system.runtime.interopservices/4.1.0", - "hashPath": "system.runtime.interopservices.4.1.0.nupkg.sha512" + "sha512": "sha512-uv1ynXqiMK8mp1GM3jDqPCFN66eJ5w5XNomaK2XD+TuCroNTLFGeZ+WCmBMcBDyTFKou3P6cR6J/QsaqDp7fGQ==", + "path": "system.runtime.interopservices/4.3.0", + "hashPath": "system.runtime.interopservices.4.3.0.nupkg.sha512" + }, + "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-cbz4YJMqRDR7oLeMRbdYv7mYzc++17lNhScCX0goO2XpGWdvAt60CGN+FHdePUEHCe/Jy9jUlvNAiNdM+7jsOw==", + "path": "system.runtime.interopservices.runtimeinformation/4.3.0", + "hashPath": "system.runtime.interopservices.runtimeinformation.4.3.0.nupkg.sha512" }, "System.Runtime.Numerics/4.0.1": { "type": "package", @@ -1692,12 +1868,12 @@ "path": "system.security.securestring/4.0.0", "hashPath": "system.security.securestring.4.0.0.nupkg.sha512" }, - "System.Text.Encoding/4.0.11": { + "System.Text.Encoding/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-U3gGeMlDZXxCEiY4DwVLSacg+DFWCvoiX+JThA/rvw37Sqrku7sEFeVBBBMBnfB6FeZHsyDx85HlKL19x0HtZA==", - "path": "system.text.encoding/4.0.11", - "hashPath": "system.text.encoding.4.0.11.nupkg.sha512" + "sha512": "sha512-BiIg+KWaSDOITze6jGQynxg64naAPtqGHBwDrLaCtixsa5bKiR8dpPOHA7ge3C0JJQizJE+sfkz1wV+BAKAYZw==", + "path": "system.text.encoding/4.3.0", + "hashPath": "system.text.encoding.4.3.0.nupkg.sha512" }, "System.Text.Encoding.Extensions/4.0.11": { "type": "package", @@ -1713,33 +1889,40 @@ "path": "system.text.encodings.web/4.4.0", "hashPath": "system.text.encodings.web.4.4.0.nupkg.sha512" }, - "System.Threading/4.0.11": { + "System.Threading/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-N+3xqIcg3VDKyjwwCGaZ9HawG9aC6cSDI+s7ROma310GQo8vilFZa86hqKppwTHleR/G0sfOzhvgnUxWCR/DrQ==", - "path": "system.threading/4.0.11", - "hashPath": "system.threading.4.0.11.nupkg.sha512" + "sha512": "sha512-VkUS0kOBcUf3Wwm0TSbrevDDZ6BlM+b/HRiapRFWjM5O0NS0LviG0glKmFK+hhPDd1XFeSdU1GmlLhb2CoVpIw==", + "path": "system.threading/4.3.0", + "hashPath": "system.threading.4.3.0.nupkg.sha512" }, - "System.Threading.Tasks/4.0.11": { + "System.Threading.Overlapped/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-k1S4Gc6IGwtHGT8188RSeGaX86Qw/wnrgNLshJvsdNUOPP9etMmo8S07c+UlOAx4K/xLuN9ivA1bD0LVurtIxQ==", - "path": "system.threading.tasks/4.0.11", - "hashPath": "system.threading.tasks.4.0.11.nupkg.sha512" + "sha512": "sha512-m3HQ2dPiX/DSTpf+yJt8B0c+SRvzfqAJKx+QDWi+VLhz8svLT23MVjEOHPF/KiSLeArKU/iHescrbLd3yVgyNg==", + "path": "system.threading.overlapped/4.3.0", + "hashPath": "system.threading.overlapped.4.3.0.nupkg.sha512" }, - "System.Threading.Thread/4.0.0": { + "System.Threading.Tasks/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-gIdJqDXlOr5W9zeqFErLw3dsOsiShSCYtF9SEHitACycmvNvY8odf9kiKvp6V7aibc8C4HzzNBkWXjyfn7plbQ==", - "path": "system.threading.thread/4.0.0", - "hashPath": "system.threading.thread.4.0.0.nupkg.sha512" + "sha512": "sha512-LbSxKEdOUhVe8BezB/9uOGGppt+nZf6e1VFyw6v3DN6lqitm0OSn2uXMOdtP0M3W4iMcqcivm2J6UgqiwwnXiA==", + "path": "system.threading.tasks/4.3.0", + "hashPath": "system.threading.tasks.4.3.0.nupkg.sha512" }, - "System.Threading.ThreadPool/4.0.10": { + "System.Threading.Thread/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-IMXgB5Vf/5Qw1kpoVgJMOvUO1l32aC+qC3OaIZjWJOjvcxuxNWOK2ZTWWYXfij22NHxT2j1yWX5vlAeQWld9vA==", - "path": "system.threading.threadpool/4.0.10", - "hashPath": "system.threading.threadpool.4.0.10.nupkg.sha512" + "sha512": "sha512-OHmbT+Zz065NKII/ZHcH9XO1dEuLGI1L2k7uYss+9C1jLxTC9kTZZuzUOyXHayRk+dft9CiDf3I/QZ0t8JKyBQ==", + "path": "system.threading.thread/4.3.0", + "hashPath": "system.threading.thread.4.3.0.nupkg.sha512" + }, + "System.Threading.ThreadPool/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-k/+g4b7vjdd4aix83sTgC9VG6oXYKAktSfNIJUNGxPEj7ryEOfzHHhfnmsZvjxawwcD9HyWXKCXmPjX8U4zeSw==", + "path": "system.threading.threadpool/4.3.0", + "hashPath": "system.threading.threadpool.4.3.0.nupkg.sha512" } } } \ No newline at end of file diff --git a/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.dll b/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.dll index 8547cde..a6fa8aa 100644 Binary files a/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.dll and b/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.dll differ diff --git a/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.xml b/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.xml index e7acb97..e42217d 100644 --- a/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.xml +++ b/src/lib/netstandard2.0/AspNetCore.Identity.MongoDbCore.xml @@ -64,6 +64,33 @@ The s to remove. True is the claims were successfully removed. + + + Extensions for the random number generator + + + + + Returns a random long from min (inclusive) to max (exclusive) + + The given random instance + The inclusive minimum bound + The exclusive maximum bound. Must be greater than min + + + + Returns a random long from 0 (inclusive) to max (exclusive) + + The given random instance + The exclusive maximum bound. Must be greater than 0 + + + + Returns a random long over all possible values of long (except long.MaxValue, similar to + random.Next()) + + The given random instance + Contains extension methods to for adding mongoDb Identity. diff --git a/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.IntegrationTests.csproj b/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.IntegrationTests.csproj index d09052a..46233e5 100644 --- a/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.IntegrationTests.csproj +++ b/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.IntegrationTests.csproj @@ -7,6 +7,7 @@ + @@ -19,15 +20,11 @@ - - - + + + - - - - diff --git a/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.Test/UserStoreTest.cs b/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.Test/UserStoreTest.cs index e052800..5f43b6a 100644 --- a/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.Test/UserStoreTest.cs +++ b/test/AspNetCore.Identity.MongoDbCore.IntegrationTests/AspNetCore.Identity.MongoDbCore.Test/UserStoreTest.cs @@ -27,7 +27,7 @@ namespace AspNetCore.Identity.MongoDbCore.Test => false; [Fact] - public void CanCreateUserUsingEF() + public void CanCreateUserUsingMongoDB() { var user = CreateTestUser(); user.Id = Guid.NewGuid().ToString();