Detected package downgrade warning (dotnet core, vs 2017)

后端 未结 19 1740
梦如初夏
梦如初夏 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:24

    I was able to get rid of these warnings in my project by removing the element from the csproj file.

    There's some information in this article about implicit metapackages, which seems to be the root cause of this problem.

    You might also need to update some dependencies. For example, I had to upgrade BenchmarkDotNet from 0.10.1 to 0.10.3 to get rid of a few warnings like the ones you're seeing.

提交回复
热议问题