How to open nuget package in UiPath studio

I downloaded the nugget package from orchestrator. I need to open that nugget package in UiPath studio.

Hi @BNK

Follow the below steps from .nupkg package to open in UiPath Studio
→ Rename the Extension of the .nupkg package File from .nupkg to .zip
→ Extract the Zip file.
→ You can see the Xaml and Project files with in the content folder of the Extracted folder.

Hope it helps!!

1 Like

@BNK

Go to manage Packages in Project


Click setting
Give package name and source of your nuget package

1 Like