Is there a way I can set the dotnet version to use for the debugger. I am using the one (debugger) that comes with C# Dev Kit. I currently have dotnet 8 and dotnet 2.2 installed but the debugger always defaults to dotnet 8.
Is there a way to force it to use dotnet 2.2 for this specific project not for the whole system. Some configuration file I can use perhaps?
The message I get when I run the debugger:

My installed SDK's and Runtimes


dotnet 2.2. The oldest supported .NET (Core) version is 8.0. .NET Core 2.2 reached End of Life on December 2019 and was never a Long-Term-Support version to begin with. C# Dev Kit (released in 2023) was never built to support such old versions