2 references to SupportedRids
Microsoft.NET.Build.Tasks (2)
PickBestRid.cs (2)
56
var bestRidForPlatform = NuGetUtils.GetBestMatchingRid(graph, TargetRid,
SupportedRids
, out bool wasInGraph);
60
Log.LogError(Strings.UnableToFindMatchingRid, TargetRid, string.Join(",",
SupportedRids
), RuntimeGraphPath);