1
0

Disable nullable

This commit is contained in:
Serghei Cebotari 2023-08-11 10:08:35 +03:00
parent 04c720278a
commit e4acd262c5

View File

@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>disable</Nullable>
</PropertyGroup>
</Project>