Skip to content

Commit

Permalink
Mark all assemblies as Trimmable via Directory.Build.props. (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpobst authored Mar 31, 2022
1 parent 41f867f commit c18c976
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

<!-- .NET 6+ packages support back to API-21 -->
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>

<!-- Mark .NET6+ packages as supporting trimming -->
<IsTrimmable>true</IsTrimmable>
</PropertyGroup>

<!-- Folders that .targets files need to go into -->
Expand Down

0 comments on commit c18c976

Please sign in to comment.