2 references to FindProjectMatchAsync
NuGet.DependencyResolver.Core (2)
ResolverUtility.cs (2)
204
var projectMatch = await
FindProjectMatchAsync
(libraryRange, framework, targetAlias, projectProviders, cancellationToken);
385
return
FindProjectMatchAsync
(libraryRange, framework, targetAlias: null, projectProviders, cancellationToken);