We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396c2a8 commit d7a6619Copy full SHA for d7a6619
2 files changed
src/Directory.Build.props
@@ -7,6 +7,7 @@
7
<Authors>Martí Climent and the contributors</Authors>
8
<PublisherName>Martí Climent</PublisherName>
9
<Nullable>enable</Nullable>
10
+ <Optimize>true</Optimize>
11
</PropertyGroup>
12
13
<PropertyGroup>
src/UniGetUI/UniGetUI.csproj
@@ -24,6 +24,7 @@
24
<WindowsPackageType>None</WindowsPackageType>
25
<!--WindowsSdkPackageVersion>10.0.26100.56</WindowsSdkPackageVersion-->
26
27
28
<PublishTrimmed>false</PublishTrimmed>
29
<!--TrimMode>partial</TrimMode-->
30
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
0 commit comments