Add macOS RIDs for crossgen2 (#10159)
This commit is contained in:
parent
1d7248c4ef
commit
e4b1e681b5
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@
|
|||
" />
|
||||
|
||||
<Net50Crossgen2SupportedRids Include="linux-musl-x64;linux-x64;win-x64" />
|
||||
<Crossgen2SupportedRids Include="@(Net50Crossgen2SupportedRids)" />
|
||||
<Crossgen2SupportedRids Include="@(Net50Crossgen2SupportedRids);osx-x64;osx-arm64" />
|
||||
|
||||
<AspNetCore31RuntimePackRids Include="@(AspNetCore30RuntimePackRids)" />
|
||||
<AspNetCore50RuntimePackRids Include="@(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" />
|
||||
|
|
Loading…
Reference in a new issue