Skip to content

Commit a24cfbb

Browse files
Create nuget.config
1 parent 92b5bb5 commit a24cfbb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

nuget.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<clear />
5+
<add key="github" value="https://nuget.pkg.github.com/electricessence/index.json" />
6+
</packageSources>
7+
<packageSourceCredentials>
8+
<github>
9+
<add key="Username" value="electricessence" />
10+
<add key="ClearTextPassword" value="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" />
11+
</github>
12+
</packageSourceCredentials>
13+
</configuration>

0 commit comments

Comments
 (0)