2014-10-18 00:00:26 +13:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<packageSources>
|
2015-08-02 23:56:26 +12:00
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
2014-12-22 22:11:22 +00:00
|
|
|
<clear />
|
2016-05-14 13:43:43 +12:00
|
|
|
<add key="NuGet.org (v3)" value="https://api.nuget.org/v3/index.json" />
|
2014-10-18 00:00:26 +13:00
|
|
|
</packageSources>
|
2015-08-22 19:08:40 +12:00
|
|
|
</configuration>
|