When publishing your application, you can bundle the runtime inside your app files.

If your user installs only the standard ".NET Runtime 8.0", your WPF app will crash . They must install the Desktop Runtime.

This is the standard method for most Windows machines.

: As part of the .NET 8 release, it provides stability and security updates for three years.

BACK TO TOP