remove resgen as a top level command
This commit is contained in:
parent
00be1e5c16
commit
c8617c97e8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue