marketally.mopups/Directory.Build.props
Maksym Koshovyi db3b682663 Enable Nullable annotations
Related to #4
2022-02-19 20:42:14 +02:00

10 lines
234 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>