14 lines
581 B
XML
14 lines
581 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<configuration>
|
||
|
|
<packageSources>
|
||
|
|
<clear />
|
||
|
|
<!-- Soroush Nexus mirror (primary) + Liara mirror (fallback) — nuget.org is filtered. -->
|
||
|
|
<add key="nexus" value="https://mirror.soroushasadi.com/repository/nuget-group/index.json" protocolVersion="3" />
|
||
|
|
<add key="liara" value="https://package-mirror.liara.ir/repository/nuget/index.json" protocolVersion="3" />
|
||
|
|
</packageSources>
|
||
|
|
<config>
|
||
|
|
<add key="http_retry_count" value="6" />
|
||
|
|
<add key="http_retry_delay_milliseconds" value="1000" />
|
||
|
|
</config>
|
||
|
|
</configuration>
|