upgrade nogsql to 4.0.6

This commit is contained in:
Trowbridge 2019-04-30 12:05:23 -04:00
parent 9e63d7cadd
commit 417e5a360d
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ namespace test
NpgsqlConnection pgc = new NpgsqlConnection(); NpgsqlConnection pgc = new NpgsqlConnection();
string msg = "Help:"; string msg = "Help:";
msg = msg + nl + "version 0.24"; msg = msg + nl + "version 0.25";
msg = msg + nl + "-scs source connection string"; msg = msg + nl + "-scs source connection string";
msg = msg + nl + "-dcs destination connection string"; msg = msg + nl + "-dcs destination connection string";
msg = msg + nl + "-sq path to source query"; msg = msg + nl + "-sq path to source query";

View File

@ -6,7 +6,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Npgsql" Version="4.0.3" /> <PackageReference Include="Npgsql" Version="4.0.6" />
<PackageReference Include="System.Data.Odbc" Version="4.5.0" /> <PackageReference Include="System.Data.Odbc" Version="4.5.0" />
</ItemGroup> </ItemGroup>