aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-08-11 10:08:35 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-08-11 10:08:35 +0300
commite4acd262c532876835efcf436744093db784f806 (patch)
treeb58fc779809a78bf787c3bba3de6f422f029bbd2
parent04c720278a3eb5b45ddf9683f5f42255dff23d09 (diff)
Disable nullable
-rw-r--r--Codeforces.Console/Codeforces.Console.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Codeforces.Console/Codeforces.Console.csproj b/Codeforces.Console/Codeforces.Console.csproj
index 74abf5c..5eb1e84 100644
--- a/Codeforces.Console/Codeforces.Console.csproj
+++ b/Codeforces.Console/Codeforces.Console.csproj
@@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
+ <Nullable>disable</Nullable>
</PropertyGroup>
</Project>