I had the same problem: 4.8 targeting pack and SDK were both installed and recognized by VS as installed components but it would not show up in the list for target frameworks.
Then I remembered that a .csproj is xml, so I text edited the target platform to net4.8 and I went on my merry way.