Manually run of API do not starting with SSL
I have suddenly updated my .net core web api to .NET 8. For efficiency reason I start it always the .exe file to develop my other applications.
allow running .net8 app with .net6 runtime
Is there a way to allow running a .net8 app with only a .net6 and .net7 runtime installed? Assuming the app doesn’t use any new .net8 only features. I realize this is not a good practice, but I am running in an environment where I cannot control this…