I'am very new in Visual Studio 2017 and I really need a help. I have a solution and i need to add new .Framework 4.6.1 Class Library into this solution. I can't see classic .Net Framework class library, only .Net standard. Please, help me, how can I achieve that?
Asked
Active
Viewed 3,262 times
6
-
What helped me was this answer: https://stackoverflow.com/a/51193911/15104639 – Pepe Alvarez Jan 24 '23 at 19:11
1 Answers
6
It should be an option in the "Windows Desktop" group when adding a new project.
Make sure you have the components for .NET Framework 4.6.1 development installed using the Visual Studio Installer tool.

Valuator
- 3,262
- 2
- 29
- 53