Trying older version of nuget api

This commit is contained in:
2020-09-03 13:39:36 +01:00
parent c19115f252
commit 6c25373d7f
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="nuget.org" value="https://www.nuget.org/api/v2" />
</packageSources>
</configuration>