Skip to content

Commit

Permalink
Some more net6 changes (#132)
Browse files Browse the repository at this point in the history
* Set EnableCompressionInSingleFile (31M -> 19M)

* IncludeNativeLibrariesForSelfExtract
  • Loading branch information
erikbra authored Nov 10, 2021
1 parent 23d84d2 commit c3e1592
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grate/grate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>false</PublishReadyToRun>
<IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract>
<TrimMode>link</TrimMode>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<NoWarn>IL2026;IL2104</NoWarn>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>

</Project>

0 comments on commit c3e1592

Please sign in to comment.