Update SqlClient version to 5.1.1 (#2098)

This commit is contained in:
Cheena Malhotra
2023-06-09 18:18:14 -07:00
committed by GitHub
parent f70710124e
commit 323f3827e2
2 changed files with 3 additions and 3 deletions

View File

@@ -13,13 +13,13 @@
<tags>SQL Tools XPLAT Managed Batch Parser</tags>
<dependencies>
<group targetFramework="net472">
<dependency id="Microsoft.Data.SqlClient" version="5.1.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.1" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.12.0" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1" />
</group>
<group targetFramework="net7.0">
<dependency id="Microsoft.Data.SqlClient" version="5.1.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.1" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.12.0" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1" />