Skip to content

Commit 7141c89

Browse files
committed
Update Program.cs
1 parent a80d80e commit 7141c89

File tree

1 file changed

+1
-4
lines changed
  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp

1 file changed

+1
-4
lines changed

template_feed/Microsoft.DotNet.Common.ProjectTemplates.10.0/content/ConsoleApplication-CSharp/Program.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
#if (csharpFeature_TopLevelProgram)
2-
// See https://aka.ms/new-console-template for more information
3-
#endif
4-
#if (!csharpFeature_ImplicitUsings)
1+
#if (!csharpFeature_ImplicitUsings)
52
using System;
63

74
#endif

0 commit comments

Comments
 (0)