Detected package downgrade warning (dotnet core, vs 2017)

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

    In my case neither of those properties were set in my csproj files.

    I had to tell VS to update those packages via NuGet.

    The warnings appeared for me after resolving the warning for explicit reference to implicit dependency .NETCore.App after moving from 1.0 to 1.1.

    UPDATE 21/09/17

    This also seems to affect upgrades to 2.0, the resolution is the same. Update those packages manually with NuGet. Thanks to IbrarMumtaz for pointing this out!

提交回复
热议问题