- I developed a console app based on .net 8.0,
- then I deliver the .exe (without runtime inside) to user,
- but I am not sure if the user have installed the .net 8.0 runtime to support this app, how could I make the .exe to run to check that, even user did not install the runtime
- or any other way to do it