Skip to content

Commit 309a495

Browse files
Bump BenchmarkDotNet from 0.13.2 to 0.13.6 (#6834)
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.2 to 0.13.6. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.2...v0.13.6) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 020b29c commit 309a495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<NewtonsoftJsonVersion>[13.0.1,)</NewtonsoftJsonVersion>
2222
<NBenchVersion>2.0.1</NBenchVersion>
2323
<ProtobufVersion>3.23.4</ProtobufVersion>
24-
<BenchmarkDotNetVersion>0.13.2</BenchmarkDotNetVersion>
24+
<BenchmarkDotNetVersion>0.13.6</BenchmarkDotNetVersion>
2525
<NetTestVersion>net7.0</NetTestVersion>
2626
<FsharpVersion>6.0.5</FsharpVersion>
2727
<NetFrameworkTestVersion>net471</NetFrameworkTestVersion>

src/benchmark/SerializationBenchmarks/SerializationBenchmarks.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

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

1212
<ItemGroup>

0 commit comments

Comments
 (0)