프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Nuget.config @ master

이력 | 보기 | 이력해설 | 다운로드 (1.19 KB)

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="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
			<add key="Username" value="api-key" />
25
			<add key="ClearTextPassword" value="vSzJ/Xg9A0CSrDLal9hl3g==.Tbu2I65MmMsHuocRZp5+42PJUguzShlD5GgJ3rpn6tpZiK9Mptf+PpIHOpPn1mqXTRmeRpICMna0RZw6BHN2ow==" />
26
		</nuget.telerik.com>
27
	</packageSourceCredentials>
28
</configuration>
클립보드 이미지 추가 (최대 크기: 500 MB)