Skip to content

Commit 503a3d4

Browse files
committed
enable async in Libraries
1 parent 23a9089 commit 503a3d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/libraries/Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,8 @@
101101
<CoverageIncludeDirectory Include="shared\Microsoft.NETCore.App\$(ProductVersion)" />
102102
</ItemGroup>
103103

104+
<PropertyGroup>
105+
<Features Condition="'$(RuntimeFlavor)' != 'mono' and '$(TestBuildMode)' != 'nativeaot' and '$(TargetArchitecture)' != 'wasm'">$(Features);runtime-async=on</Features>
106+
</PropertyGroup>
107+
104108
</Project>

0 commit comments

Comments
 (0)