Add browser-wasm and ios-x86 to .NET 5 runtime pack IDs (#7459)
Same as https://github.com/dotnet/installer/pull/7034
This commit is contained in:
parent
00cb4ebfc9
commit
7931ca0ea1
1 changed files with 2 additions and 0 deletions
|
@ -78,12 +78,14 @@
|
|||
ios-arm64;
|
||||
ios-arm;
|
||||
ios-x64;
|
||||
ios-x86;
|
||||
tvos-arm64;
|
||||
tvos-x64;
|
||||
android-arm64;
|
||||
android-arm;
|
||||
android-x64;
|
||||
android-x86;
|
||||
browser-wasm;
|
||||
" />
|
||||
|
||||
<NetCoreRuntimePackRids Include="@(NetCore5RuntimePackRids)"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue