Skip to content

Commit c18c976

Browse files
authored
Mark all assemblies as Trimmable via Directory.Build.props. (#520)
1 parent 41f867f commit c18c976

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Directory.Build.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515

1616
<!-- .NET 6+ packages support back to API-21 -->
1717
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
18+
19+
<!-- Mark .NET6+ packages as supporting trimming -->
20+
<IsTrimmable>true</IsTrimmable>
1821
</PropertyGroup>
1922

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

0 commit comments

Comments
 (0)