Disable trimming on win-arm64

This commit is contained in:
KeatonTheBot 2025-02-24 01:08:11 -06:00
parent 7bf6c3f016
commit a2fcd3038d

View file

@ -23,6 +23,10 @@
<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: