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
I solved this by targeting a higher .Net Framework version. Switched from 4.7 to 4.7.2 and the warnings went away. The warnings started after I switched from EF6 to EF.Core