Api/NuGet.config

20 lines
533 B
Plaintext
Raw Normal View History

2023-09-08 12:25:21 +03:30
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
2023-09-15 12:37:02 +03:30
<add key="maxHttpRequestsPerSource" value="10" />
2023-09-08 12:25:21 +03:30
</config>
<packageSources>
<clear />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</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> -->