Skip to content

Commit 1d7e4cc

Browse files
committed
dotnet#3360 using file-scoped namespaces in classlib template
1 parent 8cbe494 commit 1d7e4cc

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)