1 implementation of CompareFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkNameProvider.cs (1)
991public int CompareFrameworks(NuGetFramework? x, NuGetFramework? y)
1 reference to CompareFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Nuget.Frameworks\FrameworkPrecedenceSorter.cs (1)
25return _allEquivalent ? _mappings.CompareEquivalentFrameworks(x, y) : _mappings.CompareFrameworks(x, y);