You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're running an old version of Mono. You need to make sure you're using the one that you compiled as part of the instructions, not another one that was installed as part of raspbian. The buildlog should look like the one on travis (xbuild version 14).
I would run which xbuild and see where it's running xbuild from. You might need to fully qualify your call to xbuild (or add it to your PATH) to use the version you compiled from CIs.
Hi Brook
Firstly, thanks for sharing your code, it looks like a great project.
I've followed through the installation instructions on the install page, when I try and xbuild the code, I get the following error:
"TargetFrameworkVersion 'v4.6.1' not supported by this toolset (ToolsVersion: 4.0)."
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: