Extend the list of RIDs supported by Crossgen2 (#10250)

This commit is contained in:
Anton Lapounov 2021-04-18 19:19:05 -07:00 committed by GitHub
parent 0b639eef4e
commit 2455d34ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" />