3 references to SupportedRids
Microsoft.NET.Build.Tasks (3)
PickBestRid.cs (3)
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);