1 implementation of TargetAlias
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
32public string TargetAlias { get; }
1 reference to TargetAlias
NuGet.Commands (1)
RestoreCommand\Diagnostics\UnexpectedDependencyMessages.cs (1)
142string targetAlias = indexedGraph.Graph.TargetAlias;