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

should not allow Framework 4 / F# 3.1 combination in project properties. #157

Closed
KevinRansom opened this issue Jan 27, 2015 · 1 comment
Closed
Assignees
Labels

Comments

@KevinRansom
Copy link
Member

opened at CodePlex byGautier

In a F# project properties, I can select Target Framework .NET 4.0 and at the same time pick F# 3.1 for F# runtime.

It seems this combination is actually not working on machine having only .NET 4 installed, the assembly is compiled with a TargetFrameworkAttribute pointing to .NET 4.5

The project properties dialog should forbid this combination.

comments
Gauthier wrote Nov 20, 2014 at 12:30 PM [x]
Actually, with VS2013 when you create a project picking framework 4, it sets the f# runtime on the wrong version by default.

latkin wrote Nov 26, 2014 at 9:41 AM [x]
Good catch, yes we have not been careful about this.

@latkin
Copy link
Contributor

latkin commented Jan 27, 2015

I am keen to have this looked at and carefully sorted out. We have been kind of casual about this in the past, would be good to have accurate target framework -> FSharp.Core version mappings in the UI.

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

2 participants