11 lines
466 B
C#
11 lines
466 B
C#
![]() |
namespace Microsoft.DotNet.Tools.Add.ProjectToProjectReference
|
||
|
{
|
||
|
internal class LocalizableStrings
|
||
|
{
|
||
|
public const string ReferenceIsInvalid = "Reference `{0}` is invalid.";
|
||
|
|
||
|
public const string SpecifyAtLeastOneReferenceToAdd = "You must specify at least one reference to add. Please run dotnet add --help for more information.";
|
||
|
|
||
|
public const string ProjectAlreadyHasAReference = "Project {0} already has a reference `{1}`.";
|
||
|
}
|
||
|
}
|