Enable member-level trimming

pull/682/head
NextTurn 2020-08-31 00:00:00 +08:00 committed by Next Turn
parent de62c5832d
commit 4b4d382730
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>Link</TrimMode>
<AssemblyTitle>Windows Service Wrapper</AssemblyTitle>
<Description>Allows arbitrary process to run as a Windows service by wrapping it.</Description>