I just ran into this, I am not exactly sure what (SDK) change is causing this, but the solution is to change JsonParseException
to just Exception
in LyraGame.Target.cs. Apparently the Lyra source already made this change some time ago on GitHub, so it’s not a hack.
11 Likes