diff --git a/nuget.config b/nuget.config index f5d41658..6f6324c0 100644 --- a/nuget.config +++ b/nuget.config @@ -2,6 +2,7 @@ + diff --git a/src/Microsoft.SqlTools.ServiceLayer/project.json b/src/Microsoft.SqlTools.ServiceLayer/project.json index aa33787e..023658ca 100644 --- a/src/Microsoft.SqlTools.ServiceLayer/project.json +++ b/src/Microsoft.SqlTools.ServiceLayer/project.json @@ -8,7 +8,7 @@ "dependencies": { "Newtonsoft.Json": "9.0.1", "System.Data.Common": "4.1.0", - "System.Data.SqlClient": "4.1.0", + "System.Data.SqlClient": "4.4.0-sqltools-24613-04", "Microsoft.SqlServer.Smo": "140.1.8", "System.Security.SecureString": "4.0.0", "System.Collections.Specialized": "4.0.1", diff --git a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json index ae6e3ea6..0557e1b9 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json +++ b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json @@ -8,7 +8,7 @@ "Newtonsoft.Json": "9.0.1", "System.Runtime.Serialization.Primitives": "4.1.1", "System.Data.Common": "4.1.0", - "System.Data.SqlClient": "4.1.0", + "System.Data.SqlClient": "4.4.0-sqltools-24613-04", "Microsoft.SqlServer.Smo": "140.1.8", "System.Security.SecureString": "4.0.0", "System.Collections.Specialized": "4.0.1",