Consider app.config remapping of assembly with no app.config mapping

前端 未结 4 1025
感动是毒
感动是毒 2020-12-15 15:46

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

4条回答
  •  执念已碎
    2020-12-15 16:24

    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

提交回复
热议问题