Browse Source

Merge pull request #7387 from abpframework/auto-merge/rel-4-2/115

Merge branch dev with rel-4.2
pull/7414/head
maliming 6 years ago
committed by GitHub
parent
commit
9b98cae0c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/ModuleInfo.cs

4
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Building/ModuleInfo.cs

@ -21,5 +21,7 @@
public bool AngularUi { get; set; } public bool AngularUi { get; set; }
public bool MvcUi { get; set; } public bool MvcUi { get; set; }
public bool BlazorUi { get; set; }
} }
} }

Loading…
Cancel
Save