forked from realLiangshiwei/Lsw.Abp.AntDesignUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.Config
34 lines (34 loc) · 1.17 KB
/
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
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
<add key="ABP Commercial NuGet Source" value="https://nuget.abp.io/ce15e495-a960-4a83-8905-37e5b5bd0de5/v3/index.json" />
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\" />
<add key="locals" value=".\nuget" />
</packageSources>
<packageSourceMapping>
<packageSource key="nuget.org">
<package pattern="*" />
</packageSource>
<packageSource key="locals">
<package pattern="Lsw.*" />
</packageSource>
<packageSource key="ABP Commercial NuGet Source">
<package pattern="*" />
</packageSource>
<packageSource key="Microsoft Visual Studio Offline Packages">
<package pattern="*" />
</packageSource>
</packageSourceMapping>
<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>
</configuration>