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

pbru87/ConsoleAppPlus-BlogPostExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages