We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f051fa commit f5968d9Copy full SHA for f5968d9
codegen/Templates/csharp/TestProject.mustache
@@ -3,6 +3,7 @@
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
<TargetFramework>net6.0</TargetFramework>
6
+ <Nullable>enable</Nullable>
7
</PropertyGroup>
8
9
<ItemGroup>
0 commit comments