Fix iOS and Android test execution
Cause all but desktop targets to reference dotnet execution assemble so that it gets packaged up with the mobile app, provided they include this line in their entrypoint method: this.AddExecutionAssembly(typeof(SkippableFactDiscoverer).Assembly);