Files
hamkadr/nuget.config
T

14 lines
546 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<!-- Single source: Soroush Nexus mirror. No Liara fallback — NuGet probes every
listed source's index, so a dead fallback (500) aborts the whole restore. -->
<add key="nexus" value="https://mirror.soroushasadi.com/repository/nuget-group/index.json" protocolVersion="3" />
</packageSources>
<config>
<add key="http_retry_count" value="6" />
<add key="http_retry_delay_milliseconds" value="1000" />
</config>
</configuration>