We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 727b029 commit 0d8a8adCopy full SHA for 0d8a8ad
nuget.config
@@ -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