From 3c42119c8c0541a4f233e79fe591aa09c79c58cf Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 26 Sep 2017 21:08:54 -0400 Subject: restore AssemblyRewriters assembly for method injection This fixes a SMAPI 2.0 issue where mods would fail with MethodAccessException if they used SpriteBatch methods that got rewritten for MonoGame/XNA compatibility, because the methods SMAPI injected were internal. Moving it back into a separate assembly lets us make it public without making it visible to modders. --- src/common.targets | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.targets') diff --git a/src/common.targets b/src/common.targets index c450b3a5..ee138524 100644 --- a/src/common.targets +++ b/src/common.targets @@ -83,6 +83,7 @@ + -- cgit