diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-11 10:08:35 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-08-11 10:08:35 +0300 |
commit | e4acd262c532876835efcf436744093db784f806 (patch) | |
tree | b58fc779809a78bf787c3bba3de6f422f029bbd2 | |
parent | 04c720278a3eb5b45ddf9683f5f42255dff23d09 (diff) |
Disable nullable
-rw-r--r-- | Codeforces.Console/Codeforces.Console.csproj | 2 |
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> |