upgrade nogsql to 4.0.6
This commit is contained in:
parent
9e63d7cadd
commit
417e5a360d
@ -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";
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user