Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update host test RID fallbacks to include arm64 (#109235)
When running against a mock coreclr, host tests create a minimal Microsoft.NETCore.App.deps.json that also includes a sparse fallback RID graph. That graph gets used in tests for RID-specific asset resolution that target explicitly enabling the RID fallback graph. This change adds arm64 to the mock RID fallback graph, which should allow those tests to run properly on arm64.
- Loading branch information