Search code examples
c#visual-studioconsole-applicationvisual-studio-templates

Visual Studio C# Console App (.NET Core) Template Different


Everytime I open a new project for C# Console App I get the following template:

I believe I somehow have updated the original template with one of my intro to C# tutorial practice. Is there anyway to reset the template?

Update: Should the template not look like this:


Solution

  • .NET Core's Console Project is exactly like you posted, this is the default project template from Microsoft.

    If it really bothers you, you can edit the template. Microsoft provides instructions on how to do it here.