1 implementation of TryGetPortableCompatibilityMappings
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
524
public bool
TryGetPortableCompatibilityMappings
(int profile, [NotNullWhen(true)] out IEnumerable<FrameworkRange>? supportedFrameworkRanges)
1 reference to TryGetPortableCompatibilityMappings
NuGet.Frameworks (1)
FrameworkExpander.cs (1)
58
&& _mappings.
TryGetPortableCompatibilityMappings
(profileNumber, out IEnumerable<FrameworkRange>? ranges))