Since I have installed VS2022, I can not create a new project targetting framework 4.8.
Whenever I click "New project" from within VS2019, it seems to invoke VS2022 which leaves me with no choice but NetCore or Framework 5. Both don't work for me.
I start VS2019:
Now I click "Create new project":
So, there seems to be no way to do what I want.
"Installing other frameswork..." does not help. I already have them installed, so their installer only offers me to restore / modify / repair them.
What else could I try?
Edit: Yes, in the installer, Framework 4.8 is activated:
CodePudding user response:
You should select the Windows Forms App (.NET Framework) project template. If you select the Windows Forms App project template , then it will only have .NET Core or.NET 5/6 as targets.
Then you can select the .NET Framework version you need for your project