summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SMAPI/StardewModdingAPI.csproj7
-rw-r--r--src/lib/0Harmony.dllbin99840 -> 0 bytes
-rw-r--r--src/lib/0Harmony.pdbbin323072 -> 0 bytes
3 files changed, 3 insertions, 4 deletions
diff --git a/src/SMAPI/StardewModdingAPI.csproj b/src/SMAPI/StardewModdingAPI.csproj
index 8c12c1f9..bf230baf 100644
--- a/src/SMAPI/StardewModdingAPI.csproj
+++ b/src/SMAPI/StardewModdingAPI.csproj
@@ -55,14 +55,13 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LargeAddressAware" Version="1.0.3" />
+ <PackageReference Include="Lib.Harmony">
+ <Version>1.2.0.1</Version>
+ </PackageReference>
<PackageReference Include="Mono.Cecil" Version="0.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
<ItemGroup>
- <Reference Include="0Harmony, Version=1.0.9.1, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\lib\0Harmony.dll</HintPath>
- </Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
diff --git a/src/lib/0Harmony.dll b/src/lib/0Harmony.dll
deleted file mode 100644
index 63619429..00000000
--- a/src/lib/0Harmony.dll
+++ /dev/null
Binary files differ
diff --git a/src/lib/0Harmony.pdb b/src/lib/0Harmony.pdb
deleted file mode 100644
index d7a4c67c..00000000
--- a/src/lib/0Harmony.pdb
+++ /dev/null
Binary files differ