Change NuGet package folders used by Visual Studio 2017

前端 未结 3 907
独厮守ぢ
独厮守ぢ 2020-12-04 18:04

There is no more packages solution folder in any csproj or project.json-based .NET Core project.

NuGet CLI gets the list of us

3条回答
  •  眼角桃花
    2020-12-04 18:27

    Copying the .nuget folder (c:\users{username}.nuget) from the development pc which has an internet connection and the updated packages, to the pc which doesn't have the internet connection also worked for me.

提交回复
热议问题