Merge pull request #7034 from akoeplinger/add-ios-net5-runtimepacks

Add iOS/tvOS/Android to .NET5 runtime pack IDs
This commit is contained in:
Daniel Plaisted 2020-04-07 08:42:00 -07:00 committed by GitHub
commit f86d955689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,21 @@
" />
<NetCore31RuntimePackRids Include="@(NetCore30RuntimePackRids)"/>
<NetCoreRuntimePackRids Include="@(NetCore31RuntimePackRids)"/>
<NetCore5RuntimePackRids Include="
@(NetCore31RuntimePackRids);
ios-arm64;
ios-arm;
ios-x64;
tvos-arm64;
tvos-x64;
android-arm64;
android-arm;
android-x64;
android-x86;
" />
<NetCoreRuntimePackRids Include="@(NetCore5RuntimePackRids)"/>
<AspNetCore30RuntimePackRids Include="
win-x64;