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.
1 parent b10991b commit 2e59089Copy full SHA for 2e59089
src/Prometheus.Client.MetricServer.csproj
@@ -2,7 +2,7 @@
2
<PropertyGroup>
3
<Description>Standalone Kestrel server for the Prometheus.Client</Description>
4
<VersionPrefix>6.0.0</VersionPrefix>
5
- <TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
+ <TargetFramework>net6.0</TargetFramework>
6
<RepositoryUrl>https://github.com/prom-client-net/prom-client-metricserver</RepositoryUrl>
7
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
8
</PropertyGroup>
0 commit comments