Added back SpecifyAtLeastOneReferenceToAdd
This commit is contained in:
parent
337becdefd
commit
0804055422
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
|
||||||
public const string AppFullName = ".NET Add Project to Project (p2p) reference Command";
|
public const string AppFullName = ".NET Add Project to Project (p2p) reference Command";
|
||||||
|
|
||||||
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";
|
||||||
|
|
||||||
|
@ -20,4 +22,4 @@ namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
|
||||||
|
|
||||||
public const string ProjectException = "Project";
|
public const string ProjectException = "Project";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue