summaryrefslogtreecommitdiff
path: root/src/SMAPI
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2018-07-13 19:36:30 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2018-07-13 19:36:30 -0400
commit6bd2c55a76cdd09f327145e9368f9e831ddcbfff (patch)
tree1fad6eeebdc4622af5e8ac876f4f73336f997184 /src/SMAPI
parenta03a94f6f273ca71dd0a8d38bbff4714cda8d309 (diff)
downloadSMAPI-6bd2c55a76cdd09f327145e9368f9e831ddcbfff.tar.gz
SMAPI-6bd2c55a76cdd09f327145e9368f9e831ddcbfff.tar.bz2
SMAPI-6bd2c55a76cdd09f327145e9368f9e831ddcbfff.zip
fix XACT references failing new compatibility checks on Linux/Mac
Diffstat (limited to 'src/SMAPI')
-rw-r--r--src/SMAPI/Constants.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI/Constants.cs b/src/SMAPI/Constants.cs
index 5f1d61e9..8c11c24a 100644
--- a/src/SMAPI/Constants.cs
+++ b/src/SMAPI/Constants.cs
@@ -118,7 +118,8 @@ namespace StardewModdingAPI
"Stardew Valley",
"Microsoft.Xna.Framework",
"Microsoft.Xna.Framework.Game",
- "Microsoft.Xna.Framework.Graphics"
+ "Microsoft.Xna.Framework.Graphics",
+ "Microsoft.Xna.Framework.Xact"
};
targetAssemblies = new[]
{