Update System.Data.SqlClient to 4.8.5 (#1756)

This commit is contained in:
Cheena Malhotra
2022-11-09 13:58:10 -08:00
committed by GitHub
parent 5ae9a22b4f
commit 75a7685f56
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
<PackageReference Update="System.Runtime.Loader" Version="4.3.0" />
<PackageReference Update="System.Composition" Version="1.4.1" />
<PackageReference Update="System.Security.Permissions" Version="6.0.0" />
<PackageReference Update="System.Data.SqlClient" Version="4.8.5" />
<PackageReference Update="System.Text.Encoding.CodePages" Version="5.0.0" />
<PackageReference Update="System.Text.Encodings.Web" Version="4.7.2" />
<PackageReference Update="System.Reactive.Core" Version="5.0.0" />

View File

@@ -37,6 +37,7 @@
<PackageReference Include="System.Configuration.ConfigurationManager" />
<PackageReference Include="System.Text.Encoding.CodePages" />
<PackageReference Include="Microsoft.Azure.Kusto.Data" />
<PackageReference Include="System.Data.SqlClient" />
<PackageReference Include="System.Net.Http" />
<PackageReference Include="Microsoft.Azure.Kusto.Language" />
</ItemGroup>