When trying to install a NuGet package I'm getting the following error:
'Restoring packages for C:\current projects\ironPdf\ironPdf\ironPdf.csproj...
NU1108: Cycle detected.
ironPdf -> IronPdf (>= 2026.9.2).
Package restore failed. Rolling back package changes for 'IronPdf'.
Time Elapsed: 00:00:00.1031901'
Within the package manager it says that package source mapping is off. When I add 'System.*' in the source mapping it gives me new errors when trying to install the NuGet package. I'm very confused especially since I don't recall ever having this type of problem when installing a NuGet. Since I am simply trying to split some pdf pages within my math text while avoiding having to subscribe to a $50/mo web service a fast reply to this issue would be appreciated.
Taking day off to rest
Aron Clark MFC
aron clarkPosted Sep 14, 2026, 8:33 PM
Hmm I suppose it could be because the project namespace is the same as the NuGet..