diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 20:49:03 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-10-03 20:49:03 -0400 |
commit | c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46 (patch) | |
tree | 7c130a6a2b137ec08297ce7a13ebd8142323320c /src/SMAPI/SMAPI.csproj | |
parent | de84adb47751c96fc60be66f6fdb186a09160820 (diff) | |
parent | 68e9733a856b41c2b74d5c35a4b812e68157fbca (diff) | |
download | SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.tar.gz SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.tar.bz2 SMAPI-c87cd3b0028de6e9b4ed0eaacbc73cb83d64cd46.zip |
Merge branch 'develop' into stable
Diffstat (limited to 'src/SMAPI/SMAPI.csproj')
-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> |