Where to store external DLL files?

前端 未结 8 1781
挽巷
挽巷 2020-12-23 13:26

In my project I\'m using some third-party libraries. I include them using the references folder in Visual Studio.

But where should I save the DLL files? They are ref

8条回答
  •  半阙折子戏
    2020-12-23 14:10

    Take a look at NuGet (package manager for Visual Studio)...

    NuGet is a Visual Studio extension that makes it easy to install and update open source libraries and tools in Visual Studio.

    Then read this NuGet doc to get the crème de la crème:

    Using NuGet without committing packages to source control

提交回复
热议问题