Skip to content

Commit 9b98fb5

Browse files
committed
added nuget to nuget.config v2
1 parent c14c779 commit 9b98fb5

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

nuget.config

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
3-
<packageSources>
4-
<clear />
5-
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6-
<add key="github" value="https://nuget.pkg.github.com/egil/index.json" />
7-
</packageSources>
8-
<packageSourceCredentials>
9-
<github>
10-
<add key="Username" value="egil" />
11-
<add key="ClearTextPassword" value="1a419fdf4dba34c3ee2b659c9e5fa41a25273e09" />
12-
</github>
13-
</packageSourceCredentials>
3+
<packageSources>
4+
<add key="github" value="https://nuget.pkg.github.com/egil/index.json" />
5+
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
6+
</packageSources>
7+
<packageSourceCredentials>
8+
<github>
9+
<add key="Username" value="egil" />
10+
<add key="ClearTextPassword" value="1a419fdf4dba34c3ee2b659c9e5fa41a25273e09" />
11+
</github>
12+
</packageSourceCredentials>
1413
</configuration>

0 commit comments

Comments
 (0)