Files
hamkadr/nuget.config
T
soroush.asadi bd8d754ee8
CI/CD / CI · dotnet build (push) Successful in 9m26s
CI/CD / Deploy · hamkadr (push) Successful in 5m44s
NuGet: drop Liara from root nuget.config too (Nexus-only everywhere)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 21:17:34 +03:30

14 lines
546 B
XML

<?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>