在*.sln文件同目录下新建配置文件nuget.config,内容为

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <config>
    <add key="repositorypath" value="..\packages\" />
  </config>
</configuration>

https://www.cnblogs.com/chrishwang/p/change-nuget-packages-directory-path.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-12-15
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-02
  • 2022-12-23
  • 2021-12-31
  • 2021-06-20
  • 2022-12-23
相关资源
相似解决方案