1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-12 17:48:31 +00:00

Fixed wrong debugtype in core

This commit is contained in:
Darth Affe 2021-11-24 21:20:46 +01:00
parent bf7b80d85e
commit 7f7b4957f6

View File

@ -33,7 +33,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>