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 81c8bf6 commit b73a5d1Copy full SHA for b73a5d1
tests/Prometheus.Client.Tests/Prometheus.Client.Tests.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<TargetFrameworks Condition="'$(OS)' == 'Unix'">net6.0;net8.0</TargetFrameworks>
4
- <TargetFrameworks Condition="'$(OS)' != 'Unix'">net462;net6.0;net8.0</TargetFrameworks>
+ <TargetFrameworks Condition="'$(OS)' != 'Unix'">net462;net47;net6.0;net8.0</TargetFrameworks>
5
<IsPackable>false</IsPackable>
6
<InvariantGlobalization>true</InvariantGlobalization>
7
<NoWarn>$(NoWarn);CS0618</NoWarn>
0 commit comments