Using dotnet new for targeting .NET Framework · Issue #1406 · dotnet/templating

I wanted to use dotnet new to create new full framework projects. I was initially surprise when this didn't work: dotnet new classlib -f net471 Given it's just changing the target framework, I assu...