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