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

前端 未结 4 1026
感动是毒
感动是毒 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

    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.

提交回复
热议问题