2016-04-20 03:42:24 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
|
|
<clear />
|
|
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2016-05-20 16:46:15 +03:00
|
|
|
<add key="flurl feed" value="https://www.myget.org/F/flurl/api/v3/index.json" />
|
2016-04-20 03:42:24 +03:00
|
|
|
</packageSources>
|
|
|
|
<disabledPackageSources>
|
|
|
|
<add key="Microsoft and .NET" value="true" />
|
|
|
|
</disabledPackageSources>
|
|
|
|
</configuration>
|