Skip to content

Commit 9a5ce36

Browse files
authored
Update Azure.Identity dependency to 1.11.0 (#2795)
1 parent 8225521 commit 9a5ce36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebJobs.Extensions.DurableTask/WebJobs.Extensions.DurableTask.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<DocumentationFile>$(AssemblyName).xml</DocumentationFile>
7676
</PropertyGroup>
7777
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
78-
<PackageReference Include="Azure.Identity" Version="1.10.2" />
78+
<PackageReference Include="Azure.Identity" Version="1.11.0" />
7979
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.31" />
8080
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
8181
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.0" />
@@ -96,7 +96,7 @@
9696
<DefineConstants>$(DefineConstants);FUNCTIONS_V2_OR_GREATER;FUNCTIONS_V3_OR_GREATER</DefineConstants>
9797
</PropertyGroup>
9898
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
99-
<PackageReference Include="Azure.Identity" Version="1.10.2" />
99+
<PackageReference Include="Azure.Identity" Version="1.11.0" />
100100
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.37" />
101101
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" />
102102
<PackageReference Include="Microsoft.AspNetCore.Routing" Version="2.2.0" />

0 commit comments

Comments
 (0)