[release/6.0] Add s390x RIDs to DotNetHost* packages (#58365)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Mon, 30 Aug 2021 22:45:41 +0000 (00:45 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 22:45:41 +0000 (00:45 +0200)
Co-authored-by: Ulrich Weigand <ulrich.weigand@de.ibm.com>
src/installer/pkg/projects/netcoreappRIDs.props

index f3d784e..37fa250 100644 (file)
     <UnofficialBuildRID Include="tizen.5.0.0-armel">
       <Platform>armel</Platform>
     </UnofficialBuildRID>
+    <UnofficialBuildRID Include="linux-s390x">
+      <Platform>s390x</Platform>
+    </UnofficialBuildRID>
+    <UnofficialBuildRID Include="linux-musl-s390x">
+      <Platform>s390x</Platform>
+    </UnofficialBuildRID>
   </ItemGroup>
 </Project>