From 4feaf3f124ba0053425f9e942ba51ac025e68c7a Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Thu, 16 Feb 2017 01:01:32 -0800 Subject: [PATCH] Remove dotnet-restore-projectjson --- src/dotnet/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotnet/Program.cs b/src/dotnet/Program.cs index 34a00a128..12aaf631f 100644 --- a/src/dotnet/Program.cs +++ b/src/dotnet/Program.cs @@ -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,