We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 375289a commit d1e7bd7Copy full SHA for d1e7bd7
1 file changed
Directory.Build.props
@@ -14,6 +14,10 @@
14
<WarningLevel>9999</WarningLevel>
15
</PropertyGroup>
16
17
+ <PropertyGroup Condition=" $([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net11.0')) ">
18
+ <Features>runtime-async=on</Features>
19
+ </PropertyGroup>
20
+
21
<PropertyGroup Condition="'$(Configuration)' == 'Release' Or '$(CI)' != ''">
22
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
23
0 commit comments