-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.Config
25 lines (24 loc) · 874 Bytes
/
NuGet.Config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://nuget.cdn.azure.cn/v3/index.json" protocolVersion="3"/>
<!-- <add key="center" value="https://www.nuget.org/" protocolVersion="3" /> -->
<add key="local" value="C:\Users\ren\.nuget\packages"/>
</packageSources>
<packageRestore>
<add key="enabled" value="True"/>
<add key="automatic" value="True"/>
</packageRestore>
<bindingRedirects>
<add key="skip" value="False"/>
</bindingRedirects>
<packageManagement>
<add key="format" value="0"/>
<add key="disabled" value="False"/>
</packageManagement>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*"/>
</packageSource>
</packageSourceMapping>
</configuration>