3 references to GetGroupFrameworks
NuGet.Packaging (3)
Rules\AccidentallyCompatibleWithAllFrameworksRule.cs (1)
52var buildFrameworks = ContentExtractor.GetGroupFrameworks(items).ToArray();
Rules\DependenciesGroupsForEachTFMRule.cs (2)
73tfmsFromFilesSet.AddRange(ContentExtractor.GetGroupFrameworks(libItems)); 74tfmsFromFilesSet.AddRange(ContentExtractor.GetGroupFrameworks(refItems));