1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Add Explicit Version Reference for Azure.Identity (#4501)

* Explicit Bump to Azure.Identity

* Remove Change That Was Just For Testing
This commit is contained in:
Justin Baur 2024-07-11 11:12:34 -04:00 committed by GitHub
parent b1816b7af1
commit cf8ec4ed41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,6 +38,11 @@
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.39.1" />
<PackageReference Include="Microsoft.Azure.NotificationHubs" Version="4.2.0" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" />
<!--
Azure.Identity is an explicit version bump for Microsoft.Data.SqlClient
it can be removed once Microsoft.Data.SqlClient bumps their dependency past 1.12.0+
-->
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Microsoft.Extensions.Caching.Cosmos" Version="1.6.1" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.6" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />