From ebc5001d2c68fb8399471c9b9c6719ff532d1d7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:20:14 +0000 Subject: [PATCH] chore: bump the all group in /examples/msal-net/akvdotnet with 1 update Bumps the all group in /examples/msal-net/akvdotnet with 1 update: [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet). - [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.54.0...4.56.0) --- updated-dependencies: - dependency-name: Microsoft.Identity.Client dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> --- examples/msal-net/akvdotnet/akvdotnet.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msal-net/akvdotnet/akvdotnet.csproj b/examples/msal-net/akvdotnet/akvdotnet.csproj index 56e0150af..dd56099f4 100644 --- a/examples/msal-net/akvdotnet/akvdotnet.csproj +++ b/examples/msal-net/akvdotnet/akvdotnet.csproj @@ -6,7 +6,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Microsoft.Identity.Client" Version="4.54.0" /> + <PackageReference Include="Microsoft.Identity.Client" Version="4.56.0" /> <PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" /> </ItemGroup>