2016-09-17 00:07:18 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
|
|
|
|
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
|
|
|
|
<add key="Image Processor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" />
|
|
|
|
</packageSources>
|
|
|
|
<disabledPackageSources>
|
2016-10-22 18:20:32 +00:00
|
|
|
<add key="Image Processor" value="true" />
|
2016-09-17 00:07:18 +00:00
|
|
|
</disabledPackageSources>
|
|
|
|
<packageRestore>
|
|
|
|
<add key="enabled" value="True" />
|
|
|
|
<add key="automatic" value="True" />
|
|
|
|
</packageRestore>
|
|
|
|
<bindingRedirects>
|
|
|
|
<add key="skip" value="False" />
|
|
|
|
</bindingRedirects>
|
|
|
|
</configuration>
|