1,269 questions
.NET 5 was a current release and reached end of life back in May 2022, see https://github.com/dotnet/core/blob/main/releases.md. That's why don't you see it as an available runtime. You can retarget your project to .NET 6 and check for any breaking changes that may affect you.