2 references to ReduceCore
NuGet.Frameworks (2)
FrameworkReducer.cs (2)
280return ReduceCore(frameworks, (x, y) => _compat.IsCompatible(y, x)).ToArray(); 298return ReduceCore(frameworks, (x, y) => _compat.IsCompatible(x, y)).ToArray();