Add dotnet-add command
This commit is contained in:
parent
c6bd3eeec6
commit
e4ccc0ff9b
3 changed files with 71 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue