I am using Visual Studio 2017 and am trying to create a .Net Standard 1.5 library and use it in a .Net 4.6.2 nUnit test project.
I am getting the following error...
I fixed it by deleting my app.config with
app.config
entries.
app.config was automatically added (but not needed) during refactoring