Skip to content

Commit 63b4e69

Browse files
committed
single tfm
1 parent b10991b commit 63b4e69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Prometheus.Client.MetricServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>Standalone Kestrel server for the Prometheus.Client</Description>
44
<VersionPrefix>6.0.0</VersionPrefix>
5-
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
5+
<TargetFramework>net6.0</TargetFramework>
66
<RepositoryUrl>https://github.com/prom-client-net/prom-client-metricserver</RepositoryUrl>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
88
</PropertyGroup>

tests/Prometheus.Client.MetricServer.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3-
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
3+
<TargetFramework>net8.0</TargetFramework>
44
<NoWarn>$(NoWarn);CS0618</NoWarn>
55
<IsPackable>false</IsPackable>
66
</PropertyGroup>

0 commit comments

Comments
 (0)