hytos / ID2.Manager / Nuget.config @ d8b09f9f
이력 | 보기 | 이력해설 | 다운로드 (1.31 KB)
1 | b9a7af31 | yoush97 | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <!--change--> |
||
3 | <configuration> |
||
4 | b23b52af | taeseongkim | <disabledPackageSources> |
5 | <add key="Offline Packages" value="true" /> |
||
6 | </disabledPackageSources> |
||
7 | b9a7af31 | yoush97 | <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 | 32b2f84d | humkyung | <!--<add key="Offline Packages" value="$\..\nugets\" />--> |
15 | b9a7af31 | yoush97 | </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 | fba59659 | taeseongkim | <fallbackPackageFolders> |
30 | 9ee4e505 | humkyung | <!--<add key="Offline Packages" value="$\..\nugets\"/>--> |
31 | fba59659 | taeseongkim | </fallbackPackageFolders> |
32 | b9a7af31 | yoush97 | </configuration> |