diff --git a/bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg b/bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg deleted file mode 100644 index 4cb8cdda..00000000 Binary files a/bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg and /dev/null differ diff --git a/bin/nuget/Microsoft.SqlServer.Smo.140.1.11.nupkg b/bin/nuget/Microsoft.SqlServer.Smo.140.1.11.nupkg new file mode 100644 index 00000000..f0280385 Binary files /dev/null and b/bin/nuget/Microsoft.SqlServer.Smo.140.1.11.nupkg differ diff --git a/src/Microsoft.SqlTools.ServiceLayer/project.json b/src/Microsoft.SqlTools.ServiceLayer/project.json index 132b5fd2..778734f0 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/project.json +++ b/src/Microsoft.SqlTools.ServiceLayer/project.json @@ -9,7 +9,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.10", + "Microsoft.SqlServer.Smo": "140.1.11", "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 f8e6d5d8..f0779583 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json +++ b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json @@ -18,7 +18,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.10", + "Microsoft.SqlServer.Smo": "140.1.11", "System.Security.SecureString": "4.0.0", "System.Collections.Specialized": "4.0.1", "System.ComponentModel.TypeConverter": "4.1.0",