Add nuget.org as fallback source

This commit is contained in:
masoodafar-web
2026-01-29 03:41:21 +03:30
parent fb20fc59ef
commit 3e5fafaf2d
+3 -1
View File
@@ -2,8 +2,10 @@
<configuration> <configuration>
<packageSources> <packageSources>
<clear /> <clear />
<!-- Nexus as single source (proxies nuget.org + hosts FourSat packages) --> <!-- Nexus (hosts FourSat packages + caches nuget.org) -->
<add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" /> <add key="Nexus" value="http://194.5.195.53:32081/repository/nuget-all/index.json" allowInsecureConnections="true" />
<!-- nuget.org as fallback -->
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources> </packageSources>
<packageSourceCredentials> <packageSourceCredentials>
<Nexus> <Nexus>