Bump SMO to 140.1.6 to pick up perf fixes (#69)

This commit is contained in:
Karl Burtram
2016-09-26 16:21:00 -07:00
committed by GitHub
parent 57278d9322
commit 8b6e15a43b
2 changed files with 2 additions and 3 deletions

View File

@@ -7,10 +7,9 @@
},
"dependencies": {
"Newtonsoft.Json": "9.0.1",
"Microsoft.SqlServer.SqlParser": "140.1.5",
"System.Data.Common": "4.1.0",
"System.Data.SqlClient": "4.1.0",
"Microsoft.SqlServer.Smo": "140.1.5",
"Microsoft.SqlServer.Smo": "140.1.6",
"System.Security.SecureString": "4.0.0",
"System.Collections.Specialized": "4.0.1",
"System.ComponentModel.TypeConverter": "4.1.0",

View File

@@ -9,7 +9,7 @@
"System.Runtime.Serialization.Primitives": "4.1.1",
"System.Data.Common": "4.1.0",
"System.Data.SqlClient": "4.1.0",
"Microsoft.SqlServer.Smo": "140.1.5",
"Microsoft.SqlServer.Smo": "140.1.6",
"System.Security.SecureString": "4.0.0",
"System.Collections.Specialized": "4.0.1",
"System.ComponentModel.TypeConverter": "4.1.0",