How to install nuget packages in windows framework

How to download nuget packages/marketplace components which were developed in Windows legacy framework in windows framework(22.10) as legacy is going to be depriciated?

@Divya_Salve

You cannot add windows legacy pckages to windows projects…either they have to be upgraded by the marketplace owners and then you should be able to add or you need to create a new windows library if you can for those activities

May be if you can give details on what package you want to upgrade may be we can suggest an alternative for them

Cheers

Hi @Divya_Salve

Most of the Custom Package is not applicable for Windows ?

Can you tell What you want to achieve?

Regards
Gokul

@Divya_Salve

We cant have most of the marketplace activities in windows , as that activities has been designed and has a run compatability Windows legacy.

Regards
Sudharsan

Thank you. So if windows support is being depreciated then all the market place components should have already been upgraded right?
I’m trying to use the market place components from UiPath for example - UiPathTeam.JSONUtilities.Activities or twofactor auth activities which were not showing up in windows project

@Divya_Salve

No, its not the case…few are upgraded and few are still yet to be upgraded…

If you want to parse or serialjson then instead you can try using UiPath.webapi.activities

Or for now sont use windows projects

Cheers

For now you can use Windows Legacy project @Divya_Salve

Regards
Gokul

But I have to use windows project , is there any alternative ?

@Divya_Salve

If you want to parse or serialjson then instead you can try using UiPath.webapi.activities

Cheers