1
It depends. If you open your Lista de Erros
should have a Warning that explains why these references are yellow. But it may be due to one of the following reasons:
- The package may have application platform compatibility issues (For example, this warnings are common if Voce refers to framework packages 4.6. * in . net core)
- The package is not compatible (or may have compatibility problems) with the version of the . net framework Voce is using. Example Voce was using a 4.6. version package. * and changed the version of its project to 4.5
- The package is correctly referenced but Msbuild could not find it in the specified place (removing the reference and installing the package again can help)
Already tried to re-install?
– Francisco
So I just wanted to know what the triangle means, if it’s something new or if you’ve changed the image of references with problems, you know. Just so you know.
– pnet