Skip to content

Commit 7fcb67f

Browse files
Bump Microsoft.Data.SqlClient from 6.1.4 to 7.0.0 (#124)
Bump dependency to 7.0.0, document Azure AD/Entra support having moved to separate package in CHANGELOG.md for any affected users.
1 parent 3bf8610 commit 7fcb67f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changes
11+
12+
- Bump MSSQL client to 7.0.0 which moves Azure AD/Entra support to a separate package; anyone needing that should now add `Microsoft.Data.SqlClient.Extensions.Azure` as an explicit dependency.
13+
1014
## [3.6.3] - 2025-12-10
1115

1216
### Fixed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageVersion Include="System.Composition" Version="7.0.0" />
1919

2020
<!-- Database Providers -->
21-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.4" />
21+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="7.0.0" />
2222
<PackageVersion Include="Microsoft.Data.Sqlite" Version="10.0.5" />
2323
<PackageVersion Include="MySqlConnector" Version="2.5.0" />
2424
<PackageVersion Include="Npgsql" Version="10.0.2" />

0 commit comments

Comments
 (0)