Skip to content

Commit

Permalink
Use new bepinex nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Maiq-The-Dude committed Oct 8, 2021
1 parent 74d096d commit 6ae868f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions src/Plugin/Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="BepInEx.Core" Version="5.4.11" />
<PackageReference Include="BepInEx.Core" Version="5.4.16" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
<PackageReference Include="UnityEngine.Core" Version="5.6.1" />
<PackageReference Include="UnityEngine" Version="5.6.1" />
</ItemGroup>

<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>..\libs\Assembly-CSharp_publicized.dll</HintPath>
</Reference>
<Reference Include="MMHOOK_Assembly-CSharp">
<HintPath>..\libs\MMHOOK_Assembly-CSharp.dll</HintPath>
</Reference>
Expand Down
Binary file removed src/libs/Assembly-CSharp_publicized.dll
Binary file not shown.
Binary file modified src/libs/MMHOOK_Assembly-CSharp.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions src/nuget.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="BepInExLibs" value="https://pkgs.dev.azure.com/bepinex/BepInEx/_packaging/BepInExLibs/nuget/v3/index.json" />
<add key="BepInEx" value="https://nuget.bepinex.dev/v3/index.json" />
</packageSources>
</configuration>

0 comments on commit 6ae868f

Please sign in to comment.