Trim unused assemblies to reduce packaged size further.

This commit is contained in:
Paul Chote
2020-12-23 23:00:17 +00:00
committed by abcdefg30
parent e583165dff
commit 84ce33fe9c
5 changed files with 21 additions and 1 deletions

View File

@@ -40,4 +40,9 @@
<Analyzer Remove="@(Analyzer)" />
</ItemGroup>
</Target>
<ItemGroup>
<TrimmerRootAssembly Include="mscorlib" />
<TrimmerRootAssembly Include="netstandard" />
<TrimmerRootAssembly Include="System.IO.Pipes" />
</ItemGroup>
</Project>