markus / ConvertService / ServiceBase / Nuget.config @ master
이력 | 보기 | 이력해설 | 다운로드 (1.19 KB)
1 | 6a19b48d | taeseongkim | <?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="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" /> |
||
7 | <add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> |
||
8 | <add key="Doftech Baget" value="http://192.168.0.67:9099/v3/index.json" /> |
||
9 | <add key="nuget.telerik.com" value="https://nuget.telerik.com/nuget" /> |
||
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 | <packageSourceCredentials> |
||
23 | <nuget.telerik.com> |
||
24 | 2b1f30fe | taeseongkim | <add key="Username" value="api-key" /> |
25 | <add key="ClearTextPassword" value="vSzJ/Xg9A0CSrDLal9hl3g==.Tbu2I65MmMsHuocRZp5+42PJUguzShlD5GgJ3rpn6tpZiK9Mptf+PpIHOpPn1mqXTRmeRpICMna0RZw6BHN2ow==" /> |
||
26 | 6a19b48d | taeseongkim | </nuget.telerik.com> |
27 | </packageSourceCredentials> |
||
28 | </configuration> |