Skip to content

Commit bc29d02

Browse files
Added default config
1 parent f4e8ae0 commit bc29d02

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Nuget.default.Config

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<solution>
4+
<add key="disableSourceControlIntegration" value="true" />
5+
<add key="dependencyversion" value="Highest" />
6+
</solution>
7+
8+
<packageSources>
9+
<clear />
10+
<add key="MyGet OpenSilver Public" value="https://www.myget.org/F/opensilver/api/v3/index.json" />
11+
<add key="MyGet" value="https://www.myget.org/F/opensilver-private/api/v3/index.json" />
12+
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
13+
</packageSources>
14+
<packageSourceCredentials>
15+
<MyGet>
16+
<add key="Username" value="myget_username" />
17+
<add key="ClearTextPassword" value="myget_password" />
18+
</MyGet>
19+
<MyGetProxy>
20+
<add key="Username" value="myget_username" />
21+
<add key="ClearTextPassword" value="myget_password" />
22+
</MyGetProxy>
23+
</packageSourceCredentials>
24+
</configuration>

0 commit comments

Comments
 (0)