Skip to content

Commit 0b51eb2

Browse files
committed
feat: update prom-client
1 parent 607fea5 commit 0b51eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Prometheus.Client.MetricServer.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<Description>Standalone Kestrel server for the Prometheus.Client</Description>
4-
<VersionPrefix>4.4.0</VersionPrefix>
4+
<VersionPrefix>4.6.0</VersionPrefix>
55
<TargetFrameworks>netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
66
<PackageId>Prometheus.Client.MetricServer</PackageId>
77
<RepositoryUrl>https://github.com/prom-client-net/prom-client-metricserver</RepositoryUrl>
@@ -12,7 +12,7 @@
1212
<None Include="../icon.png" Visible="false" Pack="true" PackagePath="" />
1313
</ItemGroup>
1414
<ItemGroup>
15-
<PackageReference Include="Prometheus.Client" Version="[4.5.3,5.0.0)" />
15+
<PackageReference Include="Prometheus.Client" Version="[5.0.0,6.0.0)" />
1616
</ItemGroup>
1717
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1' OR '$(TargetFramework)' == 'net5.0' OR '$(TargetFramework)' == 'net6.0'">
1818
<FrameworkReference Include="Microsoft.AspNetCore.App" />

0 commit comments

Comments
 (0)