chore: update csv library

This commit is contained in:
Anna 2021-03-03 23:35:57 -05:00
parent 3602f54fa1
commit a0e4777741
1 changed files with 5 additions and 5 deletions

10
NoSoliciting.Trainer/NoSoliciting.Trainer.csproj Normal file → Executable file
View File

@ -8,14 +8,14 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ConsoleTables" Version="2.4.2" />
<PackageReference Include="CsvHelper" Version="22.1.2" />
<PackageReference Include="Microsoft.ML" Version="1.5.4" />
<PackageReference Include="ConsoleTables" Version="2.4.2"/>
<PackageReference Include="CsvHelper" Version="26.0.0"/>
<PackageReference Include="Microsoft.ML" Version="1.5.4"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NoSoliciting.Interface\NoSoliciting.Interface.csproj" />
<ProjectReference Include="..\NoSoliciting.Internal.Interface\NoSoliciting.Internal.Interface.csproj" />
<ProjectReference Include="..\NoSoliciting.Interface\NoSoliciting.Interface.csproj"/>
<ProjectReference Include="..\NoSoliciting.Internal.Interface\NoSoliciting.Internal.Interface.csproj"/>
</ItemGroup>
</Project>