Remove dotnet-restore-projectjson

This commit is contained in:
Piotr Puszkiewicz 2017-02-16 01:01:32 -08:00
parent b38fd3ad7b
commit 4feaf3f124

View file

@ -50,7 +50,6 @@ namespace Microsoft.DotNet.Cli
["publish"] = PublishCommand.Run,
["remove"] = RemoveCommand.Run,
["restore"] = RestoreCommand.Run,
["restore-projectjson"] = RestoreProjectJsonCommand.Run,
["run"] = RunCommand.Run,
["sln"] = SlnCommand.Run,
["test"] = TestCommand.Run,