Interface INugetPackageInfoProvider
Namespace: Volo.Abp.Cli.ProjectBuilding
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public interface INugetPackageInfoProvider
Methods
GetAsync(string)
Declaration
Task<NugetPackageInfo> GetAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| Task<NugetPackageInfo> |