We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
<LangVersion>latest</LangVersion>
Can you please advise what is wrong?
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: