diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-07-17 13:15:48 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 18:52:27 -0400 |
commit | 79622d79b8b0ef6850b9431392dc57819cb89346 (patch) | |
tree | 28f7170e885a51e9916d8985cfa0955e5592e696 /src | |
parent | b2134035b78c06362a4b973502e679be0b5a0de3 (diff) | |
download | SMAPI-79622d79b8b0ef6850b9431392dc57819cb89346.tar.gz SMAPI-79622d79b8b0ef6850b9431392dc57819cb89346.tar.bz2 SMAPI-79622d79b8b0ef6850b9431392dc57819cb89346.zip |
Update Mono.Cecil package
Diffstat (limited to 'src')
-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 d518b158..0157e66a 100644 --- a/src/SMAPI/SMAPI.csproj +++ b/src/SMAPI/SMAPI.csproj @@ -18,7 +18,7 @@ <ItemGroup> <PackageReference Include="LargeAddressAware" Version="1.0.3" /> <PackageReference Include="Lib.Harmony" Version="1.2.0.1" /> - <PackageReference Include="Mono.Cecil" Version="0.10.1" /> + <PackageReference Include="Mono.Cecil" Version="0.10.4" /> <PackageReference Include="Newtonsoft.Json" Version="12.0.2" /> </ItemGroup> |