Skip to content

Commit 6d969b6

Browse files
authored
Enable dotnet SDK to support targeting android-arm64/x64 with CoreCLR (#46325)
1 parent 9a4077f commit 6d969b6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/Installer/redist-installer/targets/GenerateBundledVersions.targets

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,15 @@
239239
linux-musl-loongarch64;
240240
" />
241241

242+
<Net100RuntimePackRids Include="
243+
@(Net90RuntimePackRids);
244+
android-arm64;
245+
android-x64;
246+
" />
247+
242248
<NetCoreAppHostRids Include="@(Net90AppHostRids)" />
243249

244-
<NetCoreRuntimePackRids Include="@(Net90RuntimePackRids)" />
250+
<NetCoreRuntimePackRids Include="@(Net100RuntimePackRids)" />
245251

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

0 commit comments

Comments
 (0)