Skip to content

Commit

Permalink
Fix ARM64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimecbernardo committed Jul 17, 2024
1 parent 5653b42 commit e764470
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<!-- SelfContained=true requires RuntimeIdentifier to be set -->
<PropertyGroup Condition="'$(Platform)'=='x64'">
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)'=='ARM64'">
<RuntimeIdentifier>win-arm64</RuntimeIdentifier>
</PropertyGroup>

<PropertyGroup>
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
</PropertyGroup>
Expand Down

0 comments on commit e764470

Please sign in to comment.