hytos / ID2.Manager / Nuget.config @ b23b52af
이력 | 보기 | 이력해설 | 다운로드 (1.29 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<!--change--> |
3 |
<configuration> |
4 |
<disabledPackageSources> |
5 |
<add key="Offline Packages" value="true" /> |
6 |
</disabledPackageSources> |
7 |
<packageSources> |
8 |
<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
9 |
<clear /> |
10 |
<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" /> |
11 |
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
12 |
<add key="nuget.telerik.com" value="https://nuget.telerik.com/nuget" /> |
13 |
<add key="DOFTECH" value="http://192.168.0.67:9099/v3/index.json" /> |
14 |
<add key="Offline Packages" value="$\..\nugets\" /> |
15 |
</packageSources> |
16 |
<packageRestore> |
17 |
<add key="enabled" value="True" /> |
18 |
<add key="automatic" value="True" /> |
19 |
</packageRestore> |
20 |
<bindingRedirects> |
21 |
<add key="skip" value="False" /> |
22 |
</bindingRedirects> |
23 |
<packageSourceCredentials> |
24 |
<nuget.telerik.com> |
25 |
<add key="Username" value="api-key" /> |
26 |
<add key="ClearTextPassword" value="vSzJ/Xg9A0CSrDLal9hl3g==.Tbu2I65MmMsHuocRZp5+42PJUguzShlD5GgJ3rpn6tpZiK9Mptf+PpIHOpPn1mqXTRmeRpICMna0RZw6BHN2ow==" /> |
27 |
</nuget.telerik.com> |
28 |
</packageSourceCredentials> |
29 |
<fallbackPackageFolders> |
30 |
<add key="Offline Packages" value="$\..\nugets\"/> |
31 |
</fallbackPackageFolders> |
32 |
</configuration> |