Skip to content

Commit

Permalink
Added target platforms' Runtime IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldaviva committed Jan 17, 2025
1 parent fbfff5e commit 733bc9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions FreshBadge/FreshBadge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>win-x64;win-arm64;linux-x64;linux-arm;linux-arm64</RuntimeIdentifiers>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RollForward>latestMajor</RollForward>
Expand Down
4 changes: 4 additions & 0 deletions FreshBadge/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"contentHash": "Nf7oNa8/mFwOiJYKmWcI7hcNwbFiXpSCZ2/DsMVWQk/aucpJtTKNvt4EYuTeOZi4IAseaPw04uf4rQEG5B6+tA=="
}
},
"net8.0/linux-arm": {},
"net8.0/linux-arm64": {},
"net8.0/linux-x64": {},
"net8.0/win-arm64": {},
"net8.0/win-x64": {}
}
}

0 comments on commit 733bc9c

Please sign in to comment.