diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-13 19:36:30 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-07-13 19:36:30 -0400 |
commit | 6bd2c55a76cdd09f327145e9368f9e831ddcbfff (patch) | |
tree | 1fad6eeebdc4622af5e8ac876f4f73336f997184 /src/SMAPI | |
parent | a03a94f6f273ca71dd0a8d38bbff4714cda8d309 (diff) | |
download | SMAPI-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.cs | 3 |
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[] { |