0

According to Microsoft documentation, all templates are in the following path

%ProgramFiles(x86)%\Microsoft Visual Studio\2019\<edition>\Common7\IDE\ProjectTemplates\<Language>\<Locale ID>

But I could not find the .NET Core templates and only the .NET Framework templates are available.

Where are the .NET Core templates (which Visual Studio itself uses to build the WPF/Console/Winform Application)?

karma
  • 147
  • 7

1 Answers1

0

They are located at [user profile path].templateengine\dotnetcli\vX.X.XXX\packages\

Alex
  • 106
  • 4