2 references to Create
NuGet.Commands (2)
RestoreCommand\ProjectRestoreCommand.cs (2)
240
return DownloadDependencyResolutionResult.
Create
(targetFrameworkInformation.FrameworkName, Array.Empty<Tuple<LibraryRange, RemoteMatch>>(), context.RemoteLibraryProviders);
252
return DownloadDependencyResolutionResult.
Create
(targetFrameworkInformation.FrameworkName, packageDownloadMatches, context.RemoteLibraryProviders);