Skip to content

Commit 914e0cc

Browse files
committed
Reverting the BenchmarkDotNet NuGet package to previous version because I don't have the time or energy to research what is causing "Could not load file or assembly 'BenchmarkDotNet.Annotations, Version=0.12.1.0" with the new version
1 parent 635cc5a commit 914e0cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/HttpMultipartParser.Benchmark/HttpMultipartParser.Benchmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.12.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)