Skip to content

Commit 7c4ac3d

Browse files
committed
fixies
1 parent 2eee788 commit 7c4ac3d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

OverwolfInsiderPatcher/OverwolfInsiderPatcher.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
</PropertyGroup>
6060
<ItemGroup>
6161
<Reference Include="Mono.Cecil, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
62-
<SpecificVersion>False</SpecificVersion>
63-
<HintPath>..\..\..\..\Desktop\cecil-master\bin\Debug\net40\Mono.Cecil.dll</HintPath>
62+
<HintPath>..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.dll</HintPath>
6463
</Reference>
6564
<Reference Include="Mono.Cecil.Mdb, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
6665
<HintPath>..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Mdb.dll</HintPath>
@@ -69,8 +68,7 @@
6968
<HintPath>..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Pdb.dll</HintPath>
7069
</Reference>
7170
<Reference Include="Mono.Cecil.Rocks, Version=0.11.4.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
72-
<SpecificVersion>False</SpecificVersion>
73-
<HintPath>..\..\..\..\Desktop\cecil-master\rocks\bin\Debug\net40\Mono.Cecil.Rocks.dll</HintPath>
71+
<HintPath>..\packages\Mono.Cecil.0.11.4\lib\net40\Mono.Cecil.Rocks.dll</HintPath>
7472
</Reference>
7573
<Reference Include="System" />
7674
<Reference Include="System.Core" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Mono.Cecil" version="0.11.4" targetFramework="net472" />
3+
<package id="Mono.Cecil" version="0.11.4" targetFramework="net48" />
44
</packages>

0 commit comments

Comments
 (0)