17 lines
386 B
XML
17 lines
386 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
NuGet configuration.
|
|
|
|
Normally, NuGet would store any third-party packages locally in the projects
|
|
and name the directory containing them 'packages'.
|
|
|
|
This renames the 'packages' directory to 'third-party'
|
|
-->
|
|
<configuration>
|
|
<config>
|
|
<add key="repositoryPath" value="./third-party" />
|
|
</config>
|
|
</configuration>
|
|
|