Skip to content

Commit 4ff81c4

Browse files
chore: Bump the all group with 2 updates
Bumps Azure.Security.KeyVault.Secrets from 4.5.0 to 4.9.0 Bumps Microsoft.Identity.Client from 4.60.4 to 4.83.1 --- updated-dependencies: - dependency-name: Azure.Security.KeyVault.Secrets dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.Identity.Client dependency-version: 4.83.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10fd199 commit 4ff81c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/msal-net/akvdotnet/akvdotnet.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.Identity.Client" Version="4.60.4" />
10-
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
9+
<PackageReference Include="Microsoft.Identity.Client" Version="4.83.1" />
10+
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.9.0" />
1111
</ItemGroup>
1212

1313
</Project>

0 commit comments

Comments
 (0)