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

10 lines
329 B
C#
Raw Normal View History

// Copyright (c) .NET Foundation and contributors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
2016-12-05 07:24:07 +00:00
namespace Microsoft.DotNet.Tools.Add
{
internal class LocalizableStrings
{
public const string NetAddCommand = ".NET Add Command";
}
}