dotnet new console -f net5.0, but that failed as the only available version is 9.x. I've since installed net 5.0 separately using the dotnet-install script, but as that install to a different location, it's still not available to use via dotnet new. Is there a way to allow the dotnet cli to use 5.0 at all?