Fix known maccatalyst-arm64/x64 packages (#16688)
Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
This commit is contained in:
parent
b643eed968
commit
7ce1faedc7
1 changed files with 2 additions and 2 deletions
|
@ -162,8 +162,6 @@
|
|||
<Net60RuntimePackRids Include="
|
||||
@(Net50RuntimePackRids);
|
||||
osx-arm64;
|
||||
maccatalyst-x64;
|
||||
maccatalyst-arm64;
|
||||
linux-s390x;
|
||||
" />
|
||||
|
||||
|
@ -231,6 +229,8 @@
|
|||
tvos-arm64;
|
||||
tvossimulator-arm64;
|
||||
tvossimulator-x64;
|
||||
maccatalyst-x64;
|
||||
maccatalyst-arm64;
|
||||
android-arm64;
|
||||
android-arm;
|
||||
android-x64;
|
||||
|
|
Loading…
Add table
Reference in a new issue