Update SMO to 17.11.0 (#1799)

This commit is contained in:
Cheena Malhotra
2023-01-05 16:32:06 -08:00
committed by GitHub
parent 99cd3d2f65
commit af4c217584
2 changed files with 5 additions and 5 deletions

View File

@@ -14,13 +14,13 @@
<dependencies>
<group targetFramework="net472">
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.9.0" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.11.0" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.Data.SqlClient" version="5.0.1" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.9.0" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.11.0" />
<dependency id="Newtonsoft.Json" version="13.0.2" />
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" />
</group>