Update Directory.Build.props

configured to auto-detect if building on an ARM mac or not
This commit is contained in:
Steel City Phantom 2024-10-08 11:10:56 -04:00 committed by GitHub
parent 2a3d595a66
commit a327b84a87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,7 +221,7 @@
<PropertyGroup Condition="'$(IsOSX)' == 'true' and
'$(RuntimeIdentifier)' == ''">
<_UsingDefaultRuntimeIdentifier>true</_UsingDefaultRuntimeIdentifier>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
<RuntimeIdentifier>osx-$(Architecture)</RuntimeIdentifier>
</PropertyGroup>
</Project>