Integrate SMO .Net core into SQL Tools Service project

This commit is contained in:
Karl Burtram
2016-08-26 10:15:23 -07:00
parent b8329a7986
commit 99ab6406d2
3 changed files with 8 additions and 6 deletions

View File

@@ -10,10 +10,11 @@
"Microsoft.SqlServer.SqlParser": "140.1.5",
"System.Data.Common": "4.1.0",
"System.Data.SqlClient": "4.1.0",
"Microsoft.SqlServer.Smo": "140.1.2",
"Microsoft.SqlServer.Smo": "140.1.5",
"System.Security.SecureString": "4.0.0",
"System.Collections.Specialized": "4.0.1",
"System.ComponentModel.TypeConverter": "4.1.0"
"System.ComponentModel.TypeConverter": "4.1.0",
"System.Diagnostics.TraceSource": "4.0.0"
},
"frameworks": {
"netcoreapp1.0": {