2018-10-24 02:32:41 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<config>
|
|
|
|
<add key="repositoryPath" value=".\packages" />
|
|
|
|
</config>
|
|
|
|
<packageRestore>
|
|
|
|
<add key="enabled" value="true" />
|
|
|
|
<add key="automatic" value="true" />
|
|
|
|
</packageRestore>
|
|
|
|
<activePackageSource>
|
|
|
|
<add key="All" value="(Aggregate source)" />
|
|
|
|
</activePackageSource>
|
|
|
|
<packageSources>
|
|
|
|
<clear />
|
|
|
|
<add key="CBT" value="https://www.myget.org/F/cbt/api/v3/index.json" />
|
2019-04-19 02:44:49 +03:00
|
|
|
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
|
2018-10-24 02:32:41 +03:00
|
|
|
</packageSources>
|
2019-04-19 02:44:49 +03:00
|
|
|
</configuration>
|