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

Projects with target runtime 3.0 don't show up correctly on the VS project dialog #319

Closed
ovatsus opened this issue Mar 21, 2015 · 4 comments
Labels

Comments

@ovatsus
Copy link

ovatsus commented Mar 21, 2015

F# Data still targets runtime of 3.0, but that option doesn't show up on the Target F# runtime dropdown in the Application tab of project properties. Only 3.1 and 4.0 appear as options:

image

@latkin
Copy link
Contributor

latkin commented Mar 21, 2015

4.3.0.0 targets 4.0 framework, you have 4.5 framework selected. Does it become an option if you target framework 4.0?

@ovatsus
Copy link
Author

ovatsus commented Mar 21, 2015

Yes, If I change the target framework to 4.0, only 4.3.0.0 appears. But It's perfectly legal to have a project targeting .NET 4.5 and still use FSharp.Core 4.3.0.0. .NET 4.0 is the min version. On VS 2013 this combination was allowed, so many projects might have that combination.

@latkin
Copy link
Contributor

latkin commented Mar 23, 2015

I see, that makes sense. @KevinRansom what do you think, should we add 4.3.0.0 back to the framework 4.0 node?

@KevinRansom
Copy link
Member

Yes I will update it, to add that back.

Ensuring that .Net 4.0 can target 4.3.0.0 and 4.3.1.0
and that .Net 4.5.0 - 4.5.6 can target 4.3.0.0, 4.3.1.0, 4.4.0.0

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

No branches or pull requests

3 participants