diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-23 19:09:19 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-23 19:09:19 -0400 |
commit | da22446964f4dba0047a29dee3efec7c00835048 (patch) | |
tree | 288837e9d58d715bdf8496cc7950a8e3e9463043 /src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj | |
parent | fda2ac74857e3bc1129667ef6ba975efd6ca33f6 (diff) | |
download | SMAPI-da22446964f4dba0047a29dee3efec7c00835048.tar.gz SMAPI-da22446964f4dba0047a29dee3efec7c00835048.tar.bz2 SMAPI-da22446964f4dba0047a29dee3efec7c00835048.zip |
fix SaveBackup failing on Mac (#522)
Diffstat (limited to 'src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj')
-rw-r--r-- | src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj b/src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj index 89e92a8a..44fff536 100644 --- a/src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj +++ b/src/SMAPI.Mods.SaveBackup/StardewModdingAPI.Mods.SaveBackup.csproj @@ -31,8 +31,6 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> - <Reference Include="System.IO.Compression" /> - <Reference Include="System.IO.Compression.FileSystem" /> </ItemGroup> <ItemGroup> <Compile Include="..\..\build\GlobalAssemblyInfo.cs"> |