Skip to content

Commit

Permalink
Fix trimming options for Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster620 committed Nov 13, 2023
1 parent 917bcc6 commit d580bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ULogViewer/ULogViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</ItemGroup>

<ItemGroup Condition="$(RuntimeIdentifier.Contains('linux'))">
<TrimmerRootAssembly Include="Tmds.DBus" />
<TrimmerRootAssembly Include="Tmds.DBus.Protocol" />
</ItemGroup>

<!-- ReadyToRun options -->
Expand Down

0 comments on commit d580bf5

Please sign in to comment.