Delete more unneeded sql manager UI code (#345)

This commit is contained in:
Karl Burtram
2017-05-11 17:54:52 -07:00
committed by GitHub
parent c131d29a5e
commit 848cfadf9a
15 changed files with 443 additions and 596 deletions

View File

@@ -12,7 +12,7 @@
"Newtonsoft.Json": "9.0.1",
"System.Data.Common": "4.1.0",
"System.Data.SqlClient": "4.4.0-sqltools-24613-04",
"Microsoft.SqlServer.Smo": "140.17050.0",
"Microsoft.SqlServer.Smo": "140.17051.0",
"System.Security.SecureString": "4.0.0",
"System.Collections.Specialized": "4.0.1",
"System.ComponentModel.TypeConverter": "4.1.0",

View File

@@ -5,7 +5,7 @@
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.SqlServer.Smo": "140.17050.0"
"Microsoft.SqlServer.Smo": "140.17051.0"
},
"frameworks": {
"netcoreapp1.0": {