Add iOS to .NET5 runtime pack IDs
This commit is contained in:
parent
2a3193d998
commit
6de5203c5d
1 changed files with 9 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue