fix XACT references failing new compatibility checks on Linux/Mac
This commit is contained in:
parent
a03a94f6f2
commit
6bd2c55a76
|
@ -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[]
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue