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