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

Build errors in VisualStudio because of missing target framework #22

Closed
chrischu opened this issue Aug 11, 2015 · 4 comments
Closed

Build errors in VisualStudio because of missing target framework #22

chrischu opened this issue Aug 11, 2015 · 4 comments
Labels

Comments

@chrischu
Copy link
Contributor

Entitas.Migration project misses target framework which can lead to build errors, since VS can decide which framework it uses and apparently it defaults to 4.0.

@sschmid
Copy link
Owner

sschmid commented Aug 11, 2015

The target framework of Entitas.Migration was intentionally set to Mono / .NET 4.0, because when running the command line program, it complained about

WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319

When I change it to Mono / .NET 4.0, I don't get this warning.
What exactly is VS complaining about? You still should be able to build, or not?

@chrischu
Copy link
Contributor Author

I am not able to build since the Tests project references the Entitas.Migration project and that does not work since the Tests project is using the 3.5 framework.

@sschmid
Copy link
Owner

sschmid commented Aug 11, 2015

Ok, that's bad. Merged #23

@sschmid sschmid closed this as completed Aug 11, 2015
@chrischu
Copy link
Contributor Author

Thanks :).

@sschmid sschmid added the bug label Aug 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

2 participants