Enable member-level trimming

This commit is contained in:
NextTurn
2020-08-31 00:00:00 +08:00
committed by Next Turn
parent de62c5832d
commit 4b4d382730

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>