Fix nuget.config to pull from offical Nuget.org feed

This commit is contained in:
Karl Burtram
2016-09-01 09:59:02 -07:00
parent 547c050a1c
commit e003bb3023

View File

@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration >
<packageSources>
<add key="https://www.nuget.org/api/v2/" value="https://www.nuget.org/api/v2/" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>