我正在Debian Stable Linux上工作,并使用nuget
安装软件包。但是,有时我会收到错误消息,其中nuget无法找到dll
文件。例如:
$ nuget install Accord.Math
Attempting to resolve dependency 'Accord (≥ 3.8.0)'.
Installing 'Accord.Math 3.8.0'.
Could not find a part of the path "/tmp/nuget/sh5gjtik.wke/lib/netstandard2.0/Accord.Math.dll".
由于dll是Windows文件,所以我不明白为什么nuget在Linux上寻找它们。
还可以解决这个问题吗?