Files
basic-computer-games/00_Common/dotnet/Directory.Build.props
2022-02-07 22:43:31 +11:00

9 lines
128 B
XML

<Project>
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
</Project>