Skip to content

Commit b87b16d

Browse files
Bump BenchmarkDotNet from 0.13.4 to 0.13.5 (#330)
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.4 to 0.13.5. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.4...v0.13.5) --- 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 cc1ebc5 commit b87b16d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj

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

1717
<ItemGroup>
18-
<PackageReference Include="BenchmarkDotNet" Version="0.13.4" />
18+
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
1919
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.4" />
2020
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
2121
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" />

BitFaster.Caching.ThroughputAnalysis/BitFaster.Caching.ThroughputAnalysis.csproj

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

1717
<ItemGroup>
18-
<PackageReference Include="BenchmarkDotNet" Version="0.13.4" />
18+
<PackageReference Include="BenchmarkDotNet" Version="0.13.5" />
1919
<PackageReference Include="ConsoleTables" Version="2.4.2" />
2020
<PackageReference Include="CsvHelper" Version="30.0.1" />
2121
<PackageReference Include="EasyConsole" Version="1.1.0">

0 commit comments

Comments
 (0)