-
Notifications
You must be signed in to change notification settings - Fork 790
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
Visual Studio 2015 RC provides only F# 3.0 runtime #429
Comments
Side issue: please fix the german translation. It's completely wrong. Should be runtime like in english. |
Could you share the contents of your .fsproj file? Have you hand-edited it? thanks |
Here it is: https://gist.github.com/Matthias247/616a1bea739f2b9915bf I haven't hand-editited the project files before. It was created with Visual Studio 2013 before (I think either premium or professional), and I have now loaded it with VS2015 Community |
This is by design. Your project targets .NET 4.0, and 4.3.0.0 is the latest runtime that targets the same. It was a bug that 4.3.1.0 or 4.4.0.0 were previously shown, as they target .NET 4.5. See #157. |
Thanks @latkin, that explains it. When I select .NET 4.5 then I can choose between all 3 F# runtime versions, so it is correct. What's not correct is then the behavior on the VS2013 side, which shows |
Ok, this seems to be understood well enough. Yes, it's a bug in VS 2013, though we likely won't go back and publish a patch. |
Could you please still look for the translation? "Ziellaufzeit" is not even a word. |
@forki ask @KevinRansom maybe you can help to review german translation. i am trying to do the same for italian |
Yep. I'd be open for that. |
If I open my F# project in VS2015RC it tells me it is using F# 3.0 runtime in the project properties:
I can't choose any other version that that (dropdown box contains only that single entry).
The compiler call it makes for my project is
So I guess it uses the F# 4 compiler but the F# 3 libraries?
It's the german version - if that matters.
In VS2013 community which I have installed in parallel the only choice for me is "4.3.1.0", and the dropdown box is greyed out.
The text was updated successfully, but these errors were encountered: