How to include nuget packages in a project to make the project portable
问题 According to this, I decided to use nuget in the project. I would like to make it "portable" - add the used packages in the git repository and requiering no internet connection on the server side. What is the way to do it? 回答1: You should add path to the local copy of the repository, your NuGet location to the Options -> NuGet Package Manager -> Package Sources and install the NuGet from this location instead of installing it from the server or anywhere else. Having the location of your NuGet