2026-06-04 12:23:50 +03:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<configuration>
|
|
|
|
|
<packageSources>
|
|
|
|
|
<clear />
|
2026-06-08 21:17:34 +03:30
|
|
|
<!-- Single source: Soroush Nexus mirror. No Liara fallback — NuGet probes every
|
|
|
|
|
listed source's index, so a dead fallback (500) aborts the whole restore. -->
|
2026-06-04 12:23:50 +03:30
|
|
|
<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>
|