Skip to content

Commit 3db9263

Browse files
Remove riscv64/loongarch64 exclusions from NativeAOT CoreLib runtime-async feature
Agent-Logs-Url: https://github.com/dotnet/runtime/sessions/172afd3b-48af-4fc5-a77d-9be94dec0db4 Co-authored-by: MichalStrehovsky <13110571+MichalStrehovsky@users.noreply.github.com>
1 parent 83553c9 commit 3db9263

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/coreclr/nativeaot/System.Private.CoreLib/src/System.Private.CoreLib.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@
4242
<FeatureSharedLowLevelLock>true</FeatureSharedLowLevelLock>
4343
</PropertyGroup>
4444

45-
<!-- Enable runtime async for Native AOT -->
46-
<!-- RISC-V: https://github.com/dotnet/runtime/issues/124934 -->
47-
<!-- LoongArch: https://github.com/dotnet/runtime/issues/124935 -->
48-
<PropertyGroup Condition="'$(TargetArchitecture)' != 'riscv64' and '$(TargetArchitecture)' != 'loongarch64'">
45+
<PropertyGroup>
4946
<Features>$(Features);runtime-async=on</Features>
5047
</PropertyGroup>
5148

0 commit comments

Comments
 (0)