include ignore and also version upgrades

This commit is contained in:
Trowbridge 2018-11-30 14:11:14 -05:00
parent de60ab5581
commit 1216b76c69
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin/*
obj/*

View File

@ -6,12 +6,12 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Npgsql" Version="4.0.0" />
<PackageReference Include="Npgsql" Version="4.0.3" />
<PackageReference Include="System.Data.Odbc" Version="4.5.0" />
</ItemGroup>
<PropertyGroup>
<RuntimeIdentifiers>win10-x64;ubuntu.16.04-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>win10-x64;ubuntu.18.04-x64</RuntimeIdentifiers>
</PropertyGroup>
</Project>