Skip to content

Commit cc1b428

Browse files
Bump BenchmarkDotNet from 0.13.4 to 0.13.8 (#205)
Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.4 to 0.13.8. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.4...v0.13.8) --- 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 fbbae5f commit cc1b428

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/StructLinq.Benchmark/StructLinq.Benchmark.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFrameworks>net70;net60;net48</TargetFrameworks>
44
<IsPackable>False</IsPackable>
@@ -10,7 +10,7 @@
1010
</ItemGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="BenchmarkDotNet" Version="0.13.4" />
13+
<PackageReference Include="BenchmarkDotNet" Version="0.13.8" />
1414
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.2" />
1515
</ItemGroup>
1616

0 commit comments

Comments
 (0)