Skip to content

Commit 281a54f

Browse files
update dependency benchmarkdotnet to 0.15.0 (#351)
1 parent ef2d1e9 commit 281a54f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Prometheus.Client.Benchmarks.Comparison/Prometheus.Client.Benchmarks.Comparison.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<NoWarn>$(NoWarn);SA1133</NoWarn>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.15.0" />
1010
<PackageReference Include="prometheus-net" Version="8.2.1" />
1111
</ItemGroup>
1212
<ItemGroup>

tests/Prometheus.Client.Benchmarks/Prometheus.Client.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<OutputType>Exe</OutputType>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="BenchmarkDotNet" Version="0.14.0" />
9+
<PackageReference Include="BenchmarkDotNet" Version="0.15.0" />
1010
</ItemGroup>
1111
<ItemGroup>
1212
<ProjectReference Include="..\..\src\Prometheus.Client\Prometheus.Client.csproj" />

0 commit comments

Comments
 (0)