Skip to content

Commit

Permalink
Add win-x64 and win-arm64 to runtime identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser committed Oct 10, 2024
1 parent f16e028 commit a944618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pong.Desktop/Pong.Desktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PublishReadyToRun>false</PublishReadyToRun>
<TieredCompilation>false</TieredCompilation>
<Platforms>AnyCPU;x64;x86;ARM32;ARM64</Platforms>
<RuntimeIdentifiers>linux-x64;linux-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers>linux-x64;linux-arm64;win-x64;win-arm64</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
Expand Down

0 comments on commit a944618

Please sign in to comment.