Skip to content

Commit

Permalink
*Attempt* to reduce file size like the first release but I forgot how…
Browse files Browse the repository at this point in the history
… I did it
  • Loading branch information
IceDynamix committed Jan 24, 2021
1 parent d9983ee commit 8c6da5b
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions qua3osu/qua3osu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RuntimeIdentifier>win10-x64</RuntimeIdentifier>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishTrimmed>true</PublishTrimmed>
<TrimMode>link</TrimMode>
<SuppressTrimAnalysisWarnings>false</SuppressTrimAnalysisWarnings>
<PublishSingleFile>true</PublishSingleFile>
<InvariantGlobalization>true</InvariantGlobalization>
<TrimUnusedDependencies>true</TrimUnusedDependencies>
</PropertyGroup>

<ItemGroup>
Expand All @@ -20,6 +17,7 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.8.0" />
<PackageReference Include="Microsoft.Packaging.Tools.Trimming" Version="1.1.0-preview1-26619-01" />
</ItemGroup>

</Project>

0 comments on commit 8c6da5b

Please sign in to comment.