Skip to content

Commit eed7c0c

Browse files
committed
updated sql client
1 parent 56d3fdc commit eed7c0c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Updated System.Management.Automation and PowerShellVersion to 7.4.
1313
- Updated TargetFramework to net8.0.
1414
- Updated Microsoft.SqlServer.SqlManagementObjects to 180.10.0.
15+
- Updated Microsoft.Data.SqlClient to 5.2.3.
1516

1617
### Added
1718

src/PsSmo/PsSmo.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.2" />
10+
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.3" />
1011
<PackageReference Include="Microsoft.SqlServer.SqlManagementObjects" Version="180.10.0" />
1112
<PackageReference Include="System.Management.Automation" Version="7.4.0" />
1213
</ItemGroup>

0 commit comments

Comments
 (0)