NuGet.Config 246 字节
Newer Older
1 2 3 4 5
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <solution>
    <add key="disableSourceControlIntegration" value="true" />
  </solution>
6 7 8
  <config>
    <add key="repositoryPath" value="..\..\..\packages" />
  </config>
9
</configuration>