1 implementation of TryGetPortableProfile
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
282
public bool
TryGetPortableProfile
(IEnumerable<NuGetFramework> supportedFrameworks, out int profileNumber)
2 references to TryGetPortableProfile
NuGet.Frameworks (2)
NuGetFrameworkFactory.cs (2)
101
if (mappings.
TryGetPortableProfile
(clientFrameworks, out int profileNumber))
345
if (mappings.
TryGetPortableProfile
(clientFrameworks, out profileNumber))