Reputation: 21
This is when creating a new C# WinForms project. I have tried uninstalling, reinstalling, and seemingly everything I could find online.
Other frameworks are installed and are selected appropriately in the Visual Studio installer:
Installed targeting packs
Selected SDK's in Visual Studio Installer
Selected Frameworks in the Desktop Development section of Visual Studio Installer
Upvotes: 1
Views: 3964
Reputation: 6791
I think this is because you've created a 'SDK' type project. You need to use the Windows Forms App (.NET Framework) project to target the older frameworks.
Upvotes: 4