2 references to GetIntermediatePackageSpec
NuGet.Commands (2)
RestoreCommand\Utility\PackageSpecFactory.cs (2)
47
PackageSpec? packageSpec =
GetIntermediatePackageSpec
(project);
102
/// Apply <see cref="ISettings"/> to a <see cref="PackageSpec"/> created by <see cref="
GetIntermediatePackageSpec
"/>.