diff --git a/bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg b/bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg new file mode 100644 index 00000000..4cb8cdda Binary files /dev/null and b/bin/nuget/Microsoft.SqlServer.Smo.140.1.10.nupkg differ diff --git a/bin/nuget/System.Data.SqlClient.4.4.0-sqltools-24613-04.nupkg b/bin/nuget/System.Data.SqlClient.4.4.0-sqltools-24613-04.nupkg new file mode 100644 index 00000000..733f5362 Binary files /dev/null and b/bin/nuget/System.Data.SqlClient.4.4.0-sqltools-24613-04.nupkg differ diff --git a/nuget.config b/nuget.config index 6f6324c0..9bf3e13c 100644 --- a/nuget.config +++ b/nuget.config @@ -2,7 +2,7 @@ - - + + diff --git a/src/Microsoft.SqlTools.ServiceLayer/project.json b/src/Microsoft.SqlTools.ServiceLayer/project.json index 801d6233..132b5fd2 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.9", + "Microsoft.SqlServer.Smo": "140.1.10", "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 be2c5a7b..f8e6d5d8 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.9", + "Microsoft.SqlServer.Smo": "140.1.10", "System.Security.SecureString": "4.0.0", "System.Collections.Specialized": "4.0.1", "System.ComponentModel.TypeConverter": "4.1.0",