Is it possible to change the location of packages for NuGet?

前端 未结 15 1932
误落风尘
误落风尘 2020-11-22 17:11

I have the following convention for most of my projects:

/src
    /Solution.sln
    /SolutionFolder
        /Project1
        /Project2
        /etc..
/lib
          


        
15条回答
  •  独厮守ぢ
    2020-11-22 17:20

    A solution for Nuget 3.2 on Visual Studio 2015 is:

    
    
        
            
        
    
    

    Using forward slash for parent folder. Save above file (nuget.config) in solution folder.

    Reference is available here

提交回复
热议问题