From c05dcbbc759af761999517644aac3343e9dc0af8 Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Sat, 15 Oct 2016 22:35:34 -0700 Subject: [PATCH] Use private SqlClient to fix UDT issue (#99) This is only a version bump so I'm going to merge now to try and make Monday's build. --- nuget.config | 1 + src/Microsoft.SqlTools.ServiceLayer/project.json | 2 +- test/Microsoft.SqlTools.ServiceLayer.Test/project.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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",