1 implementation of TryGetShortProfile
NuGet.Frameworks (1)
FrameworkNameProvider.cs (1)
156public bool TryGetShortProfile(string frameworkIdentifier, string profile, [NotNullWhen(true)] out string? profileShortName)
1 reference to TryGetShortProfile
NuGet.Frameworks (1)
NuGetFramework.cs (1)
276if (framework.HasProfile && !mappings.TryGetShortProfile(framework.Framework, framework.Profile, out shortProfile))