Skip to content

Commit c14c779

Browse files
committed
added nuget to nuget.config
1 parent c91d08d commit c14c779

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nuget.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4+
<clear />
5+
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
46
<add key="github" value="https://nuget.pkg.github.com/egil/index.json" />
57
</packageSources>
68
<packageSourceCredentials>

0 commit comments

Comments
 (0)