Api/NuGet.config

28 lines
813 B
Plaintext
Raw Permalink Normal View History

2023-10-18 17:19:56 +03:30
<?xml version="1.0" encoding="utf-8"?>
2023-09-08 12:25:21 +03:30
<configuration>
<config>
2023-10-18 17:19:56 +03:30
<add key='maxHttpRequestsPerSource' value='10' />
2023-09-08 12:25:21 +03:30
</config>
<packageSources>
<clear />
2023-10-18 17:19:56 +03:30
<add key="VnfRepos" value="https://packages.vnfco.ir/repository/nuget-group/index.json" />
<!-- <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> -->
2023-09-08 12:25:21 +03:30
</packageSources>
2023-10-18 17:19:56 +03:30
<packageSourceCredentials>
<VnfRepos>
<add key="Username" value="runner" />
<add key="ClearTextPassword" value="22102210aA" />
</VnfRepos>
</packageSourceCredentials>
2023-09-08 12:25:21 +03:30
</configuration>
<!-- <configuration>
<config>
<add key='maxHttpRequestsPerSource' value='10' />
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration> -->