How can I determine where to fix this reference without adding a binding to the app.config?
Consider app.config remapping of assembly \"System.Runtime.Serializ
The real problem is that the References in the .csproj file are not updated when doing a nuget update, hence the warning to override these in the app.config. If you update the .csproj, all warnings go away.