UiPath Create Library with Visual Studio

Create new project

Select Class Library (.NET Framework) must .net framework only

Code

Create package.nuspec

Edit Detail

<files>   
  <file src="bin\Release\{YourDll.dll}" target="lib"></file>
</files>

Build

nuget pack .\package.nuspec

PowerSheell

Result