-
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathnuget.config
More file actions
10 lines (9 loc) · 360 Bytes
/
nuget.config
File metadata and controls
10 lines (9 loc) · 360 Bytes
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget" value="https://api.nuget.org/v3/index.json"/>
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json"/>
<add key="SamBoy" value="https://nuget.samboy.dev/v3/index.json"/>
<add key="local" value="./nuget.local/" />
</packageSources>
</configuration>