We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168e7a1 commit 4eadeaeCopy full SHA for 4eadeae
nuget.config
@@ -3,6 +3,8 @@
3
<configuration>
4
<packageSources>
5
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
6
+ <add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
7
<add key="Reactor" value="https://nuget.reactor.gg/v3/index.json" />
8
+ <add key="Samboy063" value="https://nuget.samboy.dev/v3/index.json" />
9
</packageSources>
-</configuration>
10
+</configuration>
0 commit comments