Skip to content

Commit

Permalink
Pin Azyre.Identity version (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienros authored May 2, 2024
1 parent 3b9768a commit 5f82900
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
<PackageVersion Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.1" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />

<!-- For transitive dependencies fix only (YesSql.Provider.SqlServer) -->
<PackageVersion Include="Azure.Identity" Version="1.11.2" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" />

<!-- For transitive dependency fix only -->
<PackageReference Include="Azure.Identity" />
</ItemGroup>

</Project>

0 comments on commit 5f82900

Please sign in to comment.