markus / Nuget.config @ a9a82876
이력 | 보기 | 이력해설 | 다운로드 (676 Bytes)
1 |
<?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="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 |
<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> |