Merge pull request #9487 from janvorli/port-fix-linux-musl-arm
[release/5.0.2xx] - Fix linux-musl-arm apphost
This commit is contained in:
commit
26f598e853
1 changed files with 4 additions and 2 deletions
|
@ -73,11 +73,13 @@
|
|||
|
||||
<NetCore31RuntimePackRids Include="@(NetCore30RuntimePackRids)"/>
|
||||
|
||||
<NetCore5AppHostRids Include="@(NetCore31RuntimePackRids)"/>
|
||||
<NetCore5AppHostRids Include="
|
||||
@(NetCore31RuntimePackRids);
|
||||
linux-musl-arm;
|
||||
"/>
|
||||
|
||||
<NetCore5RuntimePackRids Include="
|
||||
@(NetCore5AppHostRids);
|
||||
linux-musl-arm;
|
||||
ios-arm64;
|
||||
ios-arm;
|
||||
ios-x64;
|
||||
|
|
Loading…
Reference in a new issue