Add package sub command

This commit is contained in:
Ankit Mishra 2016-12-20 16:25:18 -08:00
parent abd496a6f1
commit 3a5b89c242
2 changed files with 60 additions and 18 deletions

View file

@ -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.";
}
}