Add package sub command
This commit is contained in:
parent
abd496a6f1
commit
3a5b89c242
2 changed files with 60 additions and 18 deletions
|
@ -18,5 +18,9 @@ namespace Microsoft.DotNet.Tools.Add.PackageReference
|
|||
public const string CmdSourceDescription = "Use specific NuGet package sources to use during the restore.";
|
||||
|
||||
public const string CmdPackageDirectoryDescription = "Restore the packages to this Directory .";
|
||||
|
||||
public const string CmdVersionDescription = "Version for the package to be added.";
|
||||
|
||||
public const string CmdDGFileException = "Unable to Create Dependency graph file for project '{0}'. Cannot add package reference.";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue