Dependencies problem after migrating windows-legacy project to windows

Hello,

In my windows-legacy projects, I’m using several custom packages (my team made it) and external packages dependencies that I saved in a folder. After migrating to windows project, I cannot find my packages in same specified folder. Is there anything I can do to use my custom packages or do i have to do something to make my custom packages supports windows projects?

Versions:
UiPath Studio 2022.10.3
Enterprise License

Hi,

if your custom activites package is built for .net framwork 4.6.1, it’s necessary to migrate it to .net6. The following will help you.

Regards,