Why isn't there any packages folder in my .NET Core solution's containing folder?

前端 未结 4 603
我在风中等你
我在风中等你 2021-02-02 04:59

Are packages now cached in a more shared location somewhere or what?

My solution folder is devoid of any packages folder:

4条回答
  •  情话喂你
    2021-02-02 05:40

    Per project: References->Nuget dictates what packages are referenced and restored. But, as Eastrall mentioned, the packages folder is now global and located in your user folder: C:\Users\[YourUsername]\.nuget\packages

提交回复
热议问题