We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c976d0 + e30fca9 commit dda49cfCopy full SHA for dda49cf
src/Prometheus.Client.MetricPusher.csproj
@@ -6,6 +6,7 @@
6
<RepositoryUrl>https://github.com/prom-client-net/prom-client-metricpusher</RepositoryUrl>
7
</PropertyGroup>
8
<ItemGroup>
9
- <PackageReference Include="Prometheus.Client" Version="5.2.0" />
+ <Reference Condition="'$(TargetFramework)' == 'net462'" Include="System.Net.Http" />
10
+ <PackageReference Include="Prometheus.Client" Version="6.0.0" />
11
</ItemGroup>
12
</Project>
0 commit comments