Skip to content

Commit

Permalink
Fixed that the CreateConsoleAsync method doesn't generate a console app
Browse files Browse the repository at this point in the history
  • Loading branch information
gdlcf88 committed Mar 19, 2021
1 parent eb7b032 commit 146c0b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace EasyAbp.AbpHelper.Gui.AbpCli.New.Dtos
{
public class AbpNewConsoleInput : AbpNewInput
{
public override string Template { get; } = "module";
public override string Template { get; } = "console";

public AbpNewConsoleInput()
{
Expand Down

0 comments on commit 146c0b9

Please sign in to comment.