mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Disable Nullable for all projects (was already for API/AspNet)
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<ImportNuGetBuildTasksPackTargetsFromSdk>false</ImportNuGetBuildTasksPackTargetsFromSdk>
|
||||
<PublishTrimmed>False</PublishTrimmed>
|
||||
<NuGetAudit>false</NuGetAudit>
|
||||
<Nullable>disable</Nullable>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Label="ElectronNetCommon">
|
||||
<PackageIcon>128.png</PackageIcon>
|
||||
|
||||
@@ -45,6 +45,7 @@
|
||||
<PropertyGroup>
|
||||
<TypeScriptCompileOnSaveEnabled>true</TypeScriptCompileOnSaveEnabled>
|
||||
<TypeScriptCompileBlocked>true</TypeScriptCompileBlocked>
|
||||
<Nullable>disable</Nullable>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Compile Remove="publish\**" />
|
||||
|
||||
@@ -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="\" />
|
||||
|
||||
Reference in New Issue
Block a user