using System.Collections.Generic; using System.Threading.Tasks; using PortingAssistant.Client.Model; namespace PortingAssistant.Client.NuGet { public interface IPortingAssistantNuGetHandler { public Dictionary> GetNugetPackages(List nugetPackages, string pathToSolution, bool isIncremental, bool incrementalRefresh); } }