修改NuGet packages目录路径

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

<?xml version="1.0" encoding="utf-8"?>
<settings>
  <repositoryPath>..\..\..\Dependencies\packages</repositoryPath>
</settings>
posted @ 2015-06-11 13:25  ChrisHuang  阅读(2795)  评论(0编辑  收藏  举报