简体   繁体   English

如何使用.net 3.5为解决方案安装MoreLinq命名空间?

[英]How do I get the MoreLinq namespace installed for a solution using .net 3.5?

I know I have done this before using a NuGet package. 我知道我在使用NuGet软件包之前已经完成了此操作。 For some reason I keep getting this error when I try to install it. 由于某些原因,当我尝试安装它时,我总是收到此错误。 Maybe I need an earlier version of the NuGet package, but I can't seem to find one anywhere. 也许我需要一个较早版本的NuGet软件包,但是我似乎在任何地方都找不到。 If the version is the problem, does anyone know where to get one that will work with .net 3.5. 如果版本有问题,是否有人知道在哪里可以与.net 3.5一起使用。 在此处输入图片说明

I'm sure that from my question you can tell I'm not a trained programmer, so please tell me if I just have this all wrong. 我敢肯定,从我的问题中,您可以说出我不是一个受过训练的程序员,所以请告诉我我是否全部都错了。

Be sure the path is pointed to the folder where the nuget.exe resides then open up a Command Prompt and type 确保路径指向nuget.exe所在的文件夹,然后打开命令提示符并键入

c:\temp\> nuget install morelinq -version 2.9.0

Inside the c:\\temp directory you will get a directory morelinq.2.9.0\\lib . c:\\temp目录中,您将获得目录morelinq.2.9.0\\lib You will see a folder for net35, net40, netstandard1.0, netstandard2.0 您将看到net35,net40,netstandard1.0,netstandard2.0的文件夹

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

相关问题 即使解决方案中有相同名称的项目,如何从nuget获取软件包? - How do I get a package from nuget, even if a project with the same name is available in the solution? 如果ASP.NET 5项目/解决方案没有SLN文件,如何在Visual Studio 2015 Update 1中打开它? - If an ASP.NET 5 project/solution has no SLN file how do I open it in Visual Studio 2015 Update 1? 如何在解决方案中嵌入StyleCop? - How do I embed StyleCop in the solution? 如何在同一解决方案中从4.6.1项目引用多目标.NET Core类库? - How do I reference a multi-target .NET Core class library from a 4.6.1 project within the same solution? 如何在不手动附加进程的情况下调试针对.net 3.5的dll? - How do you debug a dll targeting .net 3.5 without Attaching to a process manually? c#.net 3.5程序甚至通过.net 4.x也要求.net - c# .net 3.5 program asking for .net even through .net 4.x already installed 我可以在Visual Studio 2015中使用.Net Framework 3.5打开项目吗? - Can I open a project using .Net framework 3.5 in Visual Studio 2015? 如何在Visual Studio 2015中禁用命名空间缩写? - How do I disable namespace abbreviation in Visual Studio 2015? 使用VS2015为.net 3.5程序生成.net 3.5 resources.dll - Build .net 3.5 resources.dll for a .net 3.5 program using VS2015 如何创建纯解决方案级NuGet包 - How do I create a pure solution-level NuGet package
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM