Skip to content

Commit

Permalink
Add IsTrimmable=true when targetting net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb9 committed Nov 21, 2021
1 parent 4dd3292 commit 7f43e96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net6.0'">
<AssemblyTitle>CSharpFunctionalExtensions .NET 6.0</AssemblyTitle>
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFramework)'=='net40'">
Expand Down

0 comments on commit 7f43e96

Please sign in to comment.