DebugType: None

This commit is contained in:
Oliver Booth 2022-12-21 20:01:27 +00:00
parent 9349ead3ff
commit b6d651a5c8
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
3 changed files with 4 additions and 1 deletions

View File

@ -19,6 +19,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>None</DebugType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''"> <PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''">

View File

@ -19,6 +19,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>None</DebugType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''"> <PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''">

View File

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks> <TargetFrameworks>net7.0;net6.0;netstandard2.1</TargetFrameworks>
@ -19,6 +19,7 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <GenerateDocumentationFile>true</GenerateDocumentationFile>
<DebugType>None</DebugType>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''"> <PropertyGroup Condition="'$(VersionSuffix)' != '' And '$(BuildNumber)' == ''">