Skip to content

Commit d7a6619

Browse files
committed
Optimize on publish
1 parent 396c2a8 commit d7a6619

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<Authors>Martí Climent and the contributors</Authors>
88
<PublisherName>Martí Climent</PublisherName>
99
<Nullable>enable</Nullable>
10+
<Optimize>true</Optimize>
1011
</PropertyGroup>
1112

1213
<PropertyGroup>

src/UniGetUI/UniGetUI.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<WindowsPackageType>None</WindowsPackageType>
2525
<!--WindowsSdkPackageVersion>10.0.26100.56</WindowsSdkPackageVersion-->
2626

27+
<Optimize>true</Optimize>
2728
<PublishTrimmed>false</PublishTrimmed>
2829
<!--TrimMode>partial</TrimMode-->
2930
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>

0 commit comments

Comments
 (0)