1 reference to GetTargetGraphName
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
84
TargetGraphName = string.IsNullOrEmpty(TargetAlias) ? FrameworkRuntimePair.GetTargetGraphName(Framework, RuntimeIdentifier) :
GetTargetGraphName
(TargetAlias, RuntimeIdentifier);