We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc6ec1 + 52d3cf8 commit e564e5cCopy full SHA for e564e5c
tests/Directory.Build.props
@@ -6,6 +6,7 @@
6
<PropertyGroup>
7
<TargetFrameworks>net9.0;net8.0;net6.0</TargetFrameworks>
8
<TargetFrameworks Condition="!$([MSBuild]::IsOsUnixLike())">$(TargetFrameworks);net472</TargetFrameworks>
9
+ <NoWarn>$(NoWarn);S2699</NoWarn>
10
<IsPackable>false</IsPackable>
11
<IsTestable>true</IsTestable>
12
</PropertyGroup>
0 commit comments