Skip to content

Commit

Permalink
Add RuntimeIdentifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
valnoxy committed Mar 24, 2024
1 parent 42c4ecc commit 28e2323
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CheckIP.Windows/CheckIP/CheckIP.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand All @@ -13,6 +13,7 @@
<RepositoryUrl>https://github.com/valnoxy/checkip</RepositoryUrl>
<Version>2.3.0</Version>
<Platforms>AnyCPU;ARM32;ARM64;x64;x86</Platforms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<StartupObject>CheckIP.App</StartupObject>
</PropertyGroup>
Expand Down

0 comments on commit 28e2323

Please sign in to comment.