Skip to content
This repository was archived by the owner on Jan 28, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 1.32 KB

File metadata and controls

26 lines (19 loc) · 1.32 KB

ConsoleAppPlus

This project is used as the basis for a Visual Studio project template. To create the template, open the solution with Visual Studio (2022). Then click on the "Project" menu and choose "Export Template..."!

Possible description: "Console App with additional functionality (Dependency Injection, appsettings.json)."

After the export, you could manually insert the following tags into the file "MyTemplate.vstemplate".

<TemplateData>
    <LanguageTag>csharp</LanguageTag>
    <PlatformTag>windows</PlatformTag>
    <PlatformTag>linux</PlatformTag>
    <PlatformTag>macos</PlatformTag>
    <ProjectTypeTag>console</ProjectTypeTag>
</TemplateData>

For more information, please see my related blog post!

Additional resources: