diff --git a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs index 92fcfc5de14b..ce46e0325bfc 100644 --- a/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs +++ b/template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs @@ -1,6 +1,3 @@ -#if (csharpFeature_TopLevelProgram) -// See https://aka.ms/new-console-template for more information -#endif #if (!csharpFeature_ImplicitUsings) using System;