itfx/common.props
2024-05-23 17:36:08 +08:00

9 lines
256 B
XML

<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<!-- <Nullable>enable</Nullable>-->
<ImplicitUsings>enable</ImplicitUsings>
<!-- <WarningsAsErrors>Nullable</WarningsAsErrors>-->
</PropertyGroup>
</Project>