Clean up before PR

This commit is contained in:
Ankit Mishra 2016-12-21 11:44:45 -08:00
parent 0f6e4e3f10
commit 303a267a01
2 changed files with 13 additions and 12 deletions

View file

@ -22,5 +22,14 @@ namespace Microsoft.DotNet.Tools.Add.PackageReference
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.";
public const string CmdVersion = "VERSION";
public const string CmdFramework = "FRAMEWORK";
public const string CmdSource = "SOURCE";
public const string CmdPackageDirectory = "PACKAGE_DIRECTORY";
}
}