Skip to content

Commit

Permalink
Fix runtime identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Oct 2, 2023
1 parent 358403d commit 0d0b432
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<RuntimeIdentifier>win</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(Platform) == 'x64'">win10-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(Platform) == 'ARM64'">win10-arm64</RuntimeIdentifier>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit 0d0b432

Please # to comment.