markus / Nuget.config @ 23d0d512
이력 | 보기 | 이력해설 | 다운로드 (909 Bytes)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<configuration> |
3 |
<packageSources> |
4 |
<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
5 |
<clear /> |
6 |
<add key="Doftech Baget" value="http://192.168.0.67:9099/v3/index.json"/> |
7 |
<add key="nuget.telerik.com" value="https://nuget.telerik.com/nuget"/> |
8 |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/> |
9 |
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" /> |
10 |
</packageSources> |
11 |
<packageRestore> |
12 |
<add key="enabled" value="True" /> |
13 |
<add key="automatic" value="True" /> |
14 |
</packageRestore> |
15 |
<bindingRedirects> |
16 |
<add key="skip" value="False" /> |
17 |
</bindingRedirects> |
18 |
<disabledPackageSources> |
19 |
<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
20 |
<clear /> |
21 |
</disabledPackageSources> |
22 |
</configuration> |