Skip to content

Commit 0d8a8ad

Browse files
authored
Create nuget.config
1 parent 727b029 commit 0d8a8ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

nuget.config

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<packageSources>
4+
<add key="Nuget" value="https://api.nuget.org/v3/index.json" />
5+
<add key="Discord.Net" value="https://www.myget.org/F/discord-net/api/v3/index.json" />
6+
<add key="RogueException" value="https://www.myget.org/F/rogueexception/api/v3/index.json" />
7+
</packageSources>
8+
</configuration>

0 commit comments

Comments
 (0)