fix TrainerMod including Json.NET
This commit is contained in:
parent
eff3581406
commit
834aee92f2
|
@ -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.
|
||||
|
|
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue