diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 20:24:54 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 20:24:54 -0400 |
commit | d8f5e0bdf2da76677636e3e60979bb54da6339a7 (patch) | |
tree | 0ae0bcf23a35a74d61d6880e4da607eddd5b5543 /src/SMAPI | |
parent | 6e7ebc0097f666a134335954afaaf9df29da3ed1 (diff) | |
download | SMAPI-d8f5e0bdf2da76677636e3e60979bb54da6339a7.tar.gz SMAPI-d8f5e0bdf2da76677636e3e60979bb54da6339a7.tar.bz2 SMAPI-d8f5e0bdf2da76677636e3e60979bb54da6339a7.zip |
update dependencies
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 7d2b8199..969071cf 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -14,9 +14,9 @@ <ItemGroup> <PackageReference Include="LargeAddressAware" Version="1.0.5" /> - <PackageReference Include="Mono.Cecil" Version="0.11.2" /> + <PackageReference Include="Mono.Cecil" Version="0.11.3" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> - <PackageReference Include="Platonymous.TMXTile" Version="1.3.8" /> + <PackageReference Include="Platonymous.TMXTile" Version="1.5.6" /> </ItemGroup> <ItemGroup> |