Enable nuget debug symbols. (#2929)

This commit is contained in:
enonibobble
2024-05-12 20:17:52 +01:00
committed by GitHub
parent a59f4ba62e
commit aa424f6f37
7 changed files with 14 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
<IsTrimmable>false</IsTrimmable>
<IsAotCompatible>false</IsAotCompatible>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Discord.Net.Core\Discord.Net.Core.csproj" />