Skip to content

Commit

Permalink
Update NuGet packages (Test only).
Browse files Browse the repository at this point in the history
  • Loading branch information
jehugaleahsa committed Mar 10, 2019
1 parent 0e1556b commit eb37279
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FlatFiles.Benchmark/FlatFiles.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.10.14" />
<PackageReference Include="CsvHelper" Version="7.1.1" />
<PackageReference Include="BenchmarkDotNet" Version="0.11.4" />
<PackageReference Include="CsvHelper" Version="12.1.2" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions FlatFiles.Test/FlatFiles.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.2" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>

Expand Down

0 comments on commit eb37279

Please sign in to comment.