It looks like the problem was that I used the file ./bin/Release/net8.0/linux-x64/MyApp to share. Now I use the file ./bin/Release/net8.0/linux-x64/publish/MyApp (publish added inside the path) for sharing, and the problem disappeared.
./bin/Release/net8.0/linux-x64/MyApp
./bin/Release/net8.0/linux-x64/publish/MyApp
publish