8 references to Profile
Microsoft.NET.Build.Tasks (8)
ProcessFrameworkReferences.cs (3)
307targetingPack.SetMetadata(MetadataKeys.Profile, knownFrameworkReference.Profile); 440runtimeFramework.SetMetadata(MetadataKeys.Profile, knownFrameworkReference.Profile); 1337public string Profile => _item.GetMetadata(MetadataKeys.Profile);
ResolveFrameworkReferences.cs (2)
51resolvedFrameworkReference.SetMetadata(MetadataKeys.Profile, targetingPack.GetMetadata(MetadataKeys.Profile));
ResolveRuntimePackAssets.cs (1)
83.Select(matchingRTReference => matchingRTReference.GetMetadata(MetadataKeys.Profile)).ToHashSet() ?? [];
ResolveTargetingPackAssets.cs (2)
128item.GetMetadata(MetadataKeys.Profile), 660return $"{nameof(RuntimeFramework)}: {Name} ({FrameworkName} {Item?.GetMetadata(MetadataKeys.Version)} {Item?.GetMetadata(MetadataKeys.Profile)})";