fix TrainerMod including Json.NET

This commit is contained in:
Jesse Plamondon-Willard 2017-07-10 22:09:02 -04:00
parent eff3581406
commit 834aee92f2
2 changed files with 3 additions and 3 deletions

View File

@ -20,8 +20,8 @@ For mod developers:
## 1.15.1
For players:
* Fixed controller input broken in 1.15.
* Fixed `Stardew Valley.exe` being packaged with TrainerMod.
* Fixed controller mod input broken in 1.15.
* Fixed TrainerMod packaging unneeded files.
For modders:
* Fixed mod registry lookups by unique ID not being case-insensitive.

View File

@ -38,7 +38,7 @@
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />