How to force Visual Studio 2022 create console projects with namespaces and classes (like in old good days)?

asked4 years ago
last updated4 years ago
viewed12.2k times
Up Vote22Down Vote

Just switched to VS2022, created new project and see this:

// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");

Where is all other stuff? Why is that by default now?