I tried the below steps and it did not work:
-From nugget pkg → Rt click → Compress To → 7z → Rt click → Extract All
Its redirecting me back to nugget package.
Please do like shown below, if open 7-Zip doesn’t appear right away after RT click, then click on Show more options in that right menu(it will be at the bottom of that right menu). Then 7-Zip option like shown below will appear. from there, you can do either of the extract options though Extract To is preferrable as it will extract in the same folder name as your package.
When a project is published to Orchestrator, all the installed dependencies in the project are converted to runtime dependencies. So, when you download the NuGet package and extract the ZIP, you’ll see runtime dependencies instead of the regular ones. To view all the activities, you’ll need to reinstall the standard dependencies.
Why are dependencies converted to runtime packages after publishing?
This is designed by UiPath to save storage space by reducing the size of dependencies in the package.
How can you retain the same dependencies without converting them to runtime?
Open the Project Panel in UiPath Studio.
Go to Project Settings.
Set the Separate Runtime Dependencies option to No.
By disabling this option, the published project will retain the original dependencies. When you download the NuGet package, the same activities will be displayed, and the design-time dependencies will remain intact.