nuget重新安装时多个dll引用失败

时间:2017-08-29 12:58:19

标签: c# nuget visual-studio-2017 .net-standard-2.0

当我为我的项目重新安装nuget时,我得到了多个The referenced component <packagename> cannot be found。没有构建错误,我必须手动删除项目中的错误引用,以解决这个“烦恼”问题。有谁知道我为什么会这样? (见截图)。

我正在使用Visual Studio 2017和.NET 4.6.1并安装了netstandard2.0。项目类型是类库,如果我查看bin文件夹,似乎每个错误引用都有一个额外的xml文件。

enter image description here

1 个答案:

答案 0 :(得分:0)

这似乎是VS2017和netstandard2.0的已知问题的一部分。在找到这个github发行说明页面并安装此软件包之后,它解决了我的问题。 NETStandard.Library.NETFramework,链接到nuget - https://www.nuget.org/packages/NETStandard.Library.NETFramework/

https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.0-preview2-known-issues.md#netstandard-20-and-the-net-framework