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.
This commit is contained in:
Karl Burtram
2016-10-15 22:35:34 -07:00
committed by GitHub
parent 2eeed98a63
commit c05dcbbc75
3 changed files with 3 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
<configuration >
<packageSources>
<add key="Nuget" value="https://www.nuget.org/api/v2" />
<add key="Myget" value="https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
<add key="DataTools Nuget" value="http://dtnuget/api/v2/" />
</packageSources>
</configuration>

View File

@@ -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",

View File

@@ -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",