Importing nupkg

Hi,
I cannot find any tutorial on how to import nupkg file into the project.
Could you please help me?

Thank you,
Robert

@r.ozog

Place the nupkg in a folder x…

Then go to manage packages and click on settings…there provide the folder path where the nupkg is placed and give a name and click on add…

Then the particular folder will be added as a package source…

Now click on the name that you see on left side and then you shpuld be able to see the nupkg present inside it…

Then you can click on install and the pckage hgets added

Hope this helps

Cheers

Hi,
Thank you for your reply.
I did all up to:
Then you can click on install - where, what should I install?

@r.ozog

Can you confirm youa dded the folder or you added the file directly?

And can you please remove the filters

And one thing that you can confirm is that do you know if the nupkg is compatible with windows or windows legacy?

If it is windows legacy then the project you create also should have the same compatibilty…which can be selected when creating a new project

Cheers

1 Like

I found the install button, but it looks like packages from the marketplace are not usable.

@r.ozog

What it says is that the package is compatible only with windows-legacy…

So if you want to use it…then create a new project and select windows-legacy then you can use this package

image

Currently I believe your package is selected under windows compatibility

Cheers

1 Like

Thank you @Anil_G for helping me to save a day :slightly_smiling_face:
It is working for me

1 Like