Add macOS RIDs for crossgen2 (#10159)

This commit is contained in:
Bo Anderson 2021-04-19 01:37:03 +01:00 committed by GitHub
parent 1d7248c4ef
commit e4b1e681b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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