-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathnuget.config
More file actions
19 lines (18 loc) · 689 Bytes
/
nuget.config
File metadata and controls
19 lines (18 loc) · 689 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
<!--<add key="myget" value="https://www.myget.org/F/protobuf-net/api/v3/index.json" />-->
<!--<add key="local" value="c:\Code\NuGet" />-->
</packageSources>
<packageSourceMapping>
<!-- this is useful for testing UsageBenchmark etc -->
<!--<packageSource key="local">
<package pattern="Dapper.AOT" />
</packageSource>-->
<packageSource key="nuget">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
</configuration>