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