Add iOS to .NET5 runtime pack IDs

This commit is contained in:
Alexander Köplinger 2020-04-03 18:05:45 +02:00
parent 2a3193d998
commit 6de5203c5d

View file

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