There was an error while loading. Please reload this page.
1 parent 23a9089 commit 503a3d4Copy full SHA for 503a3d4
1 file changed
src/libraries/Directory.Build.props
@@ -101,4 +101,8 @@
101
<CoverageIncludeDirectory Include="shared\Microsoft.NETCore.App\$(ProductVersion)" />
102
</ItemGroup>
103
104
+ <PropertyGroup>
105
+ <Features Condition="'$(RuntimeFlavor)' != 'mono' and '$(TestBuildMode)' != 'nativeaot' and '$(TargetArchitecture)' != 'wasm'">$(Features);runtime-async=on</Features>
106
+ </PropertyGroup>
107
+
108
</Project>
0 commit comments