Skip to content

Commit 7d8701c

Browse files
authored
Upgrade Microsoft.Data.SqlClient to 6.1.1 (#36581)
Fixes #36506
1 parent bf91b56 commit 7d8701c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageVersion Include="Microsoft.Azure.Cosmos" Version="3.51.0" />
4242

4343
<!-- SQL Server dependencies -->
44-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.0" />
44+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="6.1.1" />
4545
<PackageVersion Include="Microsoft.SqlServer.Types" Version="160.1000.6" />
4646

4747
<!-- external dependencies -->

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<MicrosoftCodeAnalysisVersion>4.14.0</MicrosoftCodeAnalysisVersion>
2525
<MicrosoftCodeAnalysisAnalyzerTestingVersion>1.1.3-beta1.24423.1</MicrosoftCodeAnalysisAnalyzerTestingVersion>
2626
<MicrosoftCodeAnalysisCSharpTestingVersion>1.1.3-beta1.24352.1</MicrosoftCodeAnalysisCSharpTestingVersion>
27-
<AzureIdentityVersion>1.14.0</AzureIdentityVersion>
27+
<AzureIdentityVersion>1.14.2</AzureIdentityVersion>
2828
<AzureResourceManagerCosmosDBVersion>1.3.2</AzureResourceManagerCosmosDBVersion>
2929
<OpenTelemetryExporterInMemoryVersion>1.12.0</OpenTelemetryExporterInMemoryVersion>
3030
<SQLitePCLRawVersion>2.1.11</SQLitePCLRawVersion>

0 commit comments

Comments
 (0)