Skip to content

Commit

Permalink
Merge pull request #9 from royalapplications/fix-rid-again
Browse files Browse the repository at this point in the history
Fix runtime identifier for real
  • Loading branch information
StefanKoell committed Oct 2, 2023
2 parents 5677f9c + e798e1d commit af5c543
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

<PropertyGroup>
<TargetFrameworks>net472;net6.0-windows;net7.0-windows</TargetFrameworks>
<RuntimeIdentifier>win</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(Platform) == 'x64'">win10-x64</RuntimeIdentifier>
<RuntimeIdentifier Condition="$(Platform) == 'ARM64'">win10-arm64</RuntimeIdentifier>
<UseWindowsForms>true</UseWindowsForms>
Expand Down

0 comments on commit af5c543

Please sign in to comment.