What do Yellow Warning Triangles mean on Dependencies in Visual Studio 2017?

后端 未结 15 1209
猫巷女王i
猫巷女王i 2020-12-04 20:24

I have just converted my PCL library to a new .Net Standard library and I have some Yellow Warning triangles on my Dependencies shown below:

During the conv

15条回答
  •  攒了一身酷
    2020-12-04 21:23

    I faced this error when I clone the project. the main reason was the Nuget packages couldn't restore and I find a solution by making nuget.org only active resource.

    Make sure you select Nuget.org as only active resource.

    Hope it helps

提交回复
热议问题