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 863bf91 commit 0ffed55Copy full SHA for 0ffed55
Directory.Build.props
@@ -35,4 +35,10 @@
35
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
36
<EmbedUntrackedSources>true</EmbedUntrackedSources>
37
</PropertyGroup>
38
+
39
+ <PropertyGroup>
40
+ <NET6_0_OR_GREATER Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)','net6.0'))">true</NET6_0_OR_GREATER>
41
+ <NET9_0_OR_GREATER Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)','net9.0'))">true</NET9_0_OR_GREATER>
42
+ <NET10_0_OR_GREATER Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)','net10.0'))">true</NET10_0_OR_GREATER>
43
+ </PropertyGroup>
44
</Project>
0 commit comments