Skip to content

Commit e4237ab

Browse files
authored
Add System namespace to default template (#21)
1 parent 2323b9b commit e4237ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Generator/Templates/Defaults/CSharp.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
}
1616
],
1717
"Usings": [
18+
{
19+
"namespace": "System"
20+
},
1821
{
1922
"namespace": "Thor.Core"
2023
},
@@ -25,4 +28,4 @@
2528
"namespace": "Thor.Core.Transmission.Abstractions"
2629
}
2730
]
28-
}
31+
}

0 commit comments

Comments
 (0)