3e0f1be661
[fixed] #176
18 lines
728 B
XML
18 lines
728 B
XML
<?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" />
|
|
<add key="appveyor feed" value="https://ci.appveyor.com/nuget/flurl" />
|
|
</packageSources>
|
|
<packageRestore>
|
|
<!--Allow NuGet to download missing packages -->
|
|
<add key="enabled" value="True" />
|
|
<!-- Automatically check for missing packages during build in Visual Studio -->
|
|
<add key="automatic" value="True" />
|
|
</packageRestore>
|
|
<disabledPackageSources>
|
|
<add key="Microsoft and .NET" value="true" />
|
|
</disabledPackageSources>
|
|
</configuration> |