公告
财富商城
积分规则
提问
发文
2019-06-15 06:58发布
ゆ 、 Hurt°
I just installed a package through NuGet, but it shows a yellow exclamation mark icon in my Solution Explorer, see screenshot below.
Why does this happen, and how can I resolve it?
Many times it is just that Visual Studio is out of sync. Closing the solution and re-opening will magically fix these errors in many cases. It's easy enough that it should be one of the first things you try.
In my case I had to manually update targetFramework in packages.config where "problematic" nuget was referenced.
My steps:
最多设置5个标签!
Many times it is just that Visual Studio is out of sync. Closing the solution and re-opening will magically fix these errors in many cases. It's easy enough that it should be one of the first things you try.
In my case I had to manually update targetFramework in packages.config where "problematic" nuget was referenced.
My steps: