Skip to content

Commit

Permalink
update Identity dependency (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored Apr 16, 2024
1 parent 4626e36 commit 8aef3a4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
</ItemGroup>

<ItemGroup Condition="'$(IsNetStandard20)' == 'True'">
<PackageReference Include="Azure.Identity" Version="1.10.2" /> <!-- Supports: netstandard2.0 -->
<PackageReference Include="Azure.Core" Version="1.35.0" /> <!-- Supports: net461, netstandard2.0, and net6.0 -->
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Azure.Core" Version="1.38.0" />
</ItemGroup>

<ItemGroup Condition="'$(IsNetCore)' == 'True'">
Expand Down

0 comments on commit 8aef3a4

Please sign in to comment.