Skip to content

Commit bbda263

Browse files
Bump BenchmarkDotNet from 0.13.9 to 0.13.10 (#6979)
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.9 to 0.13.10. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.9...v0.13.10) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 933ece1 commit bbda263

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
@@ -25,7 +25,7 @@
2525
<NewtonsoftJsonVersion>[13.0.1,)</NewtonsoftJsonVersion>
2626
<NBenchVersion>2.0.1</NBenchVersion>
2727
<ProtobufVersion>3.24.4</ProtobufVersion>
28-
<BenchmarkDotNetVersion>0.13.9</BenchmarkDotNetVersion>
28+
<BenchmarkDotNetVersion>0.13.10</BenchmarkDotNetVersion>
2929
<NetTestVersion>net7.0</NetTestVersion>
3030
<FsharpVersion>6.0.5</FsharpVersion>
3131
<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.9" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.13.10" />
1010
</ItemGroup>
1111

1212
<ItemGroup>

0 commit comments

Comments
 (0)