4 references to TargetRid
Microsoft.NET.Build.Tasks (4)
PickBestRid.cs (4)
27
/// All of the RIDs that are allowed to match against the <see cref="
TargetRid
"/>
33
/// The RID from among <see cref="SupportedRids"/> that best matches the <see cref="
TargetRid
"/>, if any.
47
var bestRidForPlatform = NuGetUtils.GetBestMatchingRid(graph,
TargetRid
, SupportedRids, out bool wasInGraph);
51
Log.LogError(Strings.UnableToFindMatchingRid,
TargetRid
, string.Join(",", SupportedRids), RuntimeGraphPath);