프로젝트

일반

사용자정보

개정판 6a19b48d

ID6a19b48d4d65f0132542748dacd26fb0b1c9c89a
상위 c1946e9c
하위 d2050059, f5f788c2

김태성이(가) 약 2년 전에 추가함

issue #00000 페이지 이미지 download 로직 수정

Change-Id: I4da03c36b5a135eea80b57b20ada38239afd1082

차이점 보기:

Nuget.config
1
<?xml version="1.0" encoding="utf-8"?>
1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configuration>
3 3
	<packageSources>
4 4
		<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment -->
5 5
		<clear />
6
		<add key="Doftech Baget" value="http://192.168.0.67:9099/v3/index.json"/>
7
		<add key="nuget.telerik.com" value="https://nuget.telerik.com/nuget"/>
8
		<add key="nuget.org" value="https://api.nuget.org/v3/index.json"/>
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" />
9 8
		<add key="Microsoft Visual Studio Offline Packages" value="C:\Program Files (x86)\Microsoft SDKs\NuGetPackages" />
10 9
	</packageSources>
11 10
	<packageRestore>
......
15 14
	<bindingRedirects>
16 15
		<add key="skip" value="False" />
17 16
	</bindingRedirects>
18
	<disabledPackageSources>
19
		<!-- Ditch all eventually upwards configured (private) feeds from an (enterprise) environment -->
20
		<clear />
21
	</disabledPackageSources>
22 17
</configuration>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)