Skip to content

Commit

Permalink
Enable member-level trimming
Browse files Browse the repository at this point in the history
  • Loading branch information
nxtn committed Sep 1, 2020
1 parent de62c58 commit 4b4d382
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WinSW/WinSW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4b4d382

Please sign in to comment.