Merge pull request #5731 from piotrpMSFT/piotrpmsft/cleanup/remove-dotnet-restore-projectjson

remove dotnet restore-projectjson
This commit is contained in:
Piotr Puszkiewicz 2017-02-16 10:17:50 -08:00 committed by GitHub
commit ede77f3d7a

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,