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:
Alexander Köplinger 2020-05-13 23:46:29 +02:00 committed by GitHub
parent 00cb4ebfc9
commit 7931ca0ea1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)"/>