Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target .Net framework warning #20

Open
Dan-northwind opened this issue Jun 2, 2016 · 3 comments
Open

Target .Net framework warning #20

Dan-northwind opened this issue Jun 2, 2016 · 3 comments
Assignees

Comments

@Dan-northwind
Copy link

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

@brookpatten
Copy link
Owner

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.

@brookpatten brookpatten self-assigned this Jun 3, 2016
@Dan-northwind
Copy link
Author

Thanks for that, do I need to run both steps 3a and 3b on a Raspberry Pi 3 running Jessie?

@brookpatten
Copy link
Owner

I believe just 3A should be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants