Enable nullable for Apple project

This commit is contained in:
Luis von der Eltz
2021-02-07 17:27:57 +01:00
parent 2bea76dba7
commit 832837cee2
@@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>