Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我在使用 NuGet 包之前已经这样做了。出于某种原因,当我尝试安装它时,我不断收到此错误。也许我需要一个较早版本的 NuGet 包,但我似乎在任何地方都找不到。如果版本是问题,有谁知道从哪里可以得到一个可以与 .net 3.5 一起使用的版本。
我敢肯定,从我的问题中你可以看出我不是一个训练有素的程序员,所以请告诉我我是否完全错了。
确保路径指向nuget.exe所在的文件夹,然后打开命令提示符并键入
nuget.exe
c:\temp\> nuget install morelinq -version 2.9.0
在c:\temp目录中,您将获得一个目录morelinq.2.9.0\lib。您将看到 net35、net40、netstandard1.0、netstandard2.0 的文件夹
c:\temp
morelinq.2.9.0\lib