Relative Content

Tag Archive for .net.net-coreconsoleconsole-application

.net console app how to check required runtime for itself at startup

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 […]