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