Fixed method not found errors

This commit is contained in:
Master Kwoth 2017-10-21 20:58:33 +02:00
parent ba28132a97
commit e23d4902c4
2 changed files with 4 additions and 11 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="ImageSharp" value="https://www.myget.org/F/imagesharp/api/v3/index.json" />
<add key="Kwoth" value="https://www.myget.org/F/kwoth/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="Kwoth-myget" value="https://www.myget.org/F/kwoth/api/v3/index.json" />
<add key="Discord.Net" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
</packageSources>
</configuration>
</configuration>

View File

@ -1,8 +0,0 @@
<?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="Kwoth-myget" value="https://www.myget.org/F/kwoth/api/v3/index.json" />
<add key="Discord.Net" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
</packageSources>
</configuration>