I am working an asp.net core 3.1 web project and now I am including some other classes from another .Net framework project.
The issue is that those classes in the other .Net framework project depends on many configuration lines stored in an App.config file, and I find it hard to put all those configurations somehow within the App.settings file.
Is there anyway to include App.config besides App.settings to a web application