NuGet Package Shows Yellow Exclamation Mark

I just installed the package through NuGet, but it shows a yellow exclamation mark icon in my solution explorer, see screenshot below.

Why is this happening and how can I solve it?

enter image description here

+11
source share
2 answers

In my case, I had to manually update targetFramework in packages.config, which was referred to the "problem" nuget.

My steps:

  1. I checked the path where NuGet is installed
  2. I was looking for the config where NuGet is referenced in the solution
  3. targetFramework / NuGet
    my screenshot
+1

Visual Studio . . , , .

0

Source: https://habr.com/ru/post/1016527/


All Articles