in build/DependencyHelper.cs [134:139]
public static List<string> GetRuntimeFallbacks()
{
string currentRuntimeIdentifier = GetRuntimeIdentifier();
return GetRuntimeFallbacks(currentRuntimeIdentifier);
}