diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-12 21:43:35 -0500 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2016-12-12 21:43:35 -0500 |
commit | c24294c3dd73db3754d10ff8fe5bd51338555638 (patch) | |
tree | 19ade35195640a7a8bc26e6cbb26de784d948481 /src/StardewModdingAPI.Installer/InteractiveInstaller.cs | |
parent | 28e2695a19f7babf35d177367840a82b798beb55 (diff) | |
download | SMAPI-c24294c3dd73db3754d10ff8fe5bd51338555638.tar.gz SMAPI-c24294c3dd73db3754d10ff8fe5bd51338555638.tar.bz2 SMAPI-c24294c3dd73db3754d10ff8fe5bd51338555638.zip |
fix System.Runtime.Caching not available on Mac
Diffstat (limited to 'src/StardewModdingAPI.Installer/InteractiveInstaller.cs')
-rw-r--r-- | src/StardewModdingAPI.Installer/InteractiveInstaller.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StardewModdingAPI.Installer/InteractiveInstaller.cs b/src/StardewModdingAPI.Installer/InteractiveInstaller.cs index 9c8f8af9..4cef1a12 100644 --- a/src/StardewModdingAPI.Installer/InteractiveInstaller.cs +++ b/src/StardewModdingAPI.Installer/InteractiveInstaller.cs @@ -66,6 +66,7 @@ namespace StardewModdingApi.Installer "StardewModdingAPI", "StardewModdingAPI.exe.mdb", "System.Numerics.dll", + "System.Runtime.Caching.dll", // Windows only "StardewModdingAPI.pdb", |