2 references to ProfilesWithOptionalFrameworks
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\DefaultPortableFrameworkMappings.cs (2)
118
var profileOptionalFrameworks = new List<KeyValuePair<int, NuGetFramework[]>>(
ProfilesWithOptionalFrameworks
.Length);
120
foreach (var profile in
ProfilesWithOptionalFrameworks
)