Skip to content

Commit

Permalink
fix rid for net8
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKoell committed Nov 20, 2023
1 parent 0bb2e23 commit fb40bdf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

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

0 comments on commit fb40bdf

Please sign in to comment.