Table of Contents

Method AddNuGetReference

Namespace
Alternet.Common.Projects.DotNet
Assembly
Alternet.Common.v10.dll

AddNuGetReference(string, string)

Adds specified NUGET reference to the project.

public bool AddNuGetReference(string name, string fullName)

Parameters

name string

Name of NUGET to add.

fullName string

Full name (including version) to add.

Returns

bool

True is succeed; otherwise false.