15 lines
488 B
XML
15 lines
488 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<packageSources>
|
|
<clear/>
|
|
<add key="NuGet" value="http://www.nuget.org/api/v2/" />
|
|
</packageSources>
|
|
<disabledPackageSources />
|
|
<activePackageSource>
|
|
<add key="All" value="(Aggregate source)" />
|
|
</activePackageSource>
|
|
<config>
|
|
<add key="repositoryPath" value="./Packages" />
|
|
<add key="DefaultPushSource" value="http://www.nuget.org/api/v2/" />
|
|
</config>
|
|
</configuration> |