1 implementation of TryGetPortableFrameworks
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
494
public bool
TryGetPortableFrameworks
(string shortPortableProfiles, [NotNullWhen(true)] out IEnumerable<NuGetFramework>? frameworks)
2 references to TryGetPortableFrameworks
NuGet.Frameworks (2)
NuGetFrameworkFactory.cs (2)
99
if (profile != null && mappings.
TryGetPortableFrameworks
(profile, out IEnumerable<NuGetFramework>? clientFrameworks))
338
if (!mappings.
TryGetPortableFrameworks
(profileShort!, out IEnumerable<NuGetFramework>? clientFrameworks))