Skip to content

Commit c73a303

Browse files
committed
Cleanup and updates
1 parent 48137b0 commit c73a303

File tree

2 files changed

+224
-227
lines changed

2 files changed

+224
-227
lines changed

src/BenchmarkDotNet.ResultDiff/BenchmarkDotNet.ResultDiff.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net5.0</TargetFramework>
5+
<TargetFramework>net6.0</TargetFramework>
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="CsvHelper" Version="25.0.0" />
9+
<PackageReference Include="CsvHelper" Version="30.0.1" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)