foundation-package/nuget.config

17 lines
386 B
Plaintext
Raw Permalink Normal View History

<?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>