System.Configuration App.config file with .Net 8.0
I have an old library that used .NetFramework 4.7.2. It uses System.Configuration and App.config file. I migrated the library to target framework of netstandard2.0. My unit tests, I migrated to .Net 8.0. Now, the test acts as if the App.config does not exist. My App.config file is as follows: