Skip to content

Commit

Permalink
Include BepInEx nuget package source
Browse files Browse the repository at this point in the history
  • Loading branch information
TommySoucy committed May 3, 2023
1 parent ba2877d commit 29e48bb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions H3MP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="nuget.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
6 changes: 6 additions & 0 deletions nuget.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 29e48bb

Please sign in to comment.