Skip to content

Commit c3d21dd

Browse files
Bump BenchmarkDotNet from 0.13.0 to 0.13.1 (#117)
* Bump BenchmarkDotNet from 0.13.0 to 0.13.1 Bumps [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/dotnet/BenchmarkDotNet/releases) - [Commits](dotnet/BenchmarkDotNet@v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update LangVersion to 10.0 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: reegeek <10356780+reegeek@users.noreply.github.com>
1 parent 630c99f commit c3d21dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

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

3232
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('Benchmark'))">
33-
<PackageReference Include="BenchmarkDotNet" Version="0.13.0" />
33+
<PackageReference Include="BenchmarkDotNet" Version="0.13.1" />
3434
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.0" />
3535
</ItemGroup>
3636

0 commit comments

Comments
 (0)