Fixes 5740

This commit is contained in:
Shayne Boyer 2017-02-16 16:11:11 -05:00
parent 4edbcb06ee
commit c9fa9be412
15 changed files with 15 additions and 15 deletions

View file

@ -9,7 +9,7 @@ namespace Microsoft.DotNet.Tools.Add.PackageReference
public const string AppDescription = "Command to add package reference";
public const string CmdPackageDescription = "Package references to add";
public const string CmdPackageDescription = "Package reference to add";
public const string SpecifyExactlyOnePackageReference = "Please specify one package reference to add.";