for a c# project. How can I use those packages in a new project.
Must I install again or shouldn't they be available locally?
Any help please?
U can download the .nupkg file of the package and use it in any project https://stackoverflow.com/questions/10240029/how-do-i-install-a-nuget-package-nupkg-file-locally
Depends on where you stored them, if you saved the nugets in a global folder then there's no need to download em again, unless you want to use another version, otherwise you need to download the packages every time
Обсуждают сегодня