From e62e4685c7b2b6c133c8f203b607e5ce86af769a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Mar 2025 15:14:28 +0000 Subject: [PATCH] Bump Microsoft.AspNet.Identity.Owin Bumps the nuget group with 1 update in the /WebApiApp directory: [Microsoft.AspNet.Identity.Owin](https://github.com/aspnet/AspNetIdentity). Updates `Microsoft.AspNet.Identity.Owin` from 2.2.1 to 2.2.4 - [Commits](https://github.com/aspnet/AspNetIdentity/commits) --- updated-dependencies: - dependency-name: Microsoft.AspNet.Identity.Owin dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- WebApiApp/Areas/HelpPage/Views/Web.config | 11 ++++++++++- WebApiApp/WebApiApp.csproj | 16 +++++++++------- WebApiApp/packages.config | 4 ++-- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/WebApiApp/Areas/HelpPage/Views/Web.config b/WebApiApp/Areas/HelpPage/Views/Web.config index 0971732..cd40691 100644 --- a/WebApiApp/Areas/HelpPage/Views/Web.config +++ b/WebApiApp/Areas/HelpPage/Views/Web.config @@ -34,8 +34,17 @@ - + + + + + + + + + + diff --git a/WebApiApp/WebApiApp.csproj b/WebApiApp/WebApiApp.csproj index acf5dac..a2cb540 100644 --- a/WebApiApp/WebApiApp.csproj +++ b/WebApiApp/WebApiApp.csproj @@ -1,4 +1,4 @@ - + @@ -44,6 +44,14 @@ 4 + + ..\packages\Microsoft.AspNet.Identity.Core.2.2.4\lib\net45\Microsoft.AspNet.Identity.Core.dll + True + + + ..\packages\Microsoft.AspNet.Identity.Owin.2.2.4\lib\net45\Microsoft.AspNet.Identity.Owin.dll + True + ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll True @@ -127,12 +135,6 @@ ..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll - - ..\packages\Microsoft.AspNet.Identity.Core.2.2.1\lib\net45\Microsoft.AspNet.Identity.Core.dll - - - ..\packages\Microsoft.AspNet.Identity.Owin.2.2.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll - ..\packages\Microsoft.AspNet.Identity.EntityFramework.2.2.1\lib\net45\Microsoft.AspNet.Identity.EntityFramework.dll diff --git a/WebApiApp/packages.config b/WebApiApp/packages.config index fe5ce59..e5beb91 100644 --- a/WebApiApp/packages.config +++ b/WebApiApp/packages.config @@ -5,9 +5,9 @@ - + - +