Skip to content

Commit f7c704d

Browse files
update prometheus.client to 6.1.0 (#180)
1 parent ccc8480 commit f7c704d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prometheus.Client.DependencyInjection.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Prometheus.Client" Version="6.0.0" />
9+
<PackageReference Include="Prometheus.Client" Version="6.1.0" />
1010
<PackageReference Condition="'$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'netstandard2.0'"
1111
Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="3.1.32" />
1212
<PackageReference Condition="'$(TargetFramework)' == 'net6.0'"

0 commit comments

Comments
 (0)