Open the nullability floodgates

This commit is contained in:
Matt Nadareski
2023-09-17 00:20:33 -04:00
parent 93ba88a35f
commit 1bd9f3fd88
3 changed files with 12 additions and 0 deletions

View File

@@ -19,6 +19,10 @@
<IncludeSymbols>true</IncludeSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'!='net48'">
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\BinaryObjectScanner.Interfaces\BinaryObjectScanner.Interfaces.csproj" />
<ProjectReference Include="..\BinaryObjectScanner.Utilities\BinaryObjectScanner.Utilities.csproj" />