Enable Nullable in build project

This commit is contained in:
Christopher Whitley
2023-11-16 13:12:57 -05:00
committed by GitHub
parent e0e12e3bd1
commit f5bee8e7a2
+2 -1
View File
@@ -2,9 +2,10 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Cake.Frosting" Version="3.1.0" />
</ItemGroup>
</Project>
</Project>