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

Commit a88a2ee

Browse files
Bump Azure.Identity in /src/NuGet.Services.ServiceBus (#417)
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 5295c6e commit a88a2ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGet.Services.ServiceBus/NuGet.Services.ServiceBus.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>Integration with Azure Service Bus</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.Messaging.ServiceBus" Version="7.16.1" />
1111
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" />
1212
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.2.0" />

0 commit comments

Comments
 (0)