Skip to content

Commit 747d14d

Browse files
committed
dotnet#3360 using file-scoped namespaces in classlib template
1 parent b45b3f6 commit 747d14d

File tree

1 file changed

+4
-5
lines changed
  • template_feed/Microsoft.DotNet.Common.ProjectTemplates.6.0/content/ClassLibrary-CSharp

1 file changed

+4
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
using System;
1+
namespace Company.ClassLibrary1
2+
using System;
23

3-
namespace Company.ClassLibrary1
4+
public class Class1
45
{
5-
public class Class1
6-
{
7-
}
6+
87
}

0 commit comments

Comments
 (0)