Skip to content

Commit 7a817ea

Browse files
Upgrade Microsoft.Data.SqlClient to New Version (#2702)
## Why make this change? This change solves the bug #2690 ## What is this change? We update the `Microsoft.Data.SqlClient` package from version 5.2.0 to version 5.2.3 in the `Directory.Packages.props` file. As the bug is a known error from the current version we are using. ## How was this tested? - [ ] Integration Tests - [ ] Unit Tests ## Sample Request(s) --------- Co-authored-by: Ruben Cerna <[email protected]>
1 parent 4c572b1 commit 7a817ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/notice-generation.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Invoke-WebRequest $chiliCreamLicenseMetadataURL -UseBasicParsing |
1414
Out-File $chiliCreamLicenseSavePath
1515

1616
# Define the path to the license file in your repository and Read the content of the license file
17-
$sqlClientSNILicenseFilePath = "$BuildSourcesDir/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.0.License.txt"
17+
$sqlClientSNILicenseFilePath = "$BuildSourcesDir/external_licenses/Microsoft.Data.SqlClient.SNI.5.2.3.License.txt"
1818
$sqlClientSNILicense = Get-Content -Path $sqlClientSNILicenseFilePath -Raw
1919

2020
# Path of notice file generated in CI/CD pipeline.

src/Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
3030
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
3131
<!--When updating Microsoft.Data.SqlClient, update license URL in scripts/notice-generation.ps1-->
32-
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.0" />
32+
<PackageVersion Include="Microsoft.Data.SqlClient" Version="5.2.3" />
3333
<PackageVersion Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.1" />
3434
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
3535
<PackageVersion Include="Microsoft.Extensions.Logging.ApplicationInsights" Version="2.22.0" />

0 commit comments

Comments
 (0)