I wrote programs with VS 2019 on VB and C# that targeted the .NET 4.7.2 framework
On a new computer where I have VS 2019 as well, the target frameworks available are .NET 5.0 and .NET Core
How can I set VS 2019 on this new computer to target .NET 4.7.2 framework ?
I have installed the developer pack for .NET 4.7.2 found at https://dotnet.microsoft.com/download/visual-studio-sdks?utm_source=getdotnetsdk&utm_medium=referral on this new computer
However, .NET 4.7.2 still does not show as available in VS 2019 Project Properties/ Application / Target Framework


