dotnet-installer/src/dotnet/commands/dotnet-add/LocalizableStrings.cs

7 lines
154 B
C#
Raw Normal View History

2016-12-05 07:24:07 +00:00
namespace Microsoft.DotNet.Tools.Add
{
internal class LocalizableStrings
{
public const string NetAddCommand = ".NET Add Command";
}
}