diff --git a/GCI.Maintenance/AspNet.Security.OpenIdConnect.Extensions.dll b/GCI.Maintenance/AspNet.Security.OpenIdConnect.Extensions.dll index aa5a30a..eedffea 100644 Binary files a/GCI.Maintenance/AspNet.Security.OpenIdConnect.Extensions.dll and b/GCI.Maintenance/AspNet.Security.OpenIdConnect.Extensions.dll differ diff --git a/GCI.Maintenance/AspNet.Security.OpenIdConnect.Primitives.dll b/GCI.Maintenance/AspNet.Security.OpenIdConnect.Primitives.dll index 22f7c44..1deb891 100644 Binary files a/GCI.Maintenance/AspNet.Security.OpenIdConnect.Primitives.dll and b/GCI.Maintenance/AspNet.Security.OpenIdConnect.Primitives.dll differ diff --git a/GCI.Maintenance/AspNet.Security.OpenIdConnect.Server.dll b/GCI.Maintenance/AspNet.Security.OpenIdConnect.Server.dll index bf4ebec..67e8c40 100644 Binary files a/GCI.Maintenance/AspNet.Security.OpenIdConnect.Server.dll and b/GCI.Maintenance/AspNet.Security.OpenIdConnect.Server.dll differ diff --git a/GCI.Maintenance/CryptoHelper.StrongName.dll b/GCI.Maintenance/CryptoHelper.StrongName.dll new file mode 100644 index 0000000..b52cec3 Binary files /dev/null and b/GCI.Maintenance/CryptoHelper.StrongName.dll differ diff --git a/GCI.Maintenance/CryptoHelper.dll b/GCI.Maintenance/CryptoHelper.dll deleted file mode 100644 index 56851d7..0000000 Binary files a/GCI.Maintenance/CryptoHelper.dll and /dev/null differ diff --git a/GCI.Maintenance/GCI.Maintenance.API.deps.json b/GCI.Maintenance/GCI.Maintenance.API.deps.json index 860be5b..4f6a796 100644 --- a/GCI.Maintenance/GCI.Maintenance.API.deps.json +++ b/GCI.Maintenance/GCI.Maintenance.API.deps.json @@ -1,7 +1,7 @@ { "runtimeTarget": { "name": ".NETCoreApp,Version=v2.1/win-x64", - "signature": "adb238c5f0eec1486128a97eb736420c05529aec" + "signature": "f64d1b06292936aadd1e18dbc12dd9e09025a479" }, "compilationOptions": { "defines": [ @@ -10,7 +10,7 @@ "NETCOREAPP", "NETCOREAPP2_1" ], - "languageVersion": "", + "languageVersion": "7.3", "platform": "x64", "allowUnsafe": false, "warningsAsErrors": false, @@ -35,16 +35,16 @@ "Microsoft.EntityFrameworkCore.Tools": "2.1.1", "Microsoft.Extensions.Logging.Debug": "2.1.1", "Microsoft.NETCore.App": "2.1.0", - "OpenIddict": "2.0.1", - "OpenIddict.EntityFrameworkCore": "2.0.1", - "OpenIddict.Mvc": "2.0.1", + "OpenIddict": "2.0.0-rc2-final", + "OpenIddict.EntityFrameworkCore": "2.0.0-rc2-final", + "OpenIddict.Mvc": "2.0.0-rc2-final", "Serilog": "2.9.0", "Serilog.AspNetCore": "3.2.0", "Serilog.Settings.Configuration": "3.1.0", "Serilog.Sinks.Console": "3.1.1", "Serilog.Sinks.File": "4.1.0", - "System.Drawing.Common": "4.7.0", - "System.Linq.Dynamic.Core": "1.0.21" + "System.Drawing.Common": "4.5.0", + "System.Linq.Dynamic.Core": "1.0.8.11" }, "compile": { "GCI.Maintenance.API.dll": {} @@ -59,16 +59,16 @@ "lib/netstandard2.0/AspNet.Security.OAuth.Validation.dll": {} } }, - "AspNet.Security.OpenIdConnect.Extensions/2.0.0": { + "AspNet.Security.OpenIdConnect.Extensions/2.0.0-rc2-final": { "dependencies": { - "AspNet.Security.OpenIdConnect.Primitives": "2.0.0", + "AspNet.Security.OpenIdConnect.Primitives": "2.0.0-rc2-final", "Microsoft.AspNetCore.Authentication": "2.1.1" }, "compile": { "lib/netstandard2.0/AspNet.Security.OpenIdConnect.Extensions.dll": {} } }, - "AspNet.Security.OpenIdConnect.Primitives/2.0.0": { + "AspNet.Security.OpenIdConnect.Primitives/2.0.0-rc2-final": { "dependencies": { "Microsoft.Extensions.Primitives": "2.1.1", "Newtonsoft.Json": "11.0.2" @@ -77,23 +77,23 @@ "lib/netstandard2.0/AspNet.Security.OpenIdConnect.Primitives.dll": {} } }, - "AspNet.Security.OpenIdConnect.Server/2.0.0": { + "AspNet.Security.OpenIdConnect.Server/2.0.0-rc2-final": { "dependencies": { - "AspNet.Security.OpenIdConnect.Extensions": "2.0.0", + "AspNet.Security.OpenIdConnect.Extensions": "2.0.0-rc2-final", "Microsoft.AspNetCore.Authentication": "2.1.1", "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.1" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.0" }, "compile": { "lib/netcoreapp2.0/AspNet.Security.OpenIdConnect.Server.dll": {} } }, - "CryptoHelper/3.0.2": { + "CryptoHelper.StrongName/3.0.1.1": { "dependencies": { "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.1.1" }, "compile": { - "lib/netstandard2.0/CryptoHelper.dll": {} + "lib/netstandard2.0/CryptoHelper.StrongName.dll": {} } }, "Microsoft.AspNet.WebApi.Client/5.2.6": { @@ -349,7 +349,7 @@ "Microsoft.AspNetCore.Authentication.JwtBearer/2.1.1": { "dependencies": { "Microsoft.AspNetCore.Authentication": "2.1.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.1" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.0" }, "compile": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.JwtBearer.dll": {} @@ -375,7 +375,7 @@ "Microsoft.AspNetCore.Authentication.OpenIdConnect/2.1.1": { "dependencies": { "Microsoft.AspNetCore.Authentication.OAuth": "2.1.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.1" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.0" }, "compile": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll": {} @@ -393,7 +393,7 @@ "dependencies": { "Microsoft.AspNetCore.Authentication": "2.1.1", "Microsoft.IdentityModel.Protocols.WsFederation": "5.2.0", - "System.IdentityModel.Tokens.Jwt": "5.2.1" + "System.IdentityModel.Tokens.Jwt": "5.2.0" }, "compile": { "lib/netstandard2.0/Microsoft.AspNetCore.Authentication.WsFederation.dll": {} @@ -1718,7 +1718,7 @@ "lib/netstandard2.0/Microsoft.Extensions.WebEncoders.dll": {} } }, - "Microsoft.IdentityModel.Logging/5.2.1": { + "Microsoft.IdentityModel.Logging/5.2.0": { "dependencies": { "NETStandard.Library": "2.0.3", "System.Diagnostics.Tracing": "4.3.0", @@ -1730,10 +1730,10 @@ "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": {} } }, - "Microsoft.IdentityModel.Protocols/5.2.1": { + "Microsoft.IdentityModel.Protocols/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Logging": "5.2.1", - "Microsoft.IdentityModel.Tokens": "5.2.1", + "Microsoft.IdentityModel.Logging": "5.2.0", + "Microsoft.IdentityModel.Tokens": "5.2.0", "NETStandard.Library": "2.0.3", "System.Collections.Specialized": "4.3.0", "System.Diagnostics.Contracts": "4.3.0", @@ -1743,13 +1743,13 @@ "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": {} } }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.2.1": { + "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Protocols": "5.2.1", + "Microsoft.IdentityModel.Protocols": "5.2.0", "NETStandard.Library": "2.0.3", "Newtonsoft.Json": "11.0.2", "System.Dynamic.Runtime": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.2.1" + "System.IdentityModel.Tokens.Jwt": "5.2.0" }, "compile": { "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": {} @@ -1757,7 +1757,7 @@ }, "Microsoft.IdentityModel.Protocols.WsFederation/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Protocols": "5.2.1", + "Microsoft.IdentityModel.Protocols": "5.2.0", "Microsoft.IdentityModel.Tokens.Saml": "5.2.0", "Microsoft.IdentityModel.Xml": "5.2.0", "NETStandard.Library": "2.0.3", @@ -1767,9 +1767,9 @@ "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.WsFederation.dll": {} } }, - "Microsoft.IdentityModel.Tokens/5.2.1": { + "Microsoft.IdentityModel.Tokens/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Logging": "5.2.1", + "Microsoft.IdentityModel.Logging": "5.2.0", "NETStandard.Library": "2.0.3", "Newtonsoft.Json": "11.0.2", "System.Collections": "4.3.0", @@ -1791,7 +1791,7 @@ }, "Microsoft.IdentityModel.Tokens.Saml/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.2.1", + "Microsoft.IdentityModel.Tokens": "5.2.0", "Microsoft.IdentityModel.Xml": "5.2.0", "NETStandard.Library": "2.0.3" }, @@ -1801,7 +1801,7 @@ }, "Microsoft.IdentityModel.Xml/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.2.1", + "Microsoft.IdentityModel.Tokens": "5.2.0", "NETStandard.Library": "2.0.3" }, "compile": { @@ -1820,7 +1820,7 @@ "Microsoft.NETCore.App/2.1.0": { "dependencies": { "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "NETStandard.Library": "2.0.3", "runtime.win-x64.Microsoft.NETCore.App": "2.1.0" @@ -1988,7 +1988,7 @@ "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver": "2.1.0" } }, - "Microsoft.NETCore.Platforms/3.1.0": {}, + "Microsoft.NETCore.Platforms/2.1.0": {}, "Microsoft.NETCore.Targets/2.1.0": {}, "Microsoft.Win32.Registry/4.5.0": { "dependencies": { @@ -1999,14 +1999,14 @@ "ref/netstandard2.0/Microsoft.Win32.Registry.dll": {} } }, - "Microsoft.Win32.SystemEvents/4.7.0": { + "Microsoft.Win32.SystemEvents/4.5.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" + "Microsoft.NETCore.Platforms": "2.1.0" } }, "NETStandard.Library/2.0.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" + "Microsoft.NETCore.Platforms": "2.1.0" } }, "Newtonsoft.Json/11.0.2": { @@ -2023,96 +2023,65 @@ "lib/netstandard1.3/Newtonsoft.Json.Bson.dll": {} } }, - "OpenIddict/2.0.1": { + "OpenIddict/2.0.0-rc2-final": { "dependencies": { - "OpenIddict.Abstractions": "2.0.1", - "OpenIddict.Core": "2.0.1", - "OpenIddict.Mvc": "2.0.1", - "OpenIddict.Server": "2.0.1", - "OpenIddict.Validation": "2.0.1" + "AspNet.Security.OpenIdConnect.Server": "2.0.0-rc2-final", + "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.1.1", + "Microsoft.Extensions.Caching.Abstractions": "2.1.1", + "Newtonsoft.Json.Bson": "1.0.1", + "OpenIddict.Core": "2.0.0-rc2-final" }, "compile": { "lib/netstandard2.0/OpenIddict.dll": {} } }, - "OpenIddict.Abstractions/2.0.1": { + "OpenIddict.Core/2.0.0-rc2-final": { "dependencies": { + "CryptoHelper.StrongName": "3.0.1.1", + "Microsoft.Extensions.Caching.Abstractions": "2.1.1", "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.1", + "Microsoft.Extensions.Logging.Abstractions": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", "Newtonsoft.Json": "11.0.2", + "OpenIddict.Models": "2.0.0-rc2-final", "System.Collections.Immutable": "1.5.0", - "System.ComponentModel.Annotations": "4.5.0", - "System.Threading.Tasks.Extensions": "4.5.1" - }, - "compile": { - "lib/netstandard2.0/OpenIddict.Abstractions.dll": {} - } - }, - "OpenIddict.Core/2.0.1": { - "dependencies": { - "CryptoHelper": "3.0.2", - "Microsoft.Extensions.Caching.Memory": "2.1.1", - "Microsoft.Extensions.Logging": "2.1.1", - "Microsoft.Extensions.Options": "2.1.1", - "OpenIddict.Abstractions": "2.0.1" + "System.ComponentModel.Annotations": "4.5.0" }, "compile": { "lib/netstandard2.0/OpenIddict.Core.dll": {} } }, - "OpenIddict.EntityFrameworkCore/2.0.1": { + "OpenIddict.EntityFrameworkCore/2.0.0-rc2-final": { "dependencies": { "Microsoft.EntityFrameworkCore.Relational": "2.1.1", - "OpenIddict.Core": "2.0.1", - "OpenIddict.EntityFrameworkCore.Models": "2.0.1" + "OpenIddict.Core": "2.0.0-rc2-final" }, "compile": { "lib/netstandard2.0/OpenIddict.EntityFrameworkCore.dll": {} } }, - "OpenIddict.EntityFrameworkCore.Models/2.0.1": { + "OpenIddict.Models/2.0.0-rc2-final": { "compile": { - "lib/netstandard2.0/OpenIddict.EntityFrameworkCore.Models.dll": {} + "lib/netstandard2.0/OpenIddict.Models.dll": {} } }, - "OpenIddict.Mvc/2.0.1": { + "OpenIddict.Mvc/2.0.0-rc2-final": { "dependencies": { + "AspNet.Security.OpenIdConnect.Server": "2.0.0-rc2-final", "Microsoft.AspNetCore.Mvc.Core": "2.1.1", - "OpenIddict.Server": "2.0.1" + "OpenIddict.Core": "2.0.0-rc2-final" }, "compile": { "lib/netstandard2.0/OpenIddict.Mvc.dll": {} } }, - "OpenIddict.Server/2.0.1": { - "dependencies": { - "AspNet.Security.OpenIdConnect.Server": "2.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.1.1", - "Microsoft.Extensions.Caching.Memory": "2.1.1", - "Microsoft.Extensions.Logging": "2.1.1", - "Newtonsoft.Json.Bson": "1.0.1", - "OpenIddict.Abstractions": "2.0.1" - }, - "compile": { - "lib/netstandard2.0/OpenIddict.Server.dll": {} - } - }, - "OpenIddict.Validation/2.0.1": { - "dependencies": { - "AspNet.Security.OAuth.Validation": "2.0.0", - "Microsoft.Extensions.Logging": "2.1.1", - "OpenIddict.Abstractions": "2.0.1" - }, - "compile": { - "lib/netstandard2.0/OpenIddict.Validation.dll": {} - } - }, "Remotion.Linq/2.2.0": { "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Linq": "4.3.0", "System.Linq.Expressions": "4.3.0", - "System.Linq.Queryable": "4.0.1", + "System.Linq.Queryable": "4.3.0", "System.ObjectModel": "4.3.0", "System.Reflection": "4.3.0", "System.Reflection.Extensions": "4.3.0", @@ -2129,7 +2098,7 @@ "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.0": {}, "runtime.native.System/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0" } }, @@ -2142,13 +2111,13 @@ }, "runtime.native.System.IO.Compression/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0" } }, "runtime.native.System.Net.Http/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0" } }, @@ -2295,7 +2264,7 @@ "System.Buffers/4.5.0": {}, "System.Collections/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } @@ -2336,10 +2305,41 @@ "System.Threading": "4.3.0" } }, + "System.ComponentModel/4.3.0": { + "dependencies": { + "System.Runtime": "4.3.0" + } + }, "System.ComponentModel.Annotations/4.5.0": {}, + "System.ComponentModel.Primitives/4.3.0": { + "dependencies": { + "System.ComponentModel": "4.3.0", + "System.Resources.ResourceManager": "4.3.0", + "System.Runtime": "4.3.0" + } + }, + "System.ComponentModel.TypeConverter/4.3.0": { + "dependencies": { + "System.Collections": "4.3.0", + "System.Collections.NonGeneric": "4.3.0", + "System.Collections.Specialized": "4.3.0", + "System.ComponentModel": "4.3.0", + "System.ComponentModel.Primitives": "4.3.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.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.Console/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.IO": "4.3.0", "System.Runtime": "4.3.0", @@ -2364,7 +2364,7 @@ }, "System.Diagnostics.Debug/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } @@ -2372,7 +2372,7 @@ "System.Diagnostics.DiagnosticSource/4.5.0": {}, "System.Diagnostics.FileVersionInfo/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Globalization": "4.3.0", "System.IO": "4.3.0", "System.IO.FileSystem": "4.3.0", @@ -2393,22 +2393,35 @@ }, "System.Diagnostics.Tools/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } }, + "System.Diagnostics.TraceSource/4.3.0": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.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.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } }, - "System.Drawing.Common/4.7.0": { + "System.Drawing.Common/4.5.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" + "Microsoft.NETCore.Platforms": "2.1.0", + "Microsoft.Win32.SystemEvents": "4.5.0" }, "compile": { "ref/netstandard2.0/System.Drawing.Common.dll": {} @@ -2434,14 +2447,14 @@ }, "System.Globalization/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } }, "System.Globalization.Calendars/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Globalization": "4.3.0", "System.Runtime": "4.3.0" @@ -2449,7 +2462,7 @@ }, "System.Globalization.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Globalization": "4.3.0", "System.Resources.ResourceManager": "4.3.0", "System.Runtime": "4.3.0", @@ -2457,9 +2470,9 @@ "System.Runtime.InteropServices": "4.3.0" } }, - "System.IdentityModel.Tokens.Jwt/5.2.1": { + "System.IdentityModel.Tokens.Jwt/5.2.0": { "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.2.1", + "Microsoft.IdentityModel.Tokens": "5.2.0", "NETStandard.Library": "2.0.3", "Newtonsoft.Json": "11.0.2" }, @@ -2477,7 +2490,7 @@ }, "System.IO/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0", @@ -2486,7 +2499,7 @@ }, "System.IO.Compression/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Buffers": "4.5.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", @@ -2505,7 +2518,7 @@ }, "System.IO.FileSystem/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.IO": "4.3.0", "System.IO.FileSystem.Primitives": "4.3.0", @@ -2534,9 +2547,18 @@ "System.Runtime.Extensions": "4.3.0" } }, - "System.Linq.Dynamic.Core/1.0.21": { + "System.Linq.Dynamic.Core/1.0.8.11": { + "dependencies": { + "System.Collections.Concurrent": "4.3.0", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Diagnostics.TraceSource": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Linq.Queryable": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0" + }, "compile": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": {} + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll": {} } }, "System.Linq.Expressions/4.3.0": { @@ -2560,7 +2582,7 @@ "System.Threading": "4.3.0" } }, - "System.Linq.Queryable/4.0.1": { + "System.Linq.Queryable/4.3.0": { "dependencies": { "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", @@ -2575,7 +2597,7 @@ "System.Memory/4.5.1": {}, "System.Net.Http/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Diagnostics.DiagnosticSource": "4.5.0", @@ -2605,7 +2627,7 @@ }, "System.Net.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0", "System.Runtime.Handles": "4.3.0" @@ -2657,7 +2679,7 @@ }, "System.Reflection/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.IO": "4.3.0", "System.Reflection.Primitives": "4.3.0", @@ -2690,7 +2712,7 @@ }, "System.Reflection.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Reflection": "4.3.0", "System.Runtime": "4.3.0" @@ -2699,7 +2721,7 @@ "System.Reflection.Metadata/1.6.0": {}, "System.Reflection.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } @@ -2712,7 +2734,7 @@ }, "System.Resources.ResourceManager/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Globalization": "4.3.0", "System.Reflection": "4.3.0", @@ -2721,7 +2743,7 @@ }, "System.Runtime/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0" } }, @@ -2732,21 +2754,21 @@ }, "System.Runtime.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } }, "System.Runtime.Handles/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } }, "System.Runtime.InteropServices/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Reflection": "4.3.0", "System.Reflection.Primitives": "4.3.0", @@ -2791,7 +2813,7 @@ }, "System.Security.AccessControl/4.5.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Security.Principal.Windows": "4.5.0" }, "compile": { @@ -2811,7 +2833,7 @@ }, "System.Security.Cryptography.Algorithms/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Collections": "4.3.0", "System.IO": "4.3.0", "System.Resources.ResourceManager": "4.3.0", @@ -2834,7 +2856,7 @@ }, "System.Security.Cryptography.Csp/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.IO": "4.3.0", "System.Reflection": "4.3.0", "System.Resources.ResourceManager": "4.3.0", @@ -2851,7 +2873,7 @@ }, "System.Security.Cryptography.Encoding/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Collections": "4.3.0", "System.Collections.Concurrent": "4.3.0", "System.Linq": "4.3.0", @@ -2900,7 +2922,7 @@ }, "System.Security.Cryptography.X509Certificates/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Collections": "4.3.0", "System.Diagnostics.Debug": "4.3.0", "System.Globalization": "4.3.0", @@ -2951,7 +2973,7 @@ }, "System.Security.Principal.Windows/4.5.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" + "Microsoft.NETCore.Platforms": "2.1.0" }, "compile": { "ref/netstandard2.0/System.Security.Principal.Windows.dll": {} @@ -2959,20 +2981,20 @@ }, "System.Text.Encoding/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } }, "System.Text.Encoding.CodePages/4.5.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "System.Runtime.CompilerServices.Unsafe": "4.5.1" } }, "System.Text.Encoding.Extensions/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0", "System.Text.Encoding": "4.3.0" @@ -3001,7 +3023,7 @@ }, "System.Threading.Tasks/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } @@ -3026,7 +3048,7 @@ }, "System.Threading.Timer/4.0.1": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "System.Runtime": "4.3.0" } @@ -3169,16 +3191,16 @@ "Microsoft.EntityFrameworkCore.Tools": "2.1.1", "Microsoft.Extensions.Logging.Debug": "2.1.1", "Microsoft.NETCore.App": "2.1.0", - "OpenIddict": "2.0.1", - "OpenIddict.EntityFrameworkCore": "2.0.1", - "OpenIddict.Mvc": "2.0.1", + "OpenIddict": "2.0.0-rc2-final", + "OpenIddict.EntityFrameworkCore": "2.0.0-rc2-final", + "OpenIddict.Mvc": "2.0.0-rc2-final", "Serilog": "2.9.0", "Serilog.AspNetCore": "3.2.0", "Serilog.Settings.Configuration": "3.1.0", "Serilog.Sinks.Console": "3.1.1", "Serilog.Sinks.File": "4.1.0", - "System.Drawing.Common": "4.7.0", - "System.Linq.Dynamic.Core": "1.0.21" + "System.Drawing.Common": "4.5.0", + "System.Linq.Dynamic.Core": "1.0.8.11" }, "runtime": { "GCI.Maintenance.API.dll": {} @@ -3196,9 +3218,9 @@ } } }, - "AspNet.Security.OpenIdConnect.Extensions/2.0.0": { + "AspNet.Security.OpenIdConnect.Extensions/2.0.0-rc2-final": { "dependencies": { - "AspNet.Security.OpenIdConnect.Primitives": "2.0.0", + "AspNet.Security.OpenIdConnect.Primitives": "2.0.0-rc2-final", "Microsoft.AspNetCore.Authentication": "2.1.1" }, "runtime": { @@ -3208,7 +3230,7 @@ } } }, - "AspNet.Security.OpenIdConnect.Primitives/2.0.0": { + "AspNet.Security.OpenIdConnect.Primitives/2.0.0-rc2-final": { "dependencies": { "Microsoft.Extensions.Primitives": "2.1.1", "Newtonsoft.Json": "11.0.2" @@ -3220,12 +3242,12 @@ } } }, - "AspNet.Security.OpenIdConnect.Server/2.0.0": { + "AspNet.Security.OpenIdConnect.Server/2.0.0-rc2-final": { "dependencies": { - "AspNet.Security.OpenIdConnect.Extensions": "2.0.0", + "AspNet.Security.OpenIdConnect.Extensions": "2.0.0-rc2-final", "Microsoft.AspNetCore.Authentication": "2.1.1", "Microsoft.AspNetCore.Hosting.Abstractions": "2.1.1", - "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.1" + "Microsoft.IdentityModel.Protocols.OpenIdConnect": "5.2.0" }, "runtime": { "lib/netcoreapp2.0/AspNet.Security.OpenIdConnect.Server.dll": { @@ -3234,92 +3256,21 @@ } } }, - "CryptoHelper/3.0.2": { + "CryptoHelper.StrongName/3.0.1.1": { "dependencies": { "Microsoft.AspNetCore.Cryptography.KeyDerivation": "2.1.1" }, "runtime": { - "lib/netstandard2.0/CryptoHelper.dll": { - "assemblyVersion": "3.0.2.0", - "fileVersion": "3.0.2.0" - } - } - }, - "Microsoft.IdentityModel.Logging/5.2.1": { - "dependencies": { - "NETStandard.Library": "2.0.3", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Logging.dll": { - "assemblyVersion": "5.2.1.0", - "fileVersion": "5.2.1.50208" - } - } - }, - "Microsoft.IdentityModel.Protocols/5.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "5.2.1", - "Microsoft.IdentityModel.Tokens": "5.2.1", - "NETStandard.Library": "2.0.3", - "System.Collections.Specialized": "4.3.0", - "System.Diagnostics.Contracts": "4.3.0", - "System.Net.Http": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.dll": { - "assemblyVersion": "5.2.1.0", - "fileVersion": "5.2.1.50208" - } - } - }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Protocols": "5.2.1", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "11.0.2", - "System.Dynamic.Runtime": "4.3.0", - "System.IdentityModel.Tokens.Jwt": "5.2.1" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll": { - "assemblyVersion": "5.2.1.0", - "fileVersion": "5.2.1.50208" - } - } - }, - "Microsoft.IdentityModel.Tokens/5.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Logging": "5.2.1", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "11.0.2", - "System.Collections": "4.3.0", - "System.Diagnostics.Tools": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.InteropServices": "4.3.0", - "System.Runtime.InteropServices.RuntimeInformation": "4.3.0", - "System.Runtime.Serialization.Xml": "4.3.0", - "System.Security.Claims": "4.3.0", - "System.Security.Cryptography.Algorithms": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0" - }, - "runtime": { - "lib/netstandard1.4/Microsoft.IdentityModel.Tokens.dll": { - "assemblyVersion": "5.2.1.0", - "fileVersion": "5.2.1.50208" + "lib/netstandard2.0/CryptoHelper.StrongName.dll": { + "assemblyVersion": "3.0.1.1", + "fileVersion": "3.0.1.1" } } }, "Microsoft.NETCore.App/2.1.0": { "dependencies": { "Microsoft.NETCore.DotNetHostPolicy": "2.1.0", - "Microsoft.NETCore.Platforms": "3.1.0", + "Microsoft.NETCore.Platforms": "2.1.0", "Microsoft.NETCore.Targets": "2.1.0", "NETStandard.Library": "2.0.3", "runtime.win-x64.Microsoft.NETCore.App": "2.1.0" @@ -3342,128 +3293,88 @@ "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver": "2.1.0" } }, - "Microsoft.NETCore.Platforms/3.1.0": {}, + "Microsoft.NETCore.Platforms/2.1.0": {}, "Microsoft.NETCore.Targets/2.1.0": {}, - "Microsoft.Win32.SystemEvents/4.7.0": { + "Microsoft.Win32.SystemEvents/4.5.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" + "Microsoft.NETCore.Platforms": "2.1.0" }, "runtime": { "runtimes/win/lib/netcoreapp2.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "4.0.2.0", - "fileVersion": "4.700.19.56404" + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.6.26515.6" } } }, "NETStandard.Library/2.0.3": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0" + "Microsoft.NETCore.Platforms": "2.1.0" } }, - "OpenIddict/2.0.1": { + "OpenIddict/2.0.0-rc2-final": { "dependencies": { - "OpenIddict.Abstractions": "2.0.1", - "OpenIddict.Core": "2.0.1", - "OpenIddict.Mvc": "2.0.1", - "OpenIddict.Server": "2.0.1", - "OpenIddict.Validation": "2.0.1" + "AspNet.Security.OpenIdConnect.Server": "2.0.0-rc2-final", + "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.1.1", + "Microsoft.Extensions.Caching.Abstractions": "2.1.1", + "Newtonsoft.Json.Bson": "1.0.1", + "OpenIddict.Core": "2.0.0-rc2-final" }, "runtime": { "lib/netstandard2.0/OpenIddict.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" } } }, - "OpenIddict.Abstractions/2.0.1": { + "OpenIddict.Core/2.0.0-rc2-final": { "dependencies": { + "CryptoHelper.StrongName": "3.0.1.1", + "Microsoft.Extensions.Caching.Abstractions": "2.1.1", "Microsoft.Extensions.DependencyInjection.Abstractions": "2.1.1", + "Microsoft.Extensions.Logging.Abstractions": "2.1.1", + "Microsoft.Extensions.Options": "2.1.1", "Newtonsoft.Json": "11.0.2", + "OpenIddict.Models": "2.0.0-rc2-final", "System.Collections.Immutable": "1.5.0", - "System.ComponentModel.Annotations": "4.5.0", - "System.Threading.Tasks.Extensions": "4.5.1" - }, - "runtime": { - "lib/netstandard2.0/OpenIddict.Abstractions.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" - } - } - }, - "OpenIddict.Core/2.0.1": { - "dependencies": { - "CryptoHelper": "3.0.2", - "Microsoft.Extensions.Caching.Memory": "2.1.1", - "Microsoft.Extensions.Logging": "2.1.1", - "Microsoft.Extensions.Options": "2.1.1", - "OpenIddict.Abstractions": "2.0.1" + "System.ComponentModel.Annotations": "4.5.0" }, "runtime": { "lib/netstandard2.0/OpenIddict.Core.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" } } }, - "OpenIddict.EntityFrameworkCore/2.0.1": { + "OpenIddict.EntityFrameworkCore/2.0.0-rc2-final": { "dependencies": { "Microsoft.EntityFrameworkCore.Relational": "2.1.1", - "OpenIddict.Core": "2.0.1", - "OpenIddict.EntityFrameworkCore.Models": "2.0.1" + "OpenIddict.Core": "2.0.0-rc2-final" }, "runtime": { "lib/netstandard2.0/OpenIddict.EntityFrameworkCore.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" } } }, - "OpenIddict.EntityFrameworkCore.Models/2.0.1": { + "OpenIddict.Models/2.0.0-rc2-final": { "runtime": { - "lib/netstandard2.0/OpenIddict.EntityFrameworkCore.Models.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" + "lib/netstandard2.0/OpenIddict.Models.dll": { + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" } } }, - "OpenIddict.Mvc/2.0.1": { + "OpenIddict.Mvc/2.0.0-rc2-final": { "dependencies": { + "AspNet.Security.OpenIdConnect.Server": "2.0.0-rc2-final", "Microsoft.AspNetCore.Mvc.Core": "2.1.1", - "OpenIddict.Server": "2.0.1" + "OpenIddict.Core": "2.0.0-rc2-final" }, "runtime": { "lib/netstandard2.0/OpenIddict.Mvc.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" - } - } - }, - "OpenIddict.Server/2.0.1": { - "dependencies": { - "AspNet.Security.OpenIdConnect.Server": "2.0.0", - "Microsoft.AspNetCore.Diagnostics.Abstractions": "2.1.1", - "Microsoft.Extensions.Caching.Memory": "2.1.1", - "Microsoft.Extensions.Logging": "2.1.1", - "Newtonsoft.Json.Bson": "1.0.1", - "OpenIddict.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/OpenIddict.Server.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" - } - } - }, - "OpenIddict.Validation/2.0.1": { - "dependencies": { - "AspNet.Security.OAuth.Validation": "2.0.0", - "Microsoft.Extensions.Logging": "2.1.1", - "OpenIddict.Abstractions": "2.0.1" - }, - "runtime": { - "lib/netstandard2.0/OpenIddict.Validation.dll": { - "assemblyVersion": "2.0.1.0", - "fileVersion": "2.0.1.0" + "assemblyVersion": "2.0.0.0", + "fileVersion": "2.0.0.0" } } }, @@ -3615,211 +3526,96 @@ } }, "SerilogAnalyzer/0.15.0": {}, - "System.Collections.NonGeneric/4.3.0": { - "dependencies": { - "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.3.0": { - "dependencies": { - "System.Collections.NonGeneric": "4.3.0", - "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.Diagnostics.Contracts/4.3.0": { + "System.ComponentModel/4.3.0": { "dependencies": { "System.Runtime": "4.3.0" } }, - "System.Drawing.Common/4.7.0": { + "System.ComponentModel.Primitives/4.3.0": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.Win32.SystemEvents": "4.7.0" - }, - "runtime": { - "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": { - "assemblyVersion": "4.0.0.1", - "fileVersion": "4.6.26919.2" - } - } - }, - "System.Globalization.Extensions/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.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.IdentityModel.Tokens.Jwt/5.2.1": { - "dependencies": { - "Microsoft.IdentityModel.Tokens": "5.2.1", - "NETStandard.Library": "2.0.3", - "Newtonsoft.Json": "11.0.2" - }, - "runtime": { - "lib/netstandard1.4/System.IdentityModel.Tokens.Jwt.dll": { - "assemblyVersion": "5.2.1.0", - "fileVersion": "5.2.1.50208" - } - } - }, - "System.Linq.Dynamic.Core/1.0.21": { - "runtime": { - "lib/netcoreapp2.1/System.Linq.Dynamic.Core.dll": { - "assemblyVersion": "1.0.21.0", - "fileVersion": "1.0.21.0" - } - } - }, - "System.Net.Http/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "System.Collections": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", - "System.Diagnostics.DiagnosticSource": "4.5.0", - "System.Diagnostics.Tracing": "4.3.0", - "System.Globalization": "4.3.0", - "System.Globalization.Extensions": "4.3.0", - "System.IO": "4.3.0", - "System.IO.FileSystem": "4.3.0", - "System.Net.Primitives": "4.3.0", + "System.ComponentModel": "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.3.0", - "System.Security.Cryptography.Encoding": "4.3.0", - "System.Security.Cryptography.OpenSsl": "4.3.0", - "System.Security.Cryptography.Primitives": "4.3.0", - "System.Security.Cryptography.X509Certificates": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "runtime.native.System": "4.3.0", - "runtime.native.System.Net.Http": "4.3.0", - "runtime.native.System.Security.Cryptography.OpenSsl": "4.3.0" - } - }, - "System.Net.Primitives/4.3.0": { - "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0", - "System.Runtime.Handles": "4.3.0" + "System.Runtime": "4.3.0" } }, - "System.Private.DataContractSerialization/4.3.0": { + "System.ComponentModel.TypeConverter/4.3.0": { "dependencies": { "System.Collections": "4.3.0", - "System.Collections.Concurrent": "4.3.0", - "System.Diagnostics.Debug": "4.3.0", + "System.Collections.NonGeneric": "4.3.0", + "System.Collections.Specialized": "4.3.0", + "System.ComponentModel": "4.3.0", + "System.ComponentModel.Primitives": "4.3.0", "System.Globalization": "4.3.0", - "System.IO": "4.3.0", "System.Linq": "4.3.0", "System.Reflection": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", - "System.Reflection.Emit.Lightweight": "4.3.0", "System.Reflection.Extensions": "4.3.0", "System.Reflection.Primitives": "4.3.0", "System.Reflection.TypeExtensions": "4.3.0", "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Text.Encoding.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Threading.Tasks": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XDocument": "4.3.0", - "System.Xml.XmlDocument": "4.3.0", - "System.Xml.XmlSerializer": "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" - } - }, - "System.Runtime.Serialization.Primitives/4.3.0": { - "dependencies": { - "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0" - } - }, - "System.Runtime.Serialization.Xml/4.3.0": { - "dependencies": { - "System.IO": "4.3.0", - "System.Private.DataContractSerialization": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Serialization.Primitives": "4.3.0", - "System.Text.Encoding": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0" + "System.Runtime": "4.3.0", + "System.Runtime.Extensions": "4.3.0", + "System.Threading": "4.3.0" } }, - "System.Security.Claims/4.3.0": { + "System.Diagnostics.TraceSource/4.3.0": { "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.0", "System.Collections": "4.3.0", + "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.Runtime.Extensions": "4.3.0", - "System.Security.Principal": "4.3.0" + "System.Threading": "4.3.0", + "runtime.native.System": "4.3.0" } }, - "System.Security.Principal/4.3.0": { + "System.Drawing.Common/4.5.0": { "dependencies": { - "System.Runtime": "4.3.0" + "Microsoft.NETCore.Platforms": "2.1.0", + "Microsoft.Win32.SystemEvents": "4.5.0" + }, + "runtime": { + "runtimes/win/lib/netcoreapp2.0/System.Drawing.Common.dll": { + "assemblyVersion": "4.0.0.0", + "fileVersion": "4.6.26515.6" + } } }, - "System.Threading.Timer/4.0.1": { + "System.Linq.Dynamic.Core/1.0.8.11": { "dependencies": { - "Microsoft.NETCore.Platforms": "3.1.0", - "Microsoft.NETCore.Targets": "2.1.0", - "System.Runtime": "4.3.0" + "System.Collections.Concurrent": "4.3.0", + "System.ComponentModel.TypeConverter": "4.3.0", + "System.Diagnostics.TraceSource": "4.3.0", + "System.Dynamic.Runtime": "4.3.0", + "System.Linq.Queryable": "4.3.0", + "System.Reflection.Emit": "4.3.0", + "System.Reflection.TypeExtensions": "4.3.0" + }, + "runtime": { + "lib/netstandard2.0/System.Linq.Dynamic.Core.dll": { + "assemblyVersion": "0.0.0.0", + "fileVersion": "0.0.0.0" + } } }, - "System.Xml.XmlSerializer/4.3.0": { + "System.Linq.Queryable/4.3.0": { "dependencies": { "System.Collections": "4.3.0", - "System.Globalization": "4.3.0", - "System.IO": "4.3.0", + "System.Diagnostics.Debug": "4.3.0", "System.Linq": "4.3.0", + "System.Linq.Expressions": "4.3.0", "System.Reflection": "4.3.0", - "System.Reflection.Emit": "4.3.0", - "System.Reflection.Emit.ILGeneration": "4.3.0", "System.Reflection.Extensions": "4.3.0", - "System.Reflection.Primitives": "4.3.0", - "System.Reflection.TypeExtensions": "4.3.0", "System.Resources.ResourceManager": "4.3.0", - "System.Runtime": "4.3.0", - "System.Runtime.Extensions": "4.3.0", - "System.Text.RegularExpressions": "4.3.0", - "System.Threading": "4.3.0", - "System.Xml.ReaderWriter": "4.3.0", - "System.Xml.XmlDocument": "4.3.0" + "System.Runtime": "4.3.0" + } + }, + "System.Threading.Timer/4.0.1": { + "dependencies": { + "Microsoft.NETCore.Platforms": "2.1.0", + "Microsoft.NETCore.Targets": "2.1.0", + "System.Runtime": "4.3.0" } }, "GCI.Maintenance.Documents/1.0.0": { @@ -3857,61 +3653,33 @@ "path": "aspnet.security.oauth.validation/2.0.0", "hashPath": "aspnet.security.oauth.validation.2.0.0.nupkg.sha512" }, - "AspNet.Security.OpenIdConnect.Extensions/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-+ny2u6wnYr71GeZsUKM4RkNkY49nEfVboI4wwaLti4nHjXoGmRLRrx2sVBSzTULU9j+GRWFi1Mwfyk/A6OCSMg==", - "path": "aspnet.security.openidconnect.extensions/2.0.0", - "hashPath": "aspnet.security.openidconnect.extensions.2.0.0.nupkg.sha512" - }, - "AspNet.Security.OpenIdConnect.Primitives/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-XJigghZYrmRK/dhNhoJfcrzW9TgwInMAeWZ3T6YZrt2cxVdGNBpeMGFz3q+2XvTQj0fOzEp4loFib2xlfTLPxg==", - "path": "aspnet.security.openidconnect.primitives/2.0.0", - "hashPath": "aspnet.security.openidconnect.primitives.2.0.0.nupkg.sha512" - }, - "AspNet.Security.OpenIdConnect.Server/2.0.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-4UqMSjq5Z7qZwNmVLnIEpYH7PKlsC6lC5qUc3lioBSG41kPGarJEIIM4J5hyBY1gptki0i+2H0jFIri7Z8H4sQ==", - "path": "aspnet.security.openidconnect.server/2.0.0", - "hashPath": "aspnet.security.openidconnect.server.2.0.0.nupkg.sha512" - }, - "CryptoHelper/3.0.2": { + "AspNet.Security.OpenIdConnect.Extensions/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-6xFZdEnhuOmX58TgZAeb20MbddsL8/nR/4CnWhmjMXv9gfpOxD+1bBU7IDtYq2Q8rZJUT6xYWdhW16bKriU2Mw==", - "path": "cryptohelper/3.0.2", - "hashPath": "cryptohelper.3.0.2.nupkg.sha512" + "sha512": "sha512-QPKEGKr1GpyWgQVAEnEkouf2NTr7fmeD0sAQmBTq1Y4yeT8pXZ1NcouF0kJUyddmG7GXeb6cKpaCKxl54rC5pA==", + "path": "aspnet.security.openidconnect.extensions/2.0.0-rc2-final", + "hashPath": "aspnet.security.openidconnect.extensions.2.0.0-rc2-final.nupkg.sha512" }, - "Microsoft.IdentityModel.Logging/5.2.1": { + "AspNet.Security.OpenIdConnect.Primitives/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-kbmvhMYu5OZXWN3toFXhrj3bSN7B+ZzNWzAZQ4Ofp5x2srk9ZCYFljETGS5faxzPwGd5+7W4WZlAfOI7QvzhlA==", - "path": "microsoft.identitymodel.logging/5.2.1", - "hashPath": "microsoft.identitymodel.logging.5.2.1.nupkg.sha512" + "sha512": "sha512-N9ztOIRmpPOajZwtl4zNPrR5HYRyuLKSTgMvFHbhF3eSDKrYmQ7sUm0YlpP0PUT34X5HKKrn9bjQ52KXSczdyg==", + "path": "aspnet.security.openidconnect.primitives/2.0.0-rc2-final", + "hashPath": "aspnet.security.openidconnect.primitives.2.0.0-rc2-final.nupkg.sha512" }, - "Microsoft.IdentityModel.Protocols/5.2.1": { + "AspNet.Security.OpenIdConnect.Server/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-pX00wcRveeJVVnxg4m1zD5aAfwd3A3H29urE5pgh47iWRVSx2L7psQqRFRkn6ZG+aToiPizlwXGtiXrHdWMViQ==", - "path": "microsoft.identitymodel.protocols/5.2.1", - "hashPath": "microsoft.identitymodel.protocols.5.2.1.nupkg.sha512" + "sha512": "sha512-CmuBCYWYj7WZLzNloAsYld+A7aX0PWb8KbZUiBWiYSE/jDayjpZ6opQXn9Nbd1rEmCnSWssJSVk9U6frOFnOQA==", + "path": "aspnet.security.openidconnect.server/2.0.0-rc2-final", + "hashPath": "aspnet.security.openidconnect.server.2.0.0-rc2-final.nupkg.sha512" }, - "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.2.1": { + "CryptoHelper.StrongName/3.0.1.1": { "type": "package", "serviceable": true, - "sha512": "sha512-Zuper2ZGRy8rf4InObMX7wiB12fCgodtOwIcW2fG7ESA3vDO5zZEzbbC4t5y8f7xfppspfWoJKnWgmjM+37XKg==", - "path": "microsoft.identitymodel.protocols.openidconnect/5.2.1", - "hashPath": "microsoft.identitymodel.protocols.openidconnect.5.2.1.nupkg.sha512" - }, - "Microsoft.IdentityModel.Tokens/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-wVWYpXfE6gpkSrIRNo5TDVC7ss6KPTTrmT6x8ysHiZRIMSRAZ8TyHEAmpdATBBPNRmnlevyAs4CK6nPfDpCTqw==", - "path": "microsoft.identitymodel.tokens/5.2.1", - "hashPath": "microsoft.identitymodel.tokens.5.2.1.nupkg.sha512" + "sha512": "sha512-dhJFKWd5rfu8ZAD1NBvUeAlWvDpgHZRoGqr8rayXTIqWB+qUuN59fQedKxugsXVhsrA7IO278tyZXxjK2uTZ8A==", + "path": "cryptohelper.strongname/3.0.1.1", + "hashPath": "cryptohelper.strongname.3.0.1.1.nupkg.sha512" }, "Microsoft.NETCore.App/2.1.0": { "type": "package", @@ -3941,12 +3709,12 @@ "path": "microsoft.netcore.dotnethostresolver/2.1.0", "hashPath": "microsoft.netcore.dotnethostresolver.2.1.0.nupkg.sha512" }, - "Microsoft.NETCore.Platforms/3.1.0": { + "Microsoft.NETCore.Platforms/2.1.0": { "type": "package", "serviceable": true, - "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", - "path": "microsoft.netcore.platforms/3.1.0", - "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" + "sha512": "sha512-ok+RPAtESz/9MUXeIEz6Lv5XAGQsaNmEYXMsgVALj4D7kqC8gveKWXWXbufLySR2fWrwZf8smyN5RmHu0e4BHA==", + "path": "microsoft.netcore.platforms/2.1.0", + "hashPath": "microsoft.netcore.platforms.2.1.0.nupkg.sha512" }, "Microsoft.NETCore.Targets/2.1.0": { "type": "package", @@ -3955,12 +3723,12 @@ "path": "microsoft.netcore.targets/2.1.0", "hashPath": "microsoft.netcore.targets.2.1.0.nupkg.sha512" }, - "Microsoft.Win32.SystemEvents/4.7.0": { + "Microsoft.Win32.SystemEvents/4.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-mtVirZr++rq+XCDITMUdnETD59XoeMxSpLRIII7JRI6Yj0LEDiO1pPn0ktlnIj12Ix8bfvQqQDMMIF9wC98oCA==", - "path": "microsoft.win32.systemevents/4.7.0", - "hashPath": "microsoft.win32.systemevents.4.7.0.nupkg.sha512" + "sha512": "sha512-LuI1oG+24TUj1ZRQQjM5Ew73BKnZE5NZ/7eAdh1o8ST5dPhUnJvIkiIn2re3MwnkRy6ELRnvEbBxHP8uALKhJw==", + "path": "microsoft.win32.systemevents/4.5.0", + "hashPath": "microsoft.win32.systemevents.4.5.0.nupkg.sha512" }, "NETStandard.Library/2.0.3": { "type": "package", @@ -3969,61 +3737,40 @@ "path": "netstandard.library/2.0.3", "hashPath": "netstandard.library.2.0.3.nupkg.sha512" }, - "OpenIddict/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QtnjSHy4/jZdVHN2tO2yYHOqpufEmCOrL9clztm2y01XT5Io9KMrn5bVvDXdmwRwyDM2NJ72/4SUahcmEnWuKw==", - "path": "openiddict/2.0.1", - "hashPath": "openiddict.2.0.1.nupkg.sha512" - }, - "OpenIddict.Abstractions/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-mrQdvSCR8CRPrkwqSxPlWoQBcMlTgDV12rRQKIzSc59Xqu7On04llzi0FgvgdDtm6PZfUGI8HRcVjRWjVMELyw==", - "path": "openiddict.abstractions/2.0.1", - "hashPath": "openiddict.abstractions.2.0.1.nupkg.sha512" - }, - "OpenIddict.Core/2.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-JCDlOqquuwxvko1Sj+dDVa4cw9/Efvlpw7EiOvCL84fV6IRqasmg+f7MoP9g+oMTT4kN7H5NyPZ6U0oUSGb43Q==", - "path": "openiddict.core/2.0.1", - "hashPath": "openiddict.core.2.0.1.nupkg.sha512" - }, - "OpenIddict.EntityFrameworkCore/2.0.1": { + "OpenIddict/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-coNov9FCk+rLXbgGroWPpKzGWJ1VKWvsizcmpkQ2HuhkRd6QmGcxqbhl5uTNZ0poSpsbtoFMvrWu8P/tzMgaxg==", - "path": "openiddict.entityframeworkcore/2.0.1", - "hashPath": "openiddict.entityframeworkcore.2.0.1.nupkg.sha512" + "sha512": "sha512-HxzPl6AQudPMe++tVHnpXw/dz+nakmvx6Jz7vMzKbgIuSZE392caWyk8Cog5RrqG2aNp6x4vrZGSBCHaNyq3eQ==", + "path": "openiddict/2.0.0-rc2-final", + "hashPath": "openiddict.2.0.0-rc2-final.nupkg.sha512" }, - "OpenIddict.EntityFrameworkCore.Models/2.0.1": { + "OpenIddict.Core/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-BGoKwAHPM0D/xUT49exa996jwuLVu0DIzBppzUSIhpoXabL9KG+wLkdj3uWRGifG+d6QBXHXHHzRHfQ3wxlL1A==", - "path": "openiddict.entityframeworkcore.models/2.0.1", - "hashPath": "openiddict.entityframeworkcore.models.2.0.1.nupkg.sha512" + "sha512": "sha512-trjFuR9KmaQ7qsPQGq4a9fyEJq3QnxGcc248v5/oR5pIj/ZZVyW/bK4eQI6NlmLL3WvcCFZIr3fS5Oh/0npKvQ==", + "path": "openiddict.core/2.0.0-rc2-final", + "hashPath": "openiddict.core.2.0.0-rc2-final.nupkg.sha512" }, - "OpenIddict.Mvc/2.0.1": { + "OpenIddict.EntityFrameworkCore/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-2ACrao/KE+PIpZvUwLbGRrmtIdaYX7CiMiyLkRWF//SewUBtmqzEHIloAsQvIa9tYmUt1nCNWVtMjufQaq2Rag==", - "path": "openiddict.mvc/2.0.1", - "hashPath": "openiddict.mvc.2.0.1.nupkg.sha512" + "sha512": "sha512-BtJ0LBt3WQyxnPYMqsRk55iwT16x26mza3RlFadTKVrcpVPygj18O4ijUI6xTsXZo17PBLAqZx4fVCnKOHVHEg==", + "path": "openiddict.entityframeworkcore/2.0.0-rc2-final", + "hashPath": "openiddict.entityframeworkcore.2.0.0-rc2-final.nupkg.sha512" }, - "OpenIddict.Server/2.0.1": { + "OpenIddict.Models/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-78ENZNga4idaykzncM2kHQcDc3iSaaIxJCyVV/wDR/qgqOUIrqfQimsiHl/UgIRfwp+KO92xTW8c7KbW+guG6Q==", - "path": "openiddict.server/2.0.1", - "hashPath": "openiddict.server.2.0.1.nupkg.sha512" + "sha512": "sha512-qOyqDMGmcA7cyO61bQBJn+ypwMZxZbbAdZPIq7LFvMbzWxHJDaKGPMNvvVzratjenEMcqx8QeTK9Xv1bZeraJg==", + "path": "openiddict.models/2.0.0-rc2-final", + "hashPath": "openiddict.models.2.0.0-rc2-final.nupkg.sha512" }, - "OpenIddict.Validation/2.0.1": { + "OpenIddict.Mvc/2.0.0-rc2-final": { "type": "package", "serviceable": true, - "sha512": "sha512-da8kLX4Tx1QuftwzkpSrEBDsnk65eytXIg5cl1AOZgK1MtFSQ9lgyCpsRKCCjlmm46dOwQE4kaM5qNfb+lTPfg==", - "path": "openiddict.validation/2.0.1", - "hashPath": "openiddict.validation.2.0.1.nupkg.sha512" + "sha512": "sha512-kF6mlAQ1Y3e7NawDgvL9/0+A6MWWgoCH+Q6uJQvAlCFqwTI1c3Do3r/IvECfNN54BUq4F+MTJHnSlZnfwu/9Ng==", + "path": "openiddict.mvc/2.0.0-rc2-final", + "hashPath": "openiddict.mvc.2.0.0-rc2-final.nupkg.sha512" }, "runtime.win-x64.Microsoft.NETCore.App/2.1.0": { "type": "package", @@ -4123,110 +3870,54 @@ "path": "seriloganalyzer/0.15.0", "hashPath": "seriloganalyzer.0.15.0.nupkg.sha512" }, - "System.Collections.NonGeneric/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", - "path": "system.collections.nongeneric/4.3.0", - "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" - }, - "System.Collections.Specialized/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", - "path": "system.collections.specialized/4.3.0", - "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" - }, - "System.Diagnostics.Contracts/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", - "path": "system.diagnostics.contracts/4.3.0", - "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" - }, - "System.Drawing.Common/4.7.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-v+XbyYHaZjDfn0ENmJEV1VYLgGgCTx1gnfOBcppowbpOAriglYgGCvFCPr2EEZyBvXlpxbEsTwkOlInl107ahA==", - "path": "system.drawing.common/4.7.0", - "hashPath": "system.drawing.common.4.7.0.nupkg.sha512" - }, - "System.Globalization.Extensions/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", - "path": "system.globalization.extensions/4.3.0", - "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" - }, - "System.IdentityModel.Tokens.Jwt/5.2.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-QwALOmIQnwYXO7SZuzHvp+aF9+E8kouJl2JDHe9hyV/Mqzl2KhOwZMlN+mhyIYo5ggHcIVa/LN7E46WD26OEEg==", - "path": "system.identitymodel.tokens.jwt/5.2.1", - "hashPath": "system.identitymodel.tokens.jwt.5.2.1.nupkg.sha512" - }, - "System.Linq.Dynamic.Core/1.0.21": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Wdqu/OWrd9iAHZh3myPbpNHC9Pi4EqcMdSXUiVbYWmH6kKzQGEfXb2SbmaRYBqKahL3wJd7oNSWi6SNt476guA==", - "path": "system.linq.dynamic.core/1.0.21", - "hashPath": "system.linq.dynamic.core.1.0.21.nupkg.sha512" - }, - "System.Net.Http/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", - "path": "system.net.http/4.3.0", - "hashPath": "system.net.http.4.3.0.nupkg.sha512" - }, - "System.Net.Primitives/4.3.0": { + "System.ComponentModel/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" + "sha512": "sha512-VyGn1jGRZVfxnh8EdvDCi71v3bMXrsu8aYJOwoV7SNDLVhiEqwP86pPMyRGsDsxhXAm2b3o9OIqeETfN5qfezw==", + "path": "system.componentmodel/4.3.0", + "hashPath": "system.componentmodel.4.3.0.nupkg.sha512" }, - "System.Private.DataContractSerialization/4.3.0": { + "System.ComponentModel.Primitives/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", - "path": "system.private.datacontractserialization/4.3.0", - "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" + "sha512": "sha512-j8GUkCpM8V4d4vhLIIoBLGey2Z5bCkMVNjEZseyAlm4n5arcsJOeI3zkUP+zvZgzsbLTYh4lYeP/ZD/gdIAPrw==", + "path": "system.componentmodel.primitives/4.3.0", + "hashPath": "system.componentmodel.primitives.4.3.0.nupkg.sha512" }, - "System.Runtime.InteropServices.RuntimeInformation/4.3.0": { + "System.ComponentModel.TypeConverter/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" + "sha512": "sha512-16pQ6P+EdhcXzPiEK4kbA953Fu0MNG2ovxTZU81/qsCd1zPRsKc3uif5NgvllCY598k6bI0KUyKW8fanlfaDQg==", + "path": "system.componentmodel.typeconverter/4.3.0", + "hashPath": "system.componentmodel.typeconverter.4.3.0.nupkg.sha512" }, - "System.Runtime.Serialization.Primitives/4.3.0": { + "System.Diagnostics.TraceSource/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", - "path": "system.runtime.serialization.primitives/4.3.0", - "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" + "sha512": "sha512-VnYp1NxGx8Ww731y2LJ1vpfb/DKVNKEZ8Jsh5SgQTZREL/YpWRArgh9pI8CDLmgHspZmLL697CaLvH85qQpRiw==", + "path": "system.diagnostics.tracesource/4.3.0", + "hashPath": "system.diagnostics.tracesource.4.3.0.nupkg.sha512" }, - "System.Runtime.Serialization.Xml/4.3.0": { + "System.Drawing.Common/4.5.0": { "type": "package", "serviceable": true, - "sha512": "sha512-nUQx/5OVgrqEba3+j7OdiofvVq9koWZAC7Z3xGI8IIViZqApWnZ5+lLcwYgTlbkobrl/Rat+Jb8GeD4WQESD2A==", - "path": "system.runtime.serialization.xml/4.3.0", - "hashPath": "system.runtime.serialization.xml.4.3.0.nupkg.sha512" + "sha512": "sha512-AiJFxxVPdeITstiRS5aAu8+8Dpf5NawTMoapZ53Gfirml24p7HIfhjmCRxdXnmmf3IUA3AX3CcW7G73CjWxW/Q==", + "path": "system.drawing.common/4.5.0", + "hashPath": "system.drawing.common.4.5.0.nupkg.sha512" }, - "System.Security.Claims/4.3.0": { + "System.Linq.Dynamic.Core/1.0.8.11": { "type": "package", "serviceable": true, - "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", - "path": "system.security.claims/4.3.0", - "hashPath": "system.security.claims.4.3.0.nupkg.sha512" + "sha512": "sha512-qfrv+ykpdwWT6ugpFd+tA6XAVzBoVVInEv1cGb/FSRY7UiwREiW1jmYKtMDtocnw7++fQMRUmvwKnDcWIaslYA==", + "path": "system.linq.dynamic.core/1.0.8.11", + "hashPath": "system.linq.dynamic.core.1.0.8.11.nupkg.sha512" }, - "System.Security.Principal/4.3.0": { + "System.Linq.Queryable/4.3.0": { "type": "package", "serviceable": true, - "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", - "path": "system.security.principal/4.3.0", - "hashPath": "system.security.principal.4.3.0.nupkg.sha512" + "sha512": "sha512-In1Bmmvl/j52yPu3xgakQSI0YIckPUr870w4K5+Lak3JCCa8hl+my65lABOuKfYs4ugmZy25ScFerC4nz8+b6g==", + "path": "system.linq.queryable/4.3.0", + "hashPath": "system.linq.queryable.4.3.0.nupkg.sha512" }, "System.Threading.Timer/4.0.1": { "type": "package", @@ -4235,13 +3926,6 @@ "path": "system.threading.timer/4.0.1", "hashPath": "system.threading.timer.4.0.1.nupkg.sha512" }, - "System.Xml.XmlSerializer/4.3.0": { - "type": "package", - "serviceable": true, - "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", - "path": "system.xml.xmlserializer/4.3.0", - "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" - }, "GCI.Maintenance.Documents/1.0.0": { "type": "project", "serviceable": false, @@ -5302,6 +4986,27 @@ "path": "microsoft.extensions.webencoders/2.1.1", "hashPath": "microsoft.extensions.webencoders.2.1.1.nupkg.sha512" }, + "Microsoft.IdentityModel.Logging/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-OgiaeDGsuTpXrx77a4gyN6Flp4y7jro4La92UtVEEVxnRb+TnRxawVYY3Z5EVme5fSwvE31vo2iNAwI/jBKjPg==", + "path": "microsoft.identitymodel.logging/5.2.0", + "hashPath": "microsoft.identitymodel.logging.5.2.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-pakGqbE3FRort3vb0qqWI0Qfy84IOXs8sG7ygANUpoRT+544svQ62JfvCX4UPnqf5bCUpSxVc3rDh8yCQBtc7w==", + "path": "microsoft.identitymodel.protocols/5.2.0", + "hashPath": "microsoft.identitymodel.protocols.5.2.0.nupkg.sha512" + }, + "Microsoft.IdentityModel.Protocols.OpenIdConnect/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-hMjsfdvgI/Gk/HWPgyVnju6fy3iULralgn1XU6eL17KkkFN2rJ1fDzJX3RKrjr888Y5S+hTSQAUcGzb4Fe3aBA==", + "path": "microsoft.identitymodel.protocols.openidconnect/5.2.0", + "hashPath": "microsoft.identitymodel.protocols.openidconnect.5.2.0.nupkg.sha512" + }, "Microsoft.IdentityModel.Protocols.WsFederation/5.2.0": { "type": "package", "serviceable": true, @@ -5309,6 +5014,13 @@ "path": "microsoft.identitymodel.protocols.wsfederation/5.2.0", "hashPath": "microsoft.identitymodel.protocols.wsfederation.5.2.0.nupkg.sha512" }, + "Microsoft.IdentityModel.Tokens/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Uz1Dk5Gw/jgIHEzac9cXhq7pH0Hf5P73vf23hR6QJn0IamLbPG4qoHnGyPMn9qQXc+jDb/j3fWOhvWGrteJXtA==", + "path": "microsoft.identitymodel.tokens/5.2.0", + "hashPath": "microsoft.identitymodel.tokens.5.2.0.nupkg.sha512" + }, "Microsoft.IdentityModel.Tokens.Saml/5.2.0": { "type": "package", "serviceable": true, @@ -5533,6 +5245,20 @@ "path": "system.collections.immutable/1.5.0", "hashPath": "system.collections.immutable.1.5.0.nupkg.sha512" }, + "System.Collections.NonGeneric/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-prtjIEMhGUnQq6RnPEYLpFt8AtLbp9yq2zxOSrY7KJJZrw25Fi97IzBqY7iqssbM61Ek5b8f3MG/sG1N2sN5KA==", + "path": "system.collections.nongeneric/4.3.0", + "hashPath": "system.collections.nongeneric.4.3.0.nupkg.sha512" + }, + "System.Collections.Specialized/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Epx8PoVZR0iuOnJJDzp7pWvdfMMOAvpUo95pC4ScH2mJuXkKA2Y4aR3cG9qt2klHgSons1WFh4kcGW7cSXvrxg==", + "path": "system.collections.specialized/4.3.0", + "hashPath": "system.collections.specialized.4.3.0.nupkg.sha512" + }, "System.ComponentModel.Annotations/4.5.0": { "type": "package", "serviceable": true, @@ -5554,6 +5280,13 @@ "path": "system.data.sqlclient/4.5.1", "hashPath": "system.data.sqlclient.4.5.1.nupkg.sha512" }, + "System.Diagnostics.Contracts/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-eelRRbnm+OloiQvp9CXS0ixjNQldjjkHO4iIkR5XH2VIP8sUB/SIpa1TdUW6/+HDcQ+MlhP3pNa1u5SbzYuWGA==", + "path": "system.diagnostics.contracts/4.3.0", + "hashPath": "system.diagnostics.contracts.4.3.0.nupkg.sha512" + }, "System.Diagnostics.Debug/4.3.0": { "type": "package", "serviceable": true, @@ -5617,6 +5350,20 @@ "path": "system.globalization.calendars/4.3.0", "hashPath": "system.globalization.calendars.4.3.0.nupkg.sha512" }, + "System.Globalization.Extensions/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-FhKmdR6MPG+pxow6wGtNAWdZh7noIOpdD5TwQ3CprzgIE1bBBoim0vbR1+AWsWjQmU7zXHgQo4TWSP6lCeiWcQ==", + "path": "system.globalization.extensions/4.3.0", + "hashPath": "system.globalization.extensions.4.3.0.nupkg.sha512" + }, + "System.IdentityModel.Tokens.Jwt/5.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-E8tNMfMWPvlSF5fvmMIVZZHlGuIZzE5uktuR+GN2gFdngh0k6xoZquxfjKC02d0NqfsshNQVTCdSKXD5e9/lpA==", + "path": "system.identitymodel.tokens.jwt/5.2.0", + "hashPath": "system.identitymodel.tokens.jwt.5.2.0.nupkg.sha512" + }, "System.Interactive.Async/3.1.1": { "type": "package", "serviceable": true, @@ -5673,13 +5420,6 @@ "path": "system.linq.expressions/4.3.0", "hashPath": "system.linq.expressions.4.3.0.nupkg.sha512" }, - "System.Linq.Queryable/4.0.1": { - "type": "package", - "serviceable": true, - "sha512": "sha512-Yn/WfYe9RoRfmSLvUt2JerP0BTGGykCZkQPgojaxgzF2N0oPo+/AhB8TXOpdCcNlrG3VRtsamtK2uzsp3cqRVw==", - "path": "system.linq.queryable/4.0.1", - "hashPath": "system.linq.queryable.4.0.1.nupkg.sha512" - }, "System.Memory/4.5.1": { "type": "package", "serviceable": true, @@ -5687,6 +5427,20 @@ "path": "system.memory/4.5.1", "hashPath": "system.memory.4.5.1.nupkg.sha512" }, + "System.Net.Http/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-sYg+FtILtRQuYWSIAuNOELwVuVsxVyJGWQyOnlAzhV4xvhyFnON1bAzYYC+jjRW8JREM45R0R5Dgi8MTC5sEwA==", + "path": "system.net.http/4.3.0", + "hashPath": "system.net.http.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.WebSockets.WebSocketProtocol/4.5.1": { "type": "package", "serviceable": true, @@ -5708,6 +5462,13 @@ "path": "system.objectmodel/4.3.0", "hashPath": "system.objectmodel.4.3.0.nupkg.sha512" }, + "System.Private.DataContractSerialization/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-yDaJ2x3mMmjdZEDB4IbezSnCsnjQ4BxinKhRAaP6kEgL6Bb6jANWphs5SzyD8imqeC/3FxgsuXT6ykkiH1uUmA==", + "path": "system.private.datacontractserialization/4.3.0", + "hashPath": "system.private.datacontractserialization.4.3.0.nupkg.sha512" + }, "System.Reflection/4.3.0": { "type": "package", "serviceable": true, @@ -5806,6 +5567,13 @@ "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.3.0": { "type": "package", "serviceable": true, @@ -5813,6 +5581,20 @@ "path": "system.runtime.numerics/4.3.0", "hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512" }, + "System.Runtime.Serialization.Primitives/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-Wz+0KOukJGAlXjtKr+5Xpuxf8+c8739RI1C+A2BoQZT+wMCCoMDDdO8/4IRHfaVINqL78GO8dW8G2lW/e45Mcw==", + "path": "system.runtime.serialization.primitives/4.3.0", + "hashPath": "system.runtime.serialization.primitives.4.3.0.nupkg.sha512" + }, + "System.Runtime.Serialization.Xml/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-nUQx/5OVgrqEba3+j7OdiofvVq9koWZAC7Z3xGI8IIViZqApWnZ5+lLcwYgTlbkobrl/Rat+Jb8GeD4WQESD2A==", + "path": "system.runtime.serialization.xml/4.3.0", + "hashPath": "system.runtime.serialization.xml.4.3.0.nupkg.sha512" + }, "System.Security.AccessControl/4.5.0": { "type": "package", "serviceable": true, @@ -5820,6 +5602,13 @@ "path": "system.security.accesscontrol/4.5.0", "hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512" }, + "System.Security.Claims/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-P/+BR/2lnc4PNDHt/TPBAWHVMLMRHsyYZbU1NphW4HIWzCggz8mJbTQQ3MKljFE7LS3WagmVFuBgoLcFzYXlkA==", + "path": "system.security.claims/4.3.0", + "hashPath": "system.security.claims.4.3.0.nupkg.sha512" + }, "System.Security.Cryptography.Algorithms/4.3.0": { "type": "package", "serviceable": true, @@ -5890,6 +5679,13 @@ "path": "system.security.permissions/4.5.0", "hashPath": "system.security.permissions.4.5.0.nupkg.sha512" }, + "System.Security.Principal/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-I1tkfQlAoMM2URscUtpcRo/hX0jinXx6a/KUtEQoz3owaYwl3qwsO8cbzYVVnjxrzxjHo3nJC+62uolgeGIS9A==", + "path": "system.security.principal/4.3.0", + "hashPath": "system.security.principal.4.3.0.nupkg.sha512" + }, "System.Security.Principal.Windows/4.5.0": { "type": "package", "serviceable": true, @@ -6002,6 +5798,13 @@ "path": "system.xml.xmldocument/4.3.0", "hashPath": "system.xml.xmldocument.4.3.0.nupkg.sha512" }, + "System.Xml.XmlSerializer/4.3.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-MYoTCP7EZ98RrANESW05J5ZwskKDoN0AuZ06ZflnowE50LTpbR5yRg3tHckTVm5j/m47stuGgCrCHWePyHS70Q==", + "path": "system.xml.xmlserializer/4.3.0", + "hashPath": "system.xml.xmlserializer.4.3.0.nupkg.sha512" + }, "System.Xml.XPath/4.3.0": { "type": "package", "serviceable": true, diff --git a/GCI.Maintenance/GCI.Maintenance.API.dll b/GCI.Maintenance/GCI.Maintenance.API.dll index 46d0138..8a48b45 100644 Binary files a/GCI.Maintenance/GCI.Maintenance.API.dll and b/GCI.Maintenance/GCI.Maintenance.API.dll differ diff --git a/GCI.Maintenance/GCI.Maintenance.API.pdb b/GCI.Maintenance/GCI.Maintenance.API.pdb index 908ee16..3a93221 100644 Binary files a/GCI.Maintenance/GCI.Maintenance.API.pdb and b/GCI.Maintenance/GCI.Maintenance.API.pdb differ diff --git a/GCI.Maintenance/GCI.Maintenance.Documents.dll b/GCI.Maintenance/GCI.Maintenance.Documents.dll index c8e3846..d1b9d05 100644 Binary files a/GCI.Maintenance/GCI.Maintenance.Documents.dll and b/GCI.Maintenance/GCI.Maintenance.Documents.dll differ diff --git a/GCI.Maintenance/GCI.Maintenance.Documents.pdb b/GCI.Maintenance/GCI.Maintenance.Documents.pdb index e9dedc3..0b39660 100644 Binary files a/GCI.Maintenance/GCI.Maintenance.Documents.pdb and b/GCI.Maintenance/GCI.Maintenance.Documents.pdb differ diff --git a/GCI.Maintenance/GCI.Maintenance.Entities.dll b/GCI.Maintenance/GCI.Maintenance.Entities.dll index aa09440..c35f6cb 100644 Binary files a/GCI.Maintenance/GCI.Maintenance.Entities.dll and b/GCI.Maintenance/GCI.Maintenance.Entities.dll differ diff --git a/GCI.Maintenance/GCI.Maintenance.Entities.pdb b/GCI.Maintenance/GCI.Maintenance.Entities.pdb index 5f74dba..4e65f8c 100644 Binary files a/GCI.Maintenance/GCI.Maintenance.Entities.pdb and b/GCI.Maintenance/GCI.Maintenance.Entities.pdb differ diff --git a/GCI.Maintenance/Microsoft.IdentityModel.Logging.dll b/GCI.Maintenance/Microsoft.IdentityModel.Logging.dll deleted file mode 100644 index 924a318..0000000 Binary files a/GCI.Maintenance/Microsoft.IdentityModel.Logging.dll and /dev/null differ diff --git a/GCI.Maintenance/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll b/GCI.Maintenance/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll deleted file mode 100644 index 8c4e791..0000000 Binary files a/GCI.Maintenance/Microsoft.IdentityModel.Protocols.OpenIdConnect.dll and /dev/null differ diff --git a/GCI.Maintenance/Microsoft.IdentityModel.Protocols.dll b/GCI.Maintenance/Microsoft.IdentityModel.Protocols.dll deleted file mode 100644 index 10c9b07..0000000 Binary files a/GCI.Maintenance/Microsoft.IdentityModel.Protocols.dll and /dev/null differ diff --git a/GCI.Maintenance/Microsoft.IdentityModel.Tokens.dll b/GCI.Maintenance/Microsoft.IdentityModel.Tokens.dll deleted file mode 100644 index 2ed132b..0000000 Binary files a/GCI.Maintenance/Microsoft.IdentityModel.Tokens.dll and /dev/null differ diff --git a/GCI.Maintenance/Microsoft.Win32.SystemEvents.dll b/GCI.Maintenance/Microsoft.Win32.SystemEvents.dll index 1821cf1..bb47b68 100644 Binary files a/GCI.Maintenance/Microsoft.Win32.SystemEvents.dll and b/GCI.Maintenance/Microsoft.Win32.SystemEvents.dll differ diff --git a/GCI.Maintenance/OpenIddict.Abstractions.dll b/GCI.Maintenance/OpenIddict.Abstractions.dll deleted file mode 100644 index 8477cdc..0000000 Binary files a/GCI.Maintenance/OpenIddict.Abstractions.dll and /dev/null differ diff --git a/GCI.Maintenance/OpenIddict.Core.dll b/GCI.Maintenance/OpenIddict.Core.dll index a02cd91..b99b6fb 100644 Binary files a/GCI.Maintenance/OpenIddict.Core.dll and b/GCI.Maintenance/OpenIddict.Core.dll differ diff --git a/GCI.Maintenance/OpenIddict.EntityFrameworkCore.Models.dll b/GCI.Maintenance/OpenIddict.EntityFrameworkCore.Models.dll deleted file mode 100644 index a51aafb..0000000 Binary files a/GCI.Maintenance/OpenIddict.EntityFrameworkCore.Models.dll and /dev/null differ diff --git a/GCI.Maintenance/OpenIddict.EntityFrameworkCore.dll b/GCI.Maintenance/OpenIddict.EntityFrameworkCore.dll index c19f5e7..b49f35f 100644 Binary files a/GCI.Maintenance/OpenIddict.EntityFrameworkCore.dll and b/GCI.Maintenance/OpenIddict.EntityFrameworkCore.dll differ diff --git a/GCI.Maintenance/OpenIddict.Models.dll b/GCI.Maintenance/OpenIddict.Models.dll new file mode 100644 index 0000000..36953a6 Binary files /dev/null and b/GCI.Maintenance/OpenIddict.Models.dll differ diff --git a/GCI.Maintenance/OpenIddict.Mvc.dll b/GCI.Maintenance/OpenIddict.Mvc.dll index f94979c..fa20716 100644 Binary files a/GCI.Maintenance/OpenIddict.Mvc.dll and b/GCI.Maintenance/OpenIddict.Mvc.dll differ diff --git a/GCI.Maintenance/OpenIddict.Server.dll b/GCI.Maintenance/OpenIddict.Server.dll deleted file mode 100644 index d618936..0000000 Binary files a/GCI.Maintenance/OpenIddict.Server.dll and /dev/null differ diff --git a/GCI.Maintenance/OpenIddict.Validation.dll b/GCI.Maintenance/OpenIddict.Validation.dll deleted file mode 100644 index 9c3e2ca..0000000 Binary files a/GCI.Maintenance/OpenIddict.Validation.dll and /dev/null differ diff --git a/GCI.Maintenance/OpenIddict.dll b/GCI.Maintenance/OpenIddict.dll index 436a3b2..6d37c20 100644 Binary files a/GCI.Maintenance/OpenIddict.dll and b/GCI.Maintenance/OpenIddict.dll differ diff --git a/GCI.Maintenance/System.Drawing.Common.dll b/GCI.Maintenance/System.Drawing.Common.dll index fcf9bbe..dcf5a77 100644 Binary files a/GCI.Maintenance/System.Drawing.Common.dll and b/GCI.Maintenance/System.Drawing.Common.dll differ diff --git a/GCI.Maintenance/System.IdentityModel.Tokens.Jwt.dll b/GCI.Maintenance/System.IdentityModel.Tokens.Jwt.dll deleted file mode 100644 index 431ee51..0000000 Binary files a/GCI.Maintenance/System.IdentityModel.Tokens.Jwt.dll and /dev/null differ diff --git a/GCI.Maintenance/System.Linq.Dynamic.Core.dll b/GCI.Maintenance/System.Linq.Dynamic.Core.dll index e591c54..b97587b 100644 Binary files a/GCI.Maintenance/System.Linq.Dynamic.Core.dll and b/GCI.Maintenance/System.Linq.Dynamic.Core.dll differ diff --git a/GCI.Maintenance/appsettings.Production.json b/GCI.Maintenance/appsettings.Production.json index 99b0c93..40306b9 100644 --- a/GCI.Maintenance/appsettings.Production.json +++ b/GCI.Maintenance/appsettings.Production.json @@ -18,13 +18,6 @@ "Options": { "Repository": "\\\\servidordenariu\\d$\\GCI_DocumentosExternos\\Maintenance\\Images" } - }, - { - "Name": "Invoices", - "Provider": "FilesystemDocumentProvider", - "Options": { - "Repository": "\\\\servidordenariu\\d$\\GCI_DocumentosExternos\\Maintenance\\Invoices" - } } ], "Serilog": { @@ -32,8 +25,7 @@ "Default": "Information", "Override": { "System": "Warning", - "Microsoft": "Warning", - "Microsoft.EntityFrameworkCore": "Warning" + "Microsoft": "Warning" } } } diff --git a/GCI.Maintenance/appsettings.json b/GCI.Maintenance/appsettings.json index 57817d4..6d98d1d 100644 --- a/GCI.Maintenance/appsettings.json +++ b/GCI.Maintenance/appsettings.json @@ -19,13 +19,6 @@ "Options": { "Repository": "d:\\GCI_DocumentosExternos\\Maintenance\\Images" } - }, - { - "Name": "Invoices", - "Provider": "FilesystemDocumentProvider", - "Options": { - "Repository": "d:\\GCI_DocumentosExternos\\Maintenance\\Invoices" - } } ] } diff --git a/GCI.Maintenance/openiddict.pfx b/GCI.Maintenance/openiddict.pfx deleted file mode 100644 index 6e9d1b8..0000000 Binary files a/GCI.Maintenance/openiddict.pfx and /dev/null differ diff --git a/GCI.Maintenance/web.config b/GCI.Maintenance/web.config index 0a6d67a..466562a 100644 --- a/GCI.Maintenance/web.config +++ b/GCI.Maintenance/web.config @@ -10,20 +10,6 @@ - - - - - - - - - - - - - - \ No newline at end of file