Just had a similar issue with Visual Studio 2019 Community Edition: only .Net Core versions were shown.
I edited the .csproj
file manually. I changed the line with the TargetFramework
property to
<TargetFramework>net48</TargetFramework>
Oddly, now all other versions show up also.