From 6bd2c55a76cdd09f327145e9368f9e831ddcbfff Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 13 Jul 2018 19:36:30 -0400 Subject: fix XACT references failing new compatibility checks on Linux/Mac --- src/SMAPI/Constants.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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[] { -- cgit