Skip to content

Commit

Permalink
Fix refs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Jul 12, 2021
1 parent c33b944 commit 5d94aa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion H3VR.Sideloader.MonoMod/H3VR.Sideloader.MonoMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<DefineConstants>TRACE;PLUGIN</DefineConstants>
</PropertyGroup>
<ItemGroup>
<Reference Include="MonoMod, Version=20.8.3.5, Culture=neutral, PublicKeyToken=null">
<Reference Include="MonoMod, Version=20.5.21.5, Culture=neutral, PublicKeyToken=null">
<HintPath>..\lib\MonoMod.exe</HintPath>
</Reference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion H3VR.Sideloader/H3VR.Sideloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<HintPath>..\lib\Assembly-CSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="XUnity.ResourceRedirector, Version=1.1.2.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="XUnity.ResourceRedirector, Version=1.2.0.0, Culture=neutral, PublicKeyToken=null">
<HintPath>..\lib\XUnity.ResourceRedirector.dll</HintPath>
<Private>False</Private>
</Reference>
Expand Down

0 comments on commit 5d94aa4

Please sign in to comment.