Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add .Net framework 4.6.1 Class Library instead of .Net standard in Visual Studio 2017?

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?

like image 707
Shagohad Avatar asked Sep 05 '18 18:09

Shagohad


Video Answer


1 Answers

It should be an option in the "Windows Desktop" group when adding a new project.

enter image description here

Make sure you have the components for .NET Framework 4.6.1 development installed using the Visual Studio Installer tool.

enter image description here

like image 116
Valuator Avatar answered Oct 02 '22 23:10

Valuator