0

Visual Studio 2017 (15.9.2) on Windows using .NET Standard 2.0.3 project.

The Dependencies node shows an exclamation because the NuGet base node is showing Exclamation in VS but none of the NuGet packages are showing an exclamation!

Do you know how to sort this out? I have just created this project from scratch while converting from PCL.

N.B. The project compiles as expected, this is a cosmetic problem.

NuGet packages node with exclamation

Wai Ha Lee
  • 8,598
  • 83
  • 57
  • 92
Adam
  • 3,872
  • 6
  • 36
  • 66

1 Answers1

0

While the reason for the exclamation was not showing in the solution panel. The error was in the "Output" window in Visual Studio. In my specific case, one of the referenced NuGets was not compatible with .NET Standards 2, but the NuGet itself did not show any warning in the solution explorer, however, if you've expanded it you will see a warning.

Adam
  • 3,872
  • 6
  • 36
  • 66