Skip to content

Commit e30fca9

Browse files
committed
update prometheus.client to v6
1 parent 1c976d0 commit e30fca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Prometheus.Client.MetricPusher.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<RepositoryUrl>https://github.com/prom-client-net/prom-client-metricpusher</RepositoryUrl>
77
</PropertyGroup>
88
<ItemGroup>
9-
<PackageReference Include="Prometheus.Client" Version="5.2.0" />
9+
<Reference Condition="'$(TargetFramework)' == 'net462'" Include="System.Net.Http" />
10+
<PackageReference Include="Prometheus.Client" Version="6.0.0" />
1011
</ItemGroup>
1112
</Project>

0 commit comments

Comments
 (0)