Skip to content

Commit

Permalink
add package source mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Codenade committed Aug 23, 2024
1 parent 2c0c899 commit dcf7aba
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,19 @@
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
<add key="SpaceWarp" value="https://nuget.spacewarp.org/v3/index.json" />
</packageSources>
</configuration>
<packageSourceMapping>
<packageSource key="SpaceWarp">
<package pattern="UnityEngine.Modules" />
<package pattern="KerbalSpaceProgram2.GameLibs" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="Newtonsoft.Json" />
<package pattern="HarmonyX" />
<package pattern="*" />
</packageSource>
<packageSource key="BepInEx">
<package pattern="BepInEx.*" />
<package pattern="Unity.InputSystem" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit dcf7aba

Please sign in to comment.