Skip to content

Commit

Permalink
[Component governance] Bump the Azure.Identity dependency (#51616)
Browse files Browse the repository at this point in the history
* Bump the Azure.Identity dependency (#51498)

* [Component governance] Bump the Azure.Identity dependency from dotnet-sql-cache (#51524)

---------

Co-authored-by: Javier Calvarro Nelson <jacalvar@microsoft.com>
  • Loading branch information
amcasey and javiercn authored Nov 9, 2023
1 parent 4f7887d commit 46ec285
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions eng/Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ and are generated based on the last package release.

<ItemGroup Label="External dependencies" Condition="'$(DotNetBuildFromSource)' != 'true'">
<LatestPackageReference Include="AngleSharp" />
<LatestPackageReference Include="Azure.Identity" />
<LatestPackageReference Include="BenchmarkDotNet" />
<LatestPackageReference Include="CommandLineParser" />
<LatestPackageReference Include="Duende.IdentityServer" />
Expand Down
1 change: 1 addition & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
<MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x64Version>
<MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>$(MicrosoftAspNetCoreAzureAppServicesSiteExtension60Version)</MicrosoftAspNetCoreAzureAppServicesSiteExtension60x86Version>
<!-- 3rd party dependencies -->
<AzureIdentityVersion>1.10.2</AzureIdentityVersion>
<AngleSharpVersion>0.9.9</AngleSharpVersion>
<BenchmarkDotNetVersion>0.13.0</BenchmarkDotNetVersion>
<CastleCoreVersion>4.2.1</CastleCoreVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Reference Include="Microsoft.Extensions.Caching.Abstractions" />
<Reference Include="Microsoft.Extensions.Options" />
<Reference Include="Microsoft.Data.SqlClient" />
<Reference Include="Azure.Identity" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/Tools/dotnet-sql-cache/src/dotnet-sql-cache.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<ItemGroup>
<Reference Include="Microsoft.Data.SqlClient" />
<Reference Include="Azure.Identity" />
<Reference Include="System.Private.Uri" />
</ItemGroup>

Expand Down

0 comments on commit 46ec285

Please sign in to comment.