개정판 6a19b48d
issue #00000 페이지 이미지 download 로직 수정
Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082
Nuget.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
2 | 2 |
<configuration> |
3 | 3 |
<packageSources> |
4 | 4 |
<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
5 | 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"/> |
|
6 |
<add key="Doftech Baget" value="http://192.168.0.67:9099/v3/index.json" /> |
|
7 |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
|
9 | 8 |
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" /> |
10 | 9 |
</packageSources> |
11 | 10 |
<packageRestore> |
... | ... | |
15 | 14 |
<bindingRedirects> |
16 | 15 |
<add key="skip" value="False" /> |
17 | 16 |
</bindingRedirects> |
18 |
<disabledPackageSources> |
|
19 |
<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
|
20 |
<clear /> |
|
21 |
</disabledPackageSources> |
|
22 | 17 |
</configuration> |
내보내기 Unified diff