Skip to content

Commit

Permalink
[deps] DbOps: Update Microsoft.Data.SqlClient to 5.2.2 (#4718)
Browse files Browse the repository at this point in the history
* [deps] DbOps: Update Microsoft.Data.SqlClient to 5.2.2

* Remove our Azure.Identity reference that previously patched what this PR is now doing

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
  • Loading branch information
renovate[bot] and withinfocus authored Sep 4, 2024
1 parent af3797c commit 9ec95db
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/Core/Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,7 @@
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.8" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.42.0" />
<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.Data.SqlClient" Version="5.2.2" />
<PackageReference Include="Microsoft.Extensions.Caching.Cosmos" Version="1.6.1" />
<PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="8.0.0" />
Expand Down

0 comments on commit 9ec95db

Please sign in to comment.