Skip to content

Commit 4da3549

Browse files
deps: Bump BenchmarkDotNet from 0.15.6 to 0.15.8 (#516)
--- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: BenchmarkDotNet dependency-version: 0.15.8 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> Co-authored-by: Franklin Moormann <cheatcountry@gmail.com>
1 parent a48032b commit 4da3549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AiDotNetBenchmarkTests/AiDotNetBenchmarkTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="BenchmarkDotNet" Version="0.15.6" />
12+
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
1313
</ItemGroup>
1414

1515
</Project>

tests/AiDotNet.Tests/AiDotNetTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
<PrivateAssets>all</PrivateAssets>
2525
</PackageReference>
26-
<PackageReference Include="BenchmarkDotNet" Version="0.15.6" />
26+
<PackageReference Include="BenchmarkDotNet" Version="0.15.8" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)