public static List GetRuntimeFallbacks()

in build/DependencyHelper.cs [134:139]


        public static List<string> GetRuntimeFallbacks()
        {
            string currentRuntimeIdentifier = GetRuntimeIdentifier();

            return GetRuntimeFallbacks(currentRuntimeIdentifier);
        }