Detected package downgrade warning (dotnet core, vs 2017)

后端 未结 19 1485
梦如初夏
梦如初夏 2021-02-01 11:53

I have just updated all my nuget packages for my solution (dotnet core 1.1 project).

I am now getting the following warnings and I don\'t really know what they mean.

19条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-01 12:27

    Manually removing the nuget packages dependencies from the project and Install-Package for each of them fixed the problem in my case.

提交回复
热议问题