From 91ee30fd88fcdbe1505bb76df324d41a972bdf17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:48:32 +0000 Subject: [PATCH] Bump Microsoft.Identity.Client from 4.52.0 to 4.61.3 in /StoryEditor Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.52.0 to 4.61.3. - [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.52.0...4.61.3) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- StoryEditor/StoryEditor.csproj | 10 ++++++---- StoryEditor/packages.config | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/StoryEditor/StoryEditor.csproj b/StoryEditor/StoryEditor.csproj index 4ed4bbb..cb0f9f7 100644 --- a/StoryEditor/StoryEditor.csproj +++ b/StoryEditor/StoryEditor.csproj @@ -163,14 +163,16 @@ ..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll - - ..\packages\Microsoft.Identity.Client.4.52.0\lib\net461\Microsoft.Identity.Client.dll + + ..\packages/Microsoft.Identity.Client.4.61.3/lib/net462/Microsoft.Identity.Client.dll + True ..\packages\Microsoft.Identity.Client.Extensions.Msal.2.28.0\lib\net45\Microsoft.Identity.Client.Extensions.Msal.dll - - ..\packages\Microsoft.IdentityModel.Abstractions.6.28.1\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages/Microsoft.IdentityModel.Abstractions.7.6.0/lib/net472/Microsoft.IdentityModel.Abstractions.dll + True False diff --git a/StoryEditor/packages.config b/StoryEditor/packages.config index f207ee8..c6bab46 100644 --- a/StoryEditor/packages.config +++ b/StoryEditor/packages.config @@ -18,9 +18,9 @@ - + - +