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

前端 未结 4 594
我在风中等你
我在风中等你 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:30

    You can check out a question I asked to see if the answers do you any good.

    How do I include NuGet packages in my solution for .Net Core projects?

    You can get that packages folder back, but you might not be happy with the results, since .Net Core projects rely on so many NuGet packages. Mine is hovering around 1 GB.

    https://docs.microsoft.com/en-us/nuget/schema/nuget-config-file#config-section

提交回复
热议问题