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>