Skip to content

Commit

Permalink
Only add debug info manually for netframework
Browse files Browse the repository at this point in the history
  • Loading branch information
alsi-lawr committed Sep 14, 2024
1 parent 9978803 commit f86e55f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<IsPackable>False</IsPackable>
<NoWarn>$(NoWarn);NU1701</NoWarn>
<LangVersion>12</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)' == 'net471' OR '$(TargetFramework)' == 'net462'">
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
Expand Down

0 comments on commit f86e55f

Please sign in to comment.