Hi all,
I am following this documentation https://docs.uipath.com/developer/other/latest/developer-guide/migrating-activities-to-net to convert custom activities to .net 6
But i am getting the reference issue
May i know how to resolve this ?
Hi all,
I am following this documentation https://docs.uipath.com/developer/other/latest/developer-guide/migrating-activities-to-net to convert custom activities to .net 6
But i am getting the reference issue
May i know how to resolve this ?
Can you please provide more info like what steps you have done and after which step you are getting this…
As it looks like its still in the olf frame only
Cheers
Hi @Anil_G
I have followed the steps present in https://docs.uipath.com/developer/other/latest/developer-guide/migrating-activities-to-net
So once i have updated csproj file and reloaded the project, i could see the issue with references, but i could not add references as well
give us more details on that.
Was Step 6
Add a new reference section with conditions for net6.0-windows. You must declare the following WWF dependencies for .NET: UiPath.Workflow.Runtime, UiPath.Workflow, System.Activities.Core.Presentation, System.Activities.Metadata. Make sure all your dependencies support .NET. You might need to find newer package versions or replacement packages.
And Step 7
done and successfully?