Should .nuget folder be added to version control?

后端 未结 7 1887
臣服心动
臣服心动 2020-12-12 16:06

With newer versions of NuGet it is possible to configure a project to automatically restore NuGet packages so that the packages folder doesn\'t need to be inclu

7条回答
  •  無奈伤痛
    2020-12-12 16:37

    We have the nuget.config file in the folder, as it has the references to our internal Nuget server, using the Package Sources area: https://docs.nuget.org/consume/nuget-config-settings

    Apart from this reason, you should let Visual Studio handle the downloading of packages.

提交回复
热议问题