Skip to content

Commit

Permalink
Fix HarmonyX version for core
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Aug 7, 2020
1 parent 897f37d commit bf79ce8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BepInEx.Preloader/BepInEx.Preloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\HarmonyX.2.0.3.1\lib\net35\0Harmony.dll</HintPath>
<HintPath>..\packages\HarmonyX.2.0.6\lib\net35\0Harmony.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion BepInEx.Preloader/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HarmonyX" version="2.0.3.1" targetFramework="net35" />
<package id="HarmonyX" version="2.0.6" targetFramework="net35" />
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />
<package id="MonoMod.RuntimeDetour" version="20.8.3.5" targetFramework="net35" />
<package id="MonoMod.Utils" version="20.8.3.5" targetFramework="net35" />
Expand Down
2 changes: 1 addition & 1 deletion BepInEx/BepInEx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="0Harmony, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\HarmonyX.2.0.3.1\lib\net35\0Harmony.dll</HintPath>
<HintPath>..\packages\HarmonyX.2.0.6\lib\net35\0Harmony.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil, Version=0.10.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
Expand Down
2 changes: 1 addition & 1 deletion BepInEx/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="HarmonyX" version="2.0.3.1" targetFramework="net35" />
<package id="HarmonyX" version="2.0.6" targetFramework="net35" />
<package id="Mono.Cecil" version="0.10.4" targetFramework="net35" />
<package id="MonoMod.RuntimeDetour" version="20.8.3.5" targetFramework="net35" />
<package id="MonoMod.Utils" version="20.8.3.5" targetFramework="net35" />
Expand Down

0 comments on commit bf79ce8

Please sign in to comment.