Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add non-portable RID to list of known runtime packs instead of overwr…
…iting in source-build (dotnet#96858) In dotnet#75597, for source-build we replace all the RIDs with only the `PackageRID` in the `KnownFrameworkReference` for `NetCurrent` when we should have only added an additional RID. This was causing issues in crossbuilds of vertical builds. The crossgen and ilc projects that run within the build require a runtime for the build machine's RID, but it wasn't found in `KnownFrameworkReference` and the build failed during restore. Part of reenabling Crossgen and ILC in arm64 crossbuild verticals dotnet/source-build#3698
- Loading branch information