28 lines
807 B
XML
28 lines
807 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- <configuration>
|
|
<config>
|
|
<add key='maxHttpRequestsPerSource' value='10' />
|
|
</config>
|
|
<packageSources>
|
|
<clear />
|
|
<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" />
|
|
</packageSources>
|
|
|
|
<packageSourceCredentials>
|
|
<VnfRepos>
|
|
<add key="Username" value="runner" />
|
|
<add key="ClearTextPassword" value="22102210aA" />
|
|
</VnfRepos>
|
|
</packageSourceCredentials>
|
|
</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> |