Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
configured to auto-detect if building on an ARM mac or not
  • Loading branch information
scphantm authored Oct 8, 2024
1 parent 2a3d595 commit a327b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
<PropertyGroup Condition="'$(IsOSX)' == 'true' and
'$(RuntimeIdentifier)' == ''">
<_UsingDefaultRuntimeIdentifier>true</_UsingDefaultRuntimeIdentifier>
<RuntimeIdentifier>osx-x64</RuntimeIdentifier>
<RuntimeIdentifier>osx-$(Architecture)</RuntimeIdentifier>
</PropertyGroup>

</Project>

0 comments on commit a327b84

Please sign in to comment.