Skip to content

Commit e6e08bd

Browse files
committed
full trimming was breaking file dialogs
1 parent 3f8a567 commit e6e08bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/UniGetUI/UniGetUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!--PublishAot>true</PublishAot-->
1818
<PublishTrimmed>true</PublishTrimmed>
19-
<TrimMode>full</TrimMode>
19+
<TrimMode>partial</TrimMode>
2020
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
2121
</PropertyGroup>
2222

0 commit comments

Comments
 (0)