You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AnyCPU works in a different way on .NET Core. As .NET Core decouples the system, it requires a platform-dependent entrypoint. .dll generatedd from AnyCPU is still working under different architects but the executable is not. The exe downloaded from releases now cannot be executed in ARM64 devices.
This should do the trick dotnet publish -r win-arm64
AnyCPU works in a different way on .NET Core. As .NET Core decouples the system, it requires a platform-dependent entrypoint.
.dll
generatedd from AnyCPU is still working under different architects but the executable is not. The exe downloaded from releases now cannot be executed in ARM64 devices.This should do the trick
dotnet publish -r win-arm64
Reference:
The text was updated successfully, but these errors were encountered: