markus / Nuget.config @ master
이력 | 보기 | 이력해설 | 다운로드 (676 Bytes)
1 | 6a19b48d | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | 23d0d512 | taeseongkim | <configuration> |
3 | <packageSources> |
||
4 | <!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment --> |
||
5 | <clear /> |
||
6 | 6a19b48d | taeseongkim | <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" /> |
||
8 | 23d0d512 | taeseongkim | <add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" /> |
9 | </packageSources> |
||
10 | <packageRestore> |
||
11 | <add key="enabled" value="True" /> |
||
12 | <add key="automatic" value="True" /> |
||
13 | </packageRestore> |
||
14 | <bindingRedirects> |
||
15 | <add key="skip" value="False" /> |
||
16 | </bindingRedirects> |
||
17 | </configuration> |