diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-02 16:18:11 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-02 16:18:11 -0400 |
commit | 849c6da9cadfdb69c0c7a458230d7b8972ed1c5f (patch) | |
tree | c67eaca862d96f868723e5147f7b01237ef84530 /src/SMAPI | |
parent | e96f4fb797c9544d525dbd414b034b0f545fc11b (diff) | |
download | SMAPI-849c6da9cadfdb69c0c7a458230d7b8972ed1c5f.tar.gz SMAPI-849c6da9cadfdb69c0c7a458230d7b8972ed1c5f.tar.bz2 SMAPI-849c6da9cadfdb69c0c7a458230d7b8972ed1c5f.zip |
update dependencies
Diffstat (limited to 'src/SMAPI')
-rw-r--r-- | src/SMAPI/SMAPI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/SMAPI.csproj b/src/SMAPI/SMAPI.csproj index 4af4527b..a3dbf52f 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -13,7 +13,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="LargeAddressAware" Version="1.0.4" /> + <PackageReference Include="LargeAddressAware" Version="1.0.5" /> <PackageReference Include="Mono.Cecil" Version="0.11.2" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> <PackageReference Include="Platonymous.TMXTile" Version="1.3.8" /> |