Error downloading a package
Hi,
If I add the package EyeSoft.Core (version 1.4.0.0460) from Nuget I obtain the error "There are no usable .NET assemblies in package 'EyeSoft.Core'."
If I do it from Visual Studio it works.
Which is the problem?
Thanks,
Matteo
If I add the package EyeSoft.Core (version 1.4.0.0460) from Nuget I obtain the error "There are no usable .NET assemblies in package 'EyeSoft.Core'."
If I do it from Visual Studio it works.
Which is the problem?
Thanks,
Matteo
Comments
I write in the room Nuget of JabbR.
The problem with OxyPlot.Core is totally different - expect a fix in a day or two.
Packages normally have a subdirectory inside the .zip file called 'lib' inside of which are the DLLs.
The Eyesoft.Core package doesn't have a lib folder. Instead, the EyeSoft.Core.dll file is in the root, with the following name:
lib%5Cnet40%5CEyeSoft.Core.dll
VS is able to decode this into "lib\net45\EyeSoft.Core.dll", but NuGet.Core is unable to do the same.