From b7f30fc0db66e688f6d0ac1d3f7cabd895192712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 03:04:08 +0000 Subject: [PATCH] Bump the nuget group with 8 updates Bumps AutoMapper from 6.2.2 to 16.1.1 Bumps Microsoft.AspNet.Identity.Owin from 2.2.1 to 2.2.4 Bumps Microsoft.Owin from 4.0.0 to 4.1.1 Bumps Microsoft.Owin.Security.Cookies from 4.0.0 to 4.2.2 Bumps Newtonsoft.Json from 11.0.1 to 13.0.1 Bumps System.IdentityModel.Tokens.Jwt from 4.0.4.403061554 to 5.7.0 Bumps System.Net.Http from 4.3.3 to 4.3.4 Bumps System.Text.RegularExpressions from 4.3.0 to 4.3.1 --- updated-dependencies: - dependency-name: AutoMapper dependency-version: 16.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: AutoMapper dependency-version: 16.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.AspNet.Identity.Owin dependency-version: 2.2.4 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin dependency-version: 4.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin.Security.Cookies dependency-version: 4.2.2 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 5.7.0 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Net.Http dependency-version: 4.3.4 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.RegularExpressions dependency-version: 4.3.1 dependency-type: direct:production dependency-group: nuget - dependency-name: AutoMapper dependency-version: 16.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Net.Http dependency-version: 4.3.4 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.RegularExpressions dependency-version: 4.3.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.AspNet.Identity.Owin dependency-version: 2.2.4 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin dependency-version: 4.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin.Security.Cookies dependency-version: 4.2.2 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin dependency-version: 4.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: System.IdentityModel.Tokens.Jwt dependency-version: 5.7.0 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Net.Http dependency-version: 4.3.4 dependency-type: direct:production dependency-group: nuget - dependency-name: System.Text.RegularExpressions dependency-version: 4.3.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.AspNet.Identity.Owin dependency-version: 2.2.4 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin dependency-version: 4.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin.Security.Cookies dependency-version: 4.2.2 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.AspNet.Identity.Owin dependency-version: 2.2.4 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin dependency-version: 4.1.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Microsoft.Owin.Security.Cookies dependency-version: 4.2.2 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- src/App/App.Api/App.Api.csproj | 134 ++++++++++++++---- .../App.Api/Areas/HelpPage/Views/Web.config | 35 ++++- src/App/App.Api/packages.config | 48 +++++-- src/App/App.Core/App.Core.csproj | 106 +++++++++++++- src/App/App.Core/App.config | 6 +- src/App/App.Core/packages.config | 31 +++- src/App/App.Database/App.Database.csproj | 30 ++-- src/App/App.Database/App.config | 12 +- src/App/App.Database/packages.config | 12 +- src/App/App.Dto/App.Dto.csproj | 5 +- src/App/App.Dto/app.config | 2 +- src/App/App.Dto/packages.config | 2 +- src/App/App.Entities/App.Entities.csproj | 30 ++-- src/App/App.Entities/App.config | 12 +- src/App/App.Entities/packages.config | 12 +- .../App.Infrastructure.csproj | 95 +++++++++++-- src/App/App.Infrastructure/app.config | 12 +- src/App/App.Infrastructure/packages.config | 33 +++-- src/App/App.Security/App.Security.csproj | 30 ++-- src/App/App.Security/App.config | 12 +- src/App/App.Security/packages.config | 12 +- src/App/App.Services/App.Services.csproj | 106 +++++++++++++- src/App/App.Services/App.config | 8 +- src/App/App.Services/packages.config | 31 +++- src/App/App.Validation/App.Validation.csproj | 10 +- src/App/App.Validation/app.config | 6 +- src/App/App.Validation/packages.config | 6 +- 27 files changed, 673 insertions(+), 165 deletions(-) diff --git a/src/App/App.Api/App.Api.csproj b/src/App/App.Api/App.Api.csproj index 2150299..934f529 100644 --- a/src/App/App.Api/App.Api.csproj +++ b/src/App/App.Api/App.Api.csproj @@ -69,8 +69,9 @@ ..\..\..\packages\Autofac.WebApi2.4.1.0\lib\net45\Autofac.Integration.WebApi.dll True - - ..\..\..\packages\AutoMapper.6.2.2\lib\net45\AutoMapper.dll + + ..\..\..\packages\AutoMapper.16.1.1\lib\netstandard2.0\AutoMapper.dll + True ..\..\..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll @@ -105,39 +106,80 @@ ..\..\..\packages\LinqKit.Core.1.1.14\lib\net45\LinqKit.Core.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll True ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll True - - ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True + + + ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\..\..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\netstandard2.0\Microsoft.Bcl.HashCode.dll + True + + + ..\..\..\packages\Microsoft.Bcl.TimeProvider.10.0.5\lib\netstandard2.0\Microsoft.Bcl.TimeProvider.dll True ..\..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.8\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - - ..\..\..\packages\Microsoft.IdentityModel.Logging.5.2.1\lib\net451\Microsoft.IdentityModel.Logging.dll + + ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Options.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Options.dll + True - - ..\..\..\packages\Microsoft.IdentityModel.Tokens.5.2.1\lib\net451\Microsoft.IdentityModel.Tokens.dll + + ..\..\..\packages\Microsoft.Extensions.Primitives.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Abstractions.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.JsonWebTokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Logging.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Tokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll + True - - ..\..\..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True ..\..\..\packages\Microsoft.Owin.Host.SystemWeb.4.0.0\lib\net451\Microsoft.Owin.Host.SystemWeb.dll - - ..\..\..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll + + ..\..\..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll + + ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + True ..\..\..\packages\Microsoft.Owin.Security.Jwt.3.1.0\lib\net45\Microsoft.Owin.Security.Jwt.dll @@ -156,8 +198,9 @@ ..\..\..\packages\MimeTypeMap.List.1.1.0\lib\MimeTypeMap.List.dll True - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\Owin.1.0\lib\net40\Owin.dll @@ -171,21 +214,31 @@ ..\..\..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll True + + ..\..\..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\..\..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll + True + ..\..\..\packages\System.Console.4.3.0\lib\net46\System.Console.dll - - ..\..\..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\..\..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True ..\..\..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll - - ..\..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.4.403061554\lib\net45\System.IdentityModel.Tokens.Jwt.dll + + ..\..\..\packages\System.IdentityModel.Tokens.Jwt.5.7.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll + True ..\..\..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll @@ -201,8 +254,17 @@ ..\..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll - - ..\..\..\packages\System.Net.Http.4.3.3\lib\net46\System.Net.Http.dll + + ..\..\..\packages\System.IO.Pipelines.10.0.5\lib\netstandard2.0\System.IO.Pipelines.dll + True + + + ..\..\..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + True ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll @@ -211,6 +273,14 @@ ..\..\..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll + + ..\..\..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + ..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll True @@ -219,6 +289,10 @@ ..\..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + + ..\..\..\packages\System.Security.Cryptography.Cng.5.0.0\lib\net461\System.Security.Cryptography.Cng.dll + True + ..\..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll @@ -228,6 +302,18 @@ ..\..\..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll + + ..\..\..\packages\System.Text.Encodings.Web.10.0.5\lib\netstandard2.0\System.Text.Encodings.Web.dll + True + + + ..\..\..\packages\System.Text.Json.10.0.5\lib\netstandard2.0\System.Text.Json.dll + True + + + ..\..\..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/src/App/App.Api/Areas/HelpPage/Views/Web.config b/src/App/App.Api/Areas/HelpPage/Views/Web.config index e946f6a..7966a0c 100644 --- a/src/App/App.Api/Areas/HelpPage/Views/Web.config +++ b/src/App/App.Api/Areas/HelpPage/Views/Web.config @@ -34,8 +34,41 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/App/App.Api/packages.config b/src/App/App.Api/packages.config index 6683b11..0db1c02 100644 --- a/src/App/App.Api/packages.config +++ b/src/App/App.Api/packages.config @@ -6,7 +6,7 @@ - + @@ -16,9 +16,9 @@ - + - + @@ -29,66 +29,86 @@ + + + - - - + + + + + + + + + - + - - + + - + + + - + - + + - + + + + + + - + + + + diff --git a/src/App/App.Core/App.Core.csproj b/src/App/App.Core/App.Core.csproj index 9431430..5bca977 100644 --- a/src/App/App.Core/App.Core.csproj +++ b/src/App/App.Core/App.Core.csproj @@ -34,8 +34,9 @@ ..\..\..\packages\Autofac.4.6.2\lib\net45\Autofac.dll - - ..\..\..\packages\AutoMapper.6.2.2\lib\net45\AutoMapper.dll + + ..\..\..\packages\AutoMapper.16.1.1\lib\netstandard2.0\AutoMapper.dll + True ..\..\..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll @@ -55,16 +56,113 @@ ..\..\..\packages\LinqKit.1.1.14\lib\net45\LinqKit.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\..\..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\netstandard2.0\Microsoft.Bcl.HashCode.dll + True + + + ..\..\..\packages\Microsoft.Bcl.TimeProvider.10.0.5\lib\netstandard2.0\Microsoft.Bcl.TimeProvider.dll + True + + + ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Options.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Options.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Primitives.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Abstractions.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.JsonWebTokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Logging.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Tokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll + True + + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True + + ..\..\..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\..\..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll + True + + + ..\..\..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\..\..\packages\System.IO.Pipelines.10.0.5\lib\netstandard2.0\System.IO.Pipelines.dll + True + + + ..\..\..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\..\..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + True + + + ..\..\..\packages\System.Security.Cryptography.Cng.5.0.0\lib\net461\System.Security.Cryptography.Cng.dll + True + + + ..\..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + + + ..\..\..\packages\System.Text.Encodings.Web.10.0.5\lib\netstandard2.0\System.Text.Encodings.Web.dll + True + + + ..\..\..\packages\System.Text.Json.10.0.5\lib\netstandard2.0\System.Text.Json.dll + True + + + ..\..\..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/src/App/App.Core/App.config b/src/App/App.Core/App.config index ed6917b..c8e3019 100644 --- a/src/App/App.Core/App.config +++ b/src/App/App.Core/App.config @@ -19,7 +19,7 @@ - + @@ -37,6 +37,10 @@ + + + + diff --git a/src/App/App.Core/packages.config b/src/App/App.Core/packages.config index f4be20f..f729393 100644 --- a/src/App/App.Core/packages.config +++ b/src/App/App.Core/packages.config @@ -1,12 +1,37 @@  - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/App/App.Database/App.Database.csproj b/src/App/App.Database/App.Database.csproj index 816bf8a..45c109b 100644 --- a/src/App/App.Database/App.Database.csproj +++ b/src/App/App.Database/App.Database.csproj @@ -40,29 +40,35 @@ ..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True - - ..\..\..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll + + ..\..\..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll + + ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + True ..\..\..\packages\Microsoft.Owin.Security.OAuth.4.0.0\lib\net451\Microsoft.Owin.Security.OAuth.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\Owin.1.0\lib\net40\Owin.dll diff --git a/src/App/App.Database/App.config b/src/App/App.Database/App.config index ed6917b..5440cf8 100644 --- a/src/App/App.Database/App.config +++ b/src/App/App.Database/App.config @@ -19,15 +19,15 @@ - + - + - + @@ -35,7 +35,11 @@ - + + + + + diff --git a/src/App/App.Database/packages.config b/src/App/App.Database/packages.config index a93c784..54fb05f 100644 --- a/src/App/App.Database/packages.config +++ b/src/App/App.Database/packages.config @@ -2,13 +2,13 @@ - + - - - - + + + + - + \ No newline at end of file diff --git a/src/App/App.Dto/App.Dto.csproj b/src/App/App.Dto/App.Dto.csproj index 224dd6c..3b24867 100644 --- a/src/App/App.Dto/App.Dto.csproj +++ b/src/App/App.Dto/App.Dto.csproj @@ -31,8 +31,9 @@ 4 - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True diff --git a/src/App/App.Dto/app.config b/src/App/App.Dto/app.config index ffba110..e132908 100644 --- a/src/App/App.Dto/app.config +++ b/src/App/App.Dto/app.config @@ -4,7 +4,7 @@ - + diff --git a/src/App/App.Dto/packages.config b/src/App/App.Dto/packages.config index 77c4932..ce3dc38 100644 --- a/src/App/App.Dto/packages.config +++ b/src/App/App.Dto/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/src/App/App.Entities/App.Entities.csproj b/src/App/App.Entities/App.Entities.csproj index 3017f41..88719b0 100644 --- a/src/App/App.Entities/App.Entities.csproj +++ b/src/App/App.Entities/App.Entities.csproj @@ -37,29 +37,35 @@ ..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True - - ..\..\..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll + + ..\..\..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll + + ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + True ..\..\..\packages\Microsoft.Owin.Security.OAuth.4.0.0\lib\net451\Microsoft.Owin.Security.OAuth.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\Owin.1.0\lib\net40\Owin.dll diff --git a/src/App/App.Entities/App.config b/src/App/App.Entities/App.config index 4beda45..70635d7 100644 --- a/src/App/App.Entities/App.config +++ b/src/App/App.Entities/App.config @@ -18,15 +18,15 @@ - + - + - + @@ -34,7 +34,11 @@ - + + + + + diff --git a/src/App/App.Entities/packages.config b/src/App/App.Entities/packages.config index 29cedb7..eab883d 100644 --- a/src/App/App.Entities/packages.config +++ b/src/App/App.Entities/packages.config @@ -1,13 +1,13 @@  - + - - - - + + + + - + \ No newline at end of file diff --git a/src/App/App.Infrastructure/App.Infrastructure.csproj b/src/App/App.Infrastructure/App.Infrastructure.csproj index 36b8bad..d005aa6 100644 --- a/src/App/App.Infrastructure/App.Infrastructure.csproj +++ b/src/App/App.Infrastructure/App.Infrastructure.csproj @@ -60,14 +60,41 @@ ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - - ..\..\..\packages\Microsoft.IdentityModel.Logging.5.2.1\lib\net451\Microsoft.IdentityModel.Logging.dll + + ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\..\..\packages\Microsoft.Bcl.TimeProvider.10.0.5\lib\netstandard2.0\Microsoft.Bcl.TimeProvider.dll + True + + + ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True - - ..\..\..\packages\Microsoft.IdentityModel.Tokens.5.2.1\lib\net451\Microsoft.IdentityModel.Tokens.dll + + ..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True - - ..\..\..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.IdentityModel.Abstractions.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.JsonWebTokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Logging.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Tokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll + True + + + ..\..\..\packages\Microsoft.Owin.4.1.1\lib\net45\Microsoft.Owin.dll + True ..\..\..\packages\Microsoft.Owin.Host.SystemWeb.4.0.0\lib\net451\Microsoft.Owin.Host.SystemWeb.dll @@ -90,8 +117,9 @@ ..\..\..\packages\MimeTypeMap.List.1.1.0\lib\MimeTypeMap.List.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\Owin.1.0\lib\net40\Owin.dll @@ -104,14 +132,19 @@ ..\..\..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll True + + ..\..\..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + ..\..\..\packages\System.Console.4.3.0\lib\net46\System.Console.dll - - ..\..\..\packages\System.Diagnostics.DiagnosticSource.4.4.1\lib\net46\System.Diagnostics.DiagnosticSource.dll + + ..\..\..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True @@ -119,8 +152,9 @@ - - ..\..\..\packages\System.IdentityModel.Tokens.Jwt.4.0.4.403061554\lib\net45\System.IdentityModel.Tokens.Jwt.dll + + ..\..\..\packages\System.IdentityModel.Tokens.Jwt.5.7.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll + True ..\..\..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll @@ -136,8 +170,17 @@ ..\..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll - - ..\..\..\packages\System.Net.Http.4.3.3\lib\net46\System.Net.Http.dll + + ..\..\..\packages\System.IO.Pipelines.10.0.5\lib\netstandard2.0\System.IO.Pipelines.dll + True + + + ..\..\..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + + + ..\..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + True ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll @@ -146,7 +189,15 @@ ..\..\..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll + + ..\..\..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + ..\..\..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll True @@ -155,6 +206,10 @@ ..\..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + + ..\..\..\packages\System.Security.Cryptography.Cng.5.0.0\lib\net461\System.Security.Cryptography.Cng.dll + True + ..\..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll @@ -164,6 +219,18 @@ ..\..\..\packages\System.Security.Cryptography.X509Certificates.4.3.2\lib\net461\System.Security.Cryptography.X509Certificates.dll + + ..\..\..\packages\System.Text.Encodings.Web.10.0.5\lib\netstandard2.0\System.Text.Encodings.Web.dll + True + + + ..\..\..\packages\System.Text.Json.10.0.5\lib\netstandard2.0\System.Text.Json.dll + True + + + ..\..\..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/src/App/App.Infrastructure/app.config b/src/App/App.Infrastructure/app.config index 316b4d7..88d0a9e 100644 --- a/src/App/App.Infrastructure/app.config +++ b/src/App/App.Infrastructure/app.config @@ -8,11 +8,11 @@ - + - + @@ -36,7 +36,7 @@ - + @@ -44,15 +44,15 @@ - + - + - + diff --git a/src/App/App.Infrastructure/packages.config b/src/App/App.Infrastructure/packages.config index e2262b6..7a3c10b 100644 --- a/src/App/App.Infrastructure/packages.config +++ b/src/App/App.Infrastructure/packages.config @@ -13,11 +13,17 @@ - - - + + + + + + + + + - + @@ -26,50 +32,59 @@ - + + - + - + + - + + + + + - + + + + diff --git a/src/App/App.Security/App.Security.csproj b/src/App/App.Security/App.Security.csproj index 0992c60..b290ccd 100644 --- a/src/App/App.Security/App.Security.csproj +++ b/src/App/App.Security/App.Security.csproj @@ -40,29 +40,35 @@ ..\..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll - - ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll + + ..\..\..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True - - ..\..\..\packages\Microsoft.Owin.4.0.0\lib\net451\Microsoft.Owin.dll + + ..\..\..\packages\Microsoft.Owin.4.2.3\lib\net45\Microsoft.Owin.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.4.0.0\lib\net451\Microsoft.Owin.Security.dll + + ..\..\..\packages\Microsoft.Owin.Security.4.2.3\lib\net45\Microsoft.Owin.Security.dll + True - - ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.0.0\lib\net451\Microsoft.Owin.Security.Cookies.dll + + ..\..\..\packages\Microsoft.Owin.Security.Cookies.4.2.2\lib\net45\Microsoft.Owin.Security.Cookies.dll + True ..\..\..\packages\Microsoft.Owin.Security.OAuth.4.0.0\lib\net451\Microsoft.Owin.Security.OAuth.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True ..\..\..\packages\Owin.1.0\lib\net40\Owin.dll diff --git a/src/App/App.Security/App.config b/src/App/App.Security/App.config index 4beda45..70635d7 100644 --- a/src/App/App.Security/App.config +++ b/src/App/App.Security/App.config @@ -18,15 +18,15 @@ - + - + - + @@ -34,7 +34,11 @@ - + + + + + diff --git a/src/App/App.Security/packages.config b/src/App/App.Security/packages.config index f67967a..4b427ee 100644 --- a/src/App/App.Security/packages.config +++ b/src/App/App.Security/packages.config @@ -2,15 +2,15 @@ - + - + - - - + + + - + \ No newline at end of file diff --git a/src/App/App.Services/App.Services.csproj b/src/App/App.Services/App.Services.csproj index 0c83e86..7295841 100644 --- a/src/App/App.Services/App.Services.csproj +++ b/src/App/App.Services/App.Services.csproj @@ -34,8 +34,9 @@ ..\..\..\packages\Autofac.4.6.2\lib\net45\Autofac.dll - - ..\..\..\packages\AutoMapper.6.2.2\lib\net45\AutoMapper.dll + + ..\..\..\packages\AutoMapper.16.1.1\lib\netstandard2.0\AutoMapper.dll + True ..\..\..\packages\Common.Logging.3.4.1\lib\net40\Common.Logging.dll @@ -61,22 +62,119 @@ ..\..\..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll + + ..\..\..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\..\..\packages\Microsoft.Bcl.HashCode.6.0.0\lib\netstandard2.0\Microsoft.Bcl.HashCode.dll + True + + + ..\..\..\packages\Microsoft.Bcl.TimeProvider.10.0.5\lib\netstandard2.0\Microsoft.Bcl.TimeProvider.dll + True + + + ..\..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Logging.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Options.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Options.dll + True + + + ..\..\..\packages\Microsoft.Extensions.Primitives.10.0.5\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Abstractions.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Abstractions.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.JsonWebTokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.JsonWebTokens.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Logging.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Logging.dll + True + + + ..\..\..\packages\Microsoft.IdentityModel.Tokens.8.16.0\lib\netstandard2.0\Microsoft.IdentityModel.Tokens.dll + True + ..\..\..\packages\MimeTypeMap.List.1.1.0\lib\MimeTypeMap.List.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True + + ..\..\..\packages\System.Buffers.4.6.1\lib\netstandard2.0\System.Buffers.dll + True + + + ..\..\..\packages\System.ComponentModel.Annotations.5.0.0\lib\net461\System.ComponentModel.Annotations.dll + True + + + ..\..\..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\netstandard2.0\System.Diagnostics.DiagnosticSource.dll + True + + + ..\..\..\packages\System.IO.Pipelines.10.0.5\lib\netstandard2.0\System.IO.Pipelines.dll + True + + + ..\..\..\packages\System.Memory.4.6.3\lib\netstandard2.0\System.Memory.dll + True + ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll + + ..\..\..\packages\System.Numerics.Vectors.4.6.1\lib\netstandard2.0\System.Numerics.Vectors.dll + True + + + ..\..\..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\..\..\packages\System.Security.Cryptography.Algorithms.4.3.1\lib\net461\System.Security.Cryptography.Algorithms.dll + True + + + ..\..\..\packages\System.Security.Cryptography.Cng.5.0.0\lib\net461\System.Security.Cryptography.Cng.dll + True + + + ..\..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll + True + + + ..\..\..\packages\System.Text.Encodings.Web.10.0.5\lib\netstandard2.0\System.Text.Encodings.Web.dll + True + + + ..\..\..\packages\System.Text.Json.10.0.5\lib\netstandard2.0\System.Text.Json.dll + True + + + ..\..\..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\netstandard2.0\System.Threading.Tasks.Extensions.dll + True + diff --git a/src/App/App.Services/App.config b/src/App/App.Services/App.config index d1081c5..6a9acb8 100644 --- a/src/App/App.Services/App.config +++ b/src/App/App.Services/App.config @@ -18,11 +18,11 @@ - + - + @@ -40,6 +40,10 @@ + + + + diff --git a/src/App/App.Services/packages.config b/src/App/App.Services/packages.config index f2de34e..813e562 100644 --- a/src/App/App.Services/packages.config +++ b/src/App/App.Services/packages.config @@ -1,7 +1,7 @@  - + @@ -11,7 +11,32 @@ - + + + + + + + + + + + + - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/App/App.Validation/App.Validation.csproj b/src/App/App.Validation/App.Validation.csproj index adc0730..9915da5 100644 --- a/src/App/App.Validation/App.Validation.csproj +++ b/src/App/App.Validation/App.Validation.csproj @@ -47,8 +47,9 @@ ..\..\..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll - - ..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll + + ..\..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + True @@ -81,8 +82,9 @@ ..\..\..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll - - ..\..\..\packages\System.Net.Http.4.3.3\lib\net46\System.Net.Http.dll + + ..\..\..\packages\System.Net.Http.4.3.4\lib\net46\System.Net.Http.dll + True ..\..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.4\lib\net45\System.Net.Http.Formatting.dll diff --git a/src/App/App.Validation/app.config b/src/App/App.Validation/app.config index 02839ce..232b97d 100644 --- a/src/App/App.Validation/app.config +++ b/src/App/App.Validation/app.config @@ -12,7 +12,7 @@ - + @@ -32,11 +32,11 @@ - + - + diff --git a/src/App/App.Validation/packages.config b/src/App/App.Validation/packages.config index a8ee580..301c1f0 100644 --- a/src/App/App.Validation/packages.config +++ b/src/App/App.Validation/packages.config @@ -9,7 +9,7 @@ - + @@ -27,7 +27,7 @@ - + @@ -47,7 +47,7 @@ - +