panoramicdata / ServiceNow.Api

ServiceNow REST API nuget package
MIT License
21 stars 18 forks source link

A circular dependency was detected. (NuGet Error NU1108) #17

Open thedavegray opened 1 year ago

thedavegray commented 1 year ago

Hello Created a new .NET 7.0 Console application and trying to add the Nuget ServiceNow.API but I am getting this error

Severity Code Description Project File Line Suppression State Error NU1108 Cycle detected. ServiceNow.Api -> ServiceNow.Api (>= 1.2.36). ServiceNow.Api

I have tried with with 3 older versions of the package, same result.

My project file includes the line <LangVersion>latest</LangVersion> as directed by the docs.

Can you please advise what is wrong?

Thanks