Skip to content

Commit

Permalink
IsTrimmable should also be set in .net6.0 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
mburumaxwell committed Nov 20, 2023
1 parent 1c42019 commit 4f7d9e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Deterministic>true</Deterministic>
<!--<IsPackable>true</IsPackable>-->
<Company>Tingle Software</Company>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsTrimmable>
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 4f7d9e9

Please sign in to comment.