We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f867f commit c18c976Copy full SHA for c18c976
Directory.Build.props
@@ -15,6 +15,9 @@
15
16
<!-- .NET 6+ packages support back to API-21 -->
17
<SupportedOSPlatformVersion>21</SupportedOSPlatformVersion>
18
+
19
+ <!-- Mark .NET6+ packages as supporting trimming -->
20
+ <IsTrimmable>true</IsTrimmable>
21
</PropertyGroup>
22
23
<!-- Folders that .targets files need to go into -->
0 commit comments