Extend the list of RIDs supported by Crossgen2 (#10250)
This commit is contained in:
parent
0b639eef4e
commit
2455d34ceb
1 changed files with 15 additions and 1 deletions
|
@ -157,7 +157,21 @@
|
|||
" />
|
||||
|
||||
<Net50Crossgen2SupportedRids Include="linux-musl-x64;linux-x64;win-x64" />
|
||||
<Crossgen2SupportedRids Include="@(Net50Crossgen2SupportedRids);osx-x64;osx-arm64" />
|
||||
|
||||
<Net60Crossgen2SupportedRids Include="
|
||||
@(Net50Crossgen2SupportedRids);
|
||||
linux-arm;
|
||||
linux-arm64;
|
||||
linux-musl-arm;
|
||||
linux-musl-arm64;
|
||||
osx-arm64;
|
||||
osx-x64;
|
||||
win-arm;
|
||||
win-arm64;
|
||||
win-x86;
|
||||
" />
|
||||
|
||||
<Crossgen2SupportedRids Include="@(Net60Crossgen2SupportedRids)" />
|
||||
|
||||
<AspNetCore31RuntimePackRids Include="@(AspNetCore30RuntimePackRids)" />
|
||||
<AspNetCore50RuntimePackRids Include="@(AspNetCore31RuntimePackRids);linux-musl-arm;win-arm64" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue