NU1108 error when installing NuGet package in my VS project
Hi,
I get an NU1108 - Cycle Detected error, when trying to install the NuGet package in my VS project.
This is no matter which of the 6-versions I try.
(haven't tried any of the 5-versions)
I have tried to install WinSCP, and reference it manually.
Works fine locally.
But after deployment to Azure Func, I get an error abt. missing assembly System.Threading.AccessControl.
I see from other posts, that I need to reference "the .NET standard build".
But I see only 1 dll in my program-folder, and that is the one I reference.
Hope you can help me out here.
TIA
// Alexander
I get an NU1108 - Cycle Detected error, when trying to install the NuGet package in my VS project.
This is no matter which of the 6-versions I try.
(haven't tried any of the 5-versions)
I have tried to install WinSCP, and reference it manually.
Works fine locally.
But after deployment to Azure Func, I get an error abt. missing assembly System.Threading.AccessControl.
I see from other posts, that I need to reference "the .NET standard build".
But I see only 1 dll in my program-folder, and that is the one I reference.
Hope you can help me out here.
TIA
// Alexander