Ryujinx.csproj: Move PublishTrimmed setting for win-arm64 into existing PropertyGroup

This commit is contained in:
KeatonTheBot 2025-10-01 08:48:40 -05:00
parent 0487b781dc
commit cd477cf744

View file

@ -21,13 +21,10 @@
<PublishSingleFile>true</PublishSingleFile>
<TrimmerSingleWarn>false</TrimmerSingleWarn>
<PublishTrimmed>true</PublishTrimmed>
<PublishTrimmed Condition="'$(RuntimeIdentifier)' == 'win-arm64'">false</PublishTrimmed>
<TrimMode>partial</TrimMode>
</PropertyGroup>
<PropertyGroup Condition="'$(RuntimeIdentifier)' == 'win-arm64'">
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
<!--
FluentAvalonia, used in the Avalonia UI, requires a workaround for the json serializer used internally when using .NET 8+ System.Text.Json.
See: