-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNuGet.config
More file actions
21 lines (21 loc) · 714 Bytes
/
NuGet.config
File metadata and controls
21 lines (21 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="local-packages" value="local-packages" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="local-packages">
<package pattern="MarkdownServer" />
<package pattern="SharpNinja.McpServer.Repl" />
</packageSource>
</packageSourceMapping>
<config>
<add key="http-request-timeout" value="600000" />
<add key="maxHttpRequestsPerSource" value="16" />
</config>
</configuration>