Skip to content

Commit

Permalink
Revert TrimMode
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Sep 20, 2024
1 parent 60dc369 commit a762f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebConverter/WebConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<RunAOTCompilation>true</RunAOTCompilation>
<WasmNativeStrip>true</WasmNativeStrip>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>full</TrimMode>
<TrimMode>partial</TrimMode>
</PropertyGroup>

<!-- C# compiler -->
Expand Down

0 comments on commit a762f15

Please sign in to comment.