Build WILL work now

This commit is contained in:
Kwoth 2016-10-22 19:02:58 +02:00
parent 25b221dea5
commit c5d641c5da
2 changed files with 1 additions and 13 deletions

@ -1 +1 @@
Subproject commit bc1c211ff905387e934f2533696116b224f01f0f Subproject commit 210c97af92fa848f1dd636f0ad466963f9156298

View File

@ -1,18 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<configuration> <configuration>
<packageSources> <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" /> <add key="Image Processor" value="https://www.myget.org/F/imageprocessor/api/v3/index.json" />
</packageSources> </packageSources>
<disabledPackageSources>
<add key="Microsoft and .NET" value="true" />
</disabledPackageSources>
<packageRestore>
<add key="enabled" value="True" />
<add key="automatic" value="True" />
</packageRestore>
<bindingRedirects>
<add key="skip" value="False" />
</bindingRedirects>
</configuration> </configuration>