Enable nullability

I thought this was the old way. Apparently it's the new way.
This commit is contained in:
2021-12-08 11:55:19 -06:00
parent 1330d1eb66
commit 0dd261b964
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>aoc2021</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>disable</Nullable>
<Nullable>enable</Nullable>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
</PropertyGroup>