1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Downgrade NuGet APIs to v2 for Travis

This commit is contained in:
SpoinkyNL 2018-04-07 15:25:37 +02:00
parent 15f46b8757
commit 62090bd419

View File

@ -1,7 +1,7 @@
<?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="RGB.NET MyGet" value="https://www.myget.org/F/rgb_net/api/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2" />
<add key="RGB.NET MyGet" value="https://www.myget.org/F/rgb_net/api/v2" />
</packageSources>
</configuration>