Skip to content

Commit

Permalink
Fix Azure.Core downgrade issue (#7297)
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored Nov 15, 2023
1 parent 9c53d44 commit 5f662b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.25.0" />
<PackageReference Include="Azure.Core" Version="1.35.0" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.4.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
Expand Down

0 comments on commit 5f662b9

Please sign in to comment.