1 implementation of TryGetProfile
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
146public bool TryGetProfile(string frameworkIdentifier, string profileShortName, [NotNullWhen(true)] out string? profile)
2 references to TryGetProfile
NuGet.Frameworks (2)
NuGetFrameworkFactory.cs (2)
92if (!mappings.TryGetProfile(targetFrameworkIdentifier, targetFrameworkProfile ?? string.Empty, out profile)) 331if (!mappings.TryGetProfile(framework, profileShort, out string? profile))