Skip to content

Commit

Permalink
update debug type to portable
Browse files Browse the repository at this point in the history
  • Loading branch information
beto-rodriguez committed Feb 17, 2025
1 parent 649022b commit 39f70f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@
<Authors>$(LiveChartsAuthors)</Authors>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<RepositoryUrl>https://github.com/beto-rodriguez/LiveCharts2</RepositoryUrl>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>

<Deterministic>true</Deterministic>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 39f70f5

Please sign in to comment.