Skip to content

Commit

Permalink
Enable dotnet SDK to support targeting android-arm64/x64 with CoreCLR (
Browse files Browse the repository at this point in the history
  • Loading branch information
kotlarmilos authored Jan 29, 2025
1 parent 9a4077f commit 6d969b6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,15 @@
linux-musl-loongarch64;
" />

<Net100RuntimePackRids Include="
@(Net90RuntimePackRids);
android-arm64;
android-x64;
" />

<NetCoreAppHostRids Include="@(Net90AppHostRids)" />

<NetCoreRuntimePackRids Include="@(Net90RuntimePackRids)" />
<NetCoreRuntimePackRids Include="@(Net100RuntimePackRids)" />

<!--
In source-only builds, we build the current RID from source, which may be
Expand Down

0 comments on commit 6d969b6

Please sign in to comment.