How to resolve .NET Core package version conflicts

后端 未结 2 1220
自闭症患者
自闭症患者 2021-02-05 07:50

I am migrating from a .NET MVC 5 Web Application to a .NET Core 2.2 Web API project along with five .NET Standard 2.0 projects all housed under one solution.

I am now r

2条回答
  •  梦谈多话
    2021-02-05 08:20

    Binding redirect (bindingRedirect ) for every assembly you can do it manually in config or there is an option in Project file properties. Check it then upgrade.

提交回复
热议问题