Add dotnet-add command

This commit is contained in:
Krzysztof Wicher 2016-11-15 15:42:15 -08:00
parent c6bd3eeec6
commit e4ccc0ff9b
3 changed files with 71 additions and 0 deletions

View file

@ -24,6 +24,7 @@ using Microsoft.DotNet.Tools.Run;
using Microsoft.DotNet.Tools.Test;
using Microsoft.DotNet.Tools.VSTest;
using NuGet.Frameworks;
using Microsoft.DotNet.Tools.Add;
namespace Microsoft.DotNet.Cli
{
@ -45,6 +46,7 @@ namespace Microsoft.DotNet.Cli
["run"] = RunCommand.Run,
["test"] = TestCommand.Run,
["vstest"] = VSTestCommand.Run,
["add"] = AddCommand.Run,
};
public static int Main(string[] args)