Added back SpecifyAtLeastOneReferenceToAdd
This commit is contained in:
parent
337becdefd
commit
0804055422
1 changed files with 3 additions and 1 deletions
|
@ -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 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 CmdProject = "PROJECT";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue