File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/Installer/redist-installer/targets Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 421421 linux-x64;
422422 linux-arm;
423423 linux-arm64;
424+ linux-loongarch64;
424425 linux-bionic-arm;
425426 linux-musl-x64;
426427 linux-musl-arm;
427428 linux-musl-arm64;
429+ linux-musl-loongarch64;
428430 win-x64;
429431 win-x86;
430432 win-arm64;
431433 browser-wasm;
432434 wasi-wasm;
433435 " />
434436
435- <NativeAOTRuntimePackRids Include =" @(Net90NativeAOTRuntimePackRids)" />
437+ <NativeAOTRuntimePackRids Include ="
438+ @(Net90NativeAOTRuntimePackRids);
439+ linux-riscv64;
440+ linux-musl-riscv64;
441+ " />
436442
437443 <AspNetCore31RuntimePackRids Include =" @(AspNetCore30RuntimePackRids)" />
438444 <AspNetCore50RuntimePackRids Include =" @(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" />
You can’t perform that action at this time.
0 commit comments