Skip to content

Commit

Permalink
chore(deps): bump Microsoft.Data.SqlClient
Browse files Browse the repository at this point in the history
Bumps the major-api-dependencies group in /src/api with 1 update: [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient).


Updates `Microsoft.Data.SqlClient` from 5.2.2 to 6.0.1
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](dotnet/SqlClient@v5.2.2...v6.0.1)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-api-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 315020d commit 940d72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Packages.targets
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<!-- Database -->
<PackageReference Update="Dapper" Version="2.1.35" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.2.2" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="6.0.1" />
<PackageReference Update="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.3" />
<PackageReference Update="Microsoft.EntityFrameworkCore.Design" Version="9.0.1" />
<PackageReference Update="EFCORE.NamingConventions" Version="9.0.0" />
Expand Down

0 comments on commit 940d72b

Please sign in to comment.