Migration of UiPath custom activities to .net 6 , facing issues

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

image

May i know how to resolve this ?

@ppr @StefanSchnell

@Yoichi
@Anil_G

Kindly help on this issue

@NNR

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

@Anil_G

i am little confused on how i should update references as mentioned in below screenshot

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?