remove file helpers reference

This commit is contained in:
Paul Trowbridge 2018-08-20 11:55:25 -04:00
parent 3e79323c18
commit 3ae5db137e
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
using System;
using Npgsql;
using FileHelpers;
namespace test
{

View File

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