2016-05-26 02:36:44 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<solution>
|
|
|
|
<add key="disableSourceControlIntegration" value="true" />
|
|
|
|
</solution>
|
|
|
|
<packageSources>
|
|
|
|
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
|
|
|
|
<clear />
|
2016-05-28 16:08:05 +03:00
|
|
|
|
|
|
|
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
|
2016-05-26 02:36:44 +03:00
|
|
|
</packageSources>
|
|
|
|
</configuration>
|