Skip to content

Commit

Permalink
single tfm
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Dec 18, 2024
1 parent b10991b commit 63b4e69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Prometheus.Client.MetricServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Standalone Kestrel server for the Prometheus.Client</Description>
<VersionPrefix>6.0.0</VersionPrefix>
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<RepositoryUrl>https://github.com/prom-client-net/prom-client-metricserver</RepositoryUrl>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Prometheus.Client.MetricServer.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<NoWarn>$(NoWarn);CS0618</NoWarn>
<IsPackable>false</IsPackable>
</PropertyGroup>
Expand Down

0 comments on commit 63b4e69

Please sign in to comment.