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

@@ -9,6 +9,8 @@
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">net6.0;net5.0;</TargetFrameworks>
<IsTrimmable>false</IsTrimmable>
<IsAotCompatible>false</IsAotCompatible>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>