2 references to RuntimePackLabels
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
667
var requiredLabelsMetadata = frameworkReference?.GetMetadata(MetadataKeys.
RuntimePackLabels
) ?? "";
1372
public readonly string[] RuntimePackLabels => item.GetMetadata(MetadataKeys.
RuntimePackLabels
) is string s ? s.Split([';'], StringSplitOptions.RemoveEmptyEntries) : Array.Empty<string>();