diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 11:26:05 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-02-22 11:26:05 -0500 |
commit | d3ec98fec8077026d3a97a74d4efc471ab37ad67 (patch) | |
tree | 3d62e18d3c5ffe0fa8d9bce7a907eb0cb70c832d /src/SMAPI | |
parent | 03c3ab3711c18f6b2bedfd02932b47bf368e1b82 (diff) | |
download | SMAPI-d3ec98fec8077026d3a97a74d4efc471ab37ad67.tar.gz SMAPI-d3ec98fec8077026d3a97a74d4efc471ab37ad67.tar.bz2 SMAPI-d3ec98fec8077026d3a97a74d4efc471ab37ad67.zip |
update packages
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 c5d0f247..c17f13c4 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -15,9 +15,9 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="LargeAddressAware" Version="1.0.3" /> + <PackageReference Include="LargeAddressAware" Version="1.0.4" /> <PackageReference Include="Lib.Harmony" Version="1.2.0.1" /> - <PackageReference Include="Mono.Cecil" Version="0.11.1" /> + <PackageReference Include="Mono.Cecil" Version="0.11.2" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> <PackageReference Include="Platonymous.TMXTile" Version="1.0.2" /> </ItemGroup> |