Skip to content

Commit 21eef59

Browse files
committed
added nuget to nuget.config v3
1 parent 9b98fb5 commit 21eef59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nuget.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
45
<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" />
66
</packageSources>
7+
<activePackageSource>
8+
<add key="All" value="(Aggregate source)" />
9+
</activePackageSource>
710
<packageSourceCredentials>
811
<github>
912
<add key="Username" value="egil" />

0 commit comments

Comments
 (0)