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