Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 584 Bytes

Template project for .Net console demo applications with menu

Specifications

  • .Net version - .Net 6
  • Nugets referenced
    • DotNet.Helpers
    • easyconsolestd
    • Microsoft.Extensions.Hosting

Dependency injection

  • Supported. Refer the Program.cs file for more details
  • The options are injected as dependency to the [MenuService](/src/MenuService.cs then those are invoked based on selection.

Other interesting console templates