Disable trimming on win-arm64

This commit is contained in:
KeatonTheBot
2025-02-25 10:20:33 -06:00
parent 7bf6c3f016
commit a2fcd3038d
+4
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: