Skip to content

Commit 7a0ccb9

Browse files
committed
dotnet#3360 using file-scoped namespaces in classlib template
1 parent 6875aa5 commit 7a0ccb9

File tree

1 file changed

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

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
namespace Company.ClassLibrary1
1+
namespace Company.ClassLibrary1;
2+
3+
public class Class1
24
{
3-
public class Class1
4-
{
5-
}
5+
66
}

0 commit comments

Comments
 (0)