Skip to content

Commit d0afa72

Browse files
Bump BenchmarkDotNet from 0.12.1 to 0.13.0 (#5024)
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.12.1 to 0.13.0. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.12.1...v0.13.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0869e49 commit d0afa72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/benchmark/Akka.Benchmarks/Akka.Benchmarks.csproj

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

99
<ItemGroup>
10-
<PackageReference Include="BenchmarkDotNet" Version="0.12.1" />
10+
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
1111
<PackageReference Include="Newtonsoft.Json" Version="$(NewtonsoftJsonVersion)" />
1212
<PackageReference Include="System.Collections.Immutable" Version="5.0.0" />
1313
<!-- FluentAssertions is used in some benchmarks to validate internal behaviors -->

src/benchmark/SerializationBenchmarks/SerializationBenchmarks.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.13.0" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)