简体   繁体   English

Visual Studio Community 2015添加了对项目的引用

[英]Visual Studio Community 2015 adding a reference to project

I have a project that requires a System.Web.Helpers.dll Version=3.0.0.0 . 我有一个需要System.Web.Helpers.dll Version=3.0.0.0 But when I click in the solution explorer Add reference and start search for System.Web.Helpers there are two versions on this library. 但是,当我在解决方案资源管理器中单击“ Add reference并开始搜索System.Web.Helpers ,此库上有两个版本。

  • Version=1.0.0.0 版本= 1.0.0.0
  • Version=2.0.0.0 版本= 2.0.0.0

But where is 3.0.0.0 . 但是哪里是3.0.0.0 If I open the windows explorer and search for this version I found this library in different locations with 3.0.0.0 version. 如果我打开Windows资源管理器并搜索该版本, 则会3.0.0.0版本的其他位置找到该库。 Why Visual Studio can't find this version? 为什么Visual Studio找不到此版本?

(I don't want to use browse button) Already tried to change targeting .NET version of the project from 4.5 to 4.5.2, to 4.6, to 4.6.1 - same. (我不想使用浏览按钮)已经尝试将目标.NET版本的项目从4.5更改为4.5.2,从4.6更改为4.6.1-相同。

This is shipped as a nuget package . 这是作为nuget 软件包提供的 Add it to your project using the nuget package manager. 使用nuget软件包管理器将其添加到您的项目中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM