Skip to content

Commit

Permalink
add nuget 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 3b06d14
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,18 @@
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
<add key="SpaceWarp" value="https://nuget.spacewarp.org/v3/index.json" />
</packageSources>
<packageSourceMapping>
<packageSource key="SpaceWarp">
<package pattern="UnityEngine.Modules" />
<package pattern="KerbalSpaceProgram2.GameLibs" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="Newtonsoft.Json" />
</packageSource>
<packageSource key="BepInEx">
<package pattern="BepInEx.*" />
<package pattern="HarmonyX" />
<package pattern="Unity.InputSystem" />
</packageSource>
</packageSourceMapping>
</configuration>

0 comments on commit 3b06d14

Please sign in to comment.