[release/5.0.2xx] - Fix linux-musl-arm apphost
Port #9475 to release/5.0.2xx The linux-musl-arm RID in the GenerateBundledVersions.targets was accidentally added in Net50RuntimePackRids instead of Net50AppHostRids. That caused a wrong host (linux-arm) to be extracted during dotnet publish.
This commit is contained in:
parent
c25b92fd19
commit
7236ea48e0
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