Skip to content

Commit

Permalink
Increase Azure.Identity to v1.12.1 (#2959)
Browse files Browse the repository at this point in the history
* Update WebJobs.Extensions.DurableTask.csproj

* Update WebJobs.Extensions.DurableTask.csproj
  • Loading branch information
nytian authored Nov 13, 2024
1 parent c9dcf15 commit f0b360b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<VersionSuffix>preview.4</VersionSuffix>
<FileVersion>$(MajorVersion).$(MinorVersion).$(PatchVersion)</FileVersion>
<AssemblyVersion>$(MajorVersion).0.0.0</AssemblyVersion>
<Company>Microsoft Corporation</Company>
Expand Down Expand Up @@ -51,7 +50,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Identity" Version="1.12.1" />
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.39" />
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Rpc" Version="3.0.39" />
<PackageReference Include="Microsoft.Azure.DurableTask.Core" Version="3.0.0" />
Expand Down

0 comments on commit f0b360b

Please sign in to comment.