diff --git a/src/dotnet/Program.cs b/src/dotnet/Program.cs index b858fc955..0f4e67d45 100644 --- a/src/dotnet/Program.cs +++ b/src/dotnet/Program.cs @@ -112,7 +112,6 @@ namespace Microsoft.DotNet.Cli ["publish"] = PublishCommand.Run, ["repl"] = ReplCommand.Run, ["restore"] = RestoreCommand.Run, - ["resgen"] = ResgenCommand.Run, ["run"] = RunCommand.Run, ["test"] = TestCommand.Run };