Avanade/Liquid-Application-Framework

Unecessary connection string in appsettings on template project

fructuoso opened this issue · 1 comments

When create a new project with template, appsettings has a connection string refer to DbContext, but I hasn't use Entity Framework in this project.
"ConnectionStrings": {
"PACKAGENAMEDbContext": ""
}

you're right, this section can be removed from appsettings file.