Merge pull request #32302 from dotnet/dependabot/nuget/aspnetcore/security/data-protection/configuration/samples/6.x/DataProtectionConfigurationSample/Azure.Identity-1.11.0

Bump Azure.Identity from 1.10.2 to 1.11.0 in /aspnetcore/security/data-protection/configuration/samples/6.x/DataProtectionConfigurationSample
pull/32297/head
Rick Anderson 2024-04-11 10:48:08 -10:00 committed by GitHub
commit 3961e7b1f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Blobs" Version="1.2.1" />
<PackageReference Include="Azure.Extensions.AspNetCore.DataProtection.Keys" Version="1.1.0" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="6.0.2" />
</ItemGroup>