Disable trimming on win-arm64

* nuget: Bump System group to 9.0.2
* Clean up RuntimeIdentifiers in project files
This commit is contained in:
KeatonTheBot
2025-02-23 00:12:24 -06:00
parent 6c6640c7f3
commit 03a73d763e
6 changed files with 17 additions and 14 deletions

View File

@@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<ContentWithTargetPath Include="Native\libs\libarmeilleure-jitsupport.dylib" Condition="'$(RuntimeIdentifier)' == '' OR '$(RuntimeIdentifier)' == 'osx-arm64'">
<ContentWithTargetPath Include="Native\libs\libarmeilleure-jitsupport.dylib" Condition="'$(RuntimeIdentifier)' == 'osx-arm64'">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<TargetPath>libarmeilleure-jitsupport.dylib</TargetPath>
</ContentWithTargetPath>