Disable Nullable for all projects (was already for API/AspNet)

This commit is contained in:
softworkz
2025-11-17 13:04:56 +01:00
parent bfad0cd45a
commit 5f6e4a9e9d
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
<Description>$(DescriptionFirstPart) This package contains the ElectronNET project system.</Description>
<GenerateDocumentationFile>false</GenerateDocumentationFile>
<IncludeSymbols>false</IncludeSymbols>
<Nullable>disable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="PackageIcon.png" Pack="true" PackagePath="\" />