Supress CS1574 warning (More XML comment warnings)

This commit is contained in:
Cinder Roxley
2024-08-10 18:25:06 -05:00
parent 24f7547ae6
commit f33f6ce1f1
9 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<NoWarn>$(NoWarn);CS1591;CS1574</NoWarn>
<PlatformTarget>AnyCPU</PlatformTarget>
<OutputPath>..\bin\</OutputPath>
</PropertyGroup>