[Bug]: .NET Core App is not working
### Problem description
.NET not working on Google Play version Termux. It just say `Error: cannot execute dotnet when renamed to linker64.`

### What steps will reproduce the bug?
1. Install dotnet by `pkg install dotnet-sdk-9.0`
2. Run `dotnet`
3. It says `Error: cannot execute dotnet when renamed to linker64.`
### What is the expected behavior?
It should work.
### System information
```shell
Termux Variables:
TERMUX_EXEC__PROC_SELF_EXE=/data/data/com.termux/files/usr/bin/termux-info
TERMUX_VERSION=googleplay.2025.10.05
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
URIs: https://root-packages.termux.net/
URIs: https://termux.net
URIs: https://x11-packages.termux.net/
Updatable packages:
All packages up to date
termux-tools version:
3.0.8
Android version:
15
Kernel build information:
Linux localhost 5.10.226-android12-9-gd118e0c61d77 #1 SMP PREEMPT Fri Jul 25 09:43:42 UTC 2025 aarch64 Android
Device manufacturer:
HONOR
Device model:
LGE-AN10
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
Installed termux plugins:
com.termux.x11 versionCode:15
com.termux.styling versionCode:34
```
0 条评论