1
0
mirror of synced 2025-02-12 00:52:58 +01:00
TakoTako/test/MyFirstPlugin/NuGet.Config

6 lines
184 B
Plaintext
Raw Normal View History

2022-08-13 21:00:45 +10:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
</packageSources>
</configuration>