Hello community,
When deploying a project from Azure to Orchestrator, I get the following error:
The project currently contains references to more than one version of System.Private.CoreLib (net6 and net8).
The last modification I made was adding an Extract Document Data activity from the Document Understanding package.
My question is:
- How can I check in UiPath Studio if my dependencies are mixing libraries from .NET 6 and .NET 8?
- Is there a way to identify which package is bringing references to net8 and which one is still on net6?
I would appreciate any guidance or best practices to keep dependencies aligned.

