Added back SpecifyAtLeastOneReferenceToAdd

This commit is contained in:
Scott Carlton 2016-12-05 12:00:12 -08:00 committed by GitHub
parent 337becdefd
commit 0804055422

View file

@ -6,6 +6,8 @@ namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
public const string AppDescription = "Command to add project to project (p2p) reference"; public const string AppDescription = "Command to add project to project (p2p) reference";
public const string SpecifyAtLeastOneReferenceToAdd = "You must specify at least one reference to add. Please run dotnet add --help for more information.";
public const string AppHelpText = "Project to project references to add"; public const string AppHelpText = "Project to project references to add";
public const string CmdProject = "PROJECT"; public const string CmdProject = "PROJECT";