diff --git a/bin/nuget/Microsoft.SqlServer.Smo.140.1.11.nupkg b/bin/nuget/Microsoft.SqlServer.Smo.140.1.11.nupkg deleted file mode 100644 index f0280385..00000000 Binary files a/bin/nuget/Microsoft.SqlServer.Smo.140.1.11.nupkg and /dev/null differ diff --git a/bin/nuget/Microsoft.SqlServer.Smo.140.1.12.nupkg b/bin/nuget/Microsoft.SqlServer.Smo.140.1.12.nupkg new file mode 100644 index 00000000..4eab97ea Binary files /dev/null and b/bin/nuget/Microsoft.SqlServer.Smo.140.1.12.nupkg differ diff --git a/src/Microsoft.SqlTools.ServiceLayer/project.json b/src/Microsoft.SqlTools.ServiceLayer/project.json index c8e55c35..9cad9751 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/project.json +++ b/src/Microsoft.SqlTools.ServiceLayer/project.json @@ -19,7 +19,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.1.11", + "Microsoft.SqlServer.Smo": "140.1.12", "System.Security.SecureString": "4.0.0", "System.Collections.Specialized": "4.0.1", "System.ComponentModel.TypeConverter": "4.1.0", diff --git a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json index 977de2ab..d294d099 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json +++ b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json @@ -19,7 +19,7 @@ "System.Runtime.Serialization.Primitives": "4.1.1", "System.Data.Common": "4.1.0", "System.Data.SqlClient": "4.4.0-sqltools-24613-04", - "Microsoft.SqlServer.Smo": "140.1.11", + "Microsoft.SqlServer.Smo": "140.1.12", "System.Security.SecureString": "4.0.0", "System.Collections.Specialized": "4.0.1", "System.ComponentModel.TypeConverter": "4.1.0",