Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit 5b740bf

Browse files
Bump Azure.Identity from 1.8.0 to 1.10.2 in /src/NuGet.Services.KeyVault (#416)
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.8.0 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.8.0...Azure.Identity_1.10.2)
1 parent a88a2ee commit 5b740bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGet.Services.KeyVault/NuGet.Services.KeyVault.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>net472;netstandard2.0</TargetFrameworks>
55
<Description>Key vault access for NuGet services</Description>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Azure.Identity" Version="1.8.0" />
9+
<PackageReference Include="Azure.Identity" Version="1.10.2" />
1010
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.4.0" />
1111
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="2.2.0" />
1212
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

0 commit comments

Comments
 (0)