1 implementation of GetDependencyGraphSpec
NuGet.CommandLine.XPlat (1)
Commands\Package\Update\PackageUpdateIO.cs (1)
64public DependencyGraphSpec? GetDependencyGraphSpec(string project)
2 references to GetDependencyGraphSpec
NuGet.CommandLine.XPlat (2)
Commands\Package\Update\PackageUpdateCommandRunner.cs (1)
59var dgSpec = packageUpdateIO.GetDependencyGraphSpec(args.Project);
Commands\Package\Update\PackageUpdateIO.cs (1)
63/// <inheritdoc cref="IPackageUpdateIO.GetDependencyGraphSpec(string)"/>