Is it possible to create an SDK-style .NET Framework project in Visual Studio (to be more specific I use the latest VS2019)? Or does it still require manual manipulations?
<Project Sdk="Microsoft.NET.Sdk">
I'm interested in creating a new project, not in migrating existing project from old .csproj file style to the new .csproj SDK-style.
I've already edited .csproj files manually many times but it's super inconvenient.





<TargetFramework>