Relative Content

Tag Archive for .net.net-core

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…