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

Update VS tools version(s) to 10.7/F# 4.7 #8019

Closed
wants to merge 1 commit into from

Conversation

cartermp
Copy link
Contributor

Probably fixes #8018

@KevinRansom
Copy link
Member

KevinRansom commented Dec 20, 2019

Nope this won't fix that. Brett is working on fixing the codeflow into dev 16.5 previews. Fixing the version display for 16.5 has already been updated in the dev16.5 branch.

The product version in 16.5 is currently set to 10.8 here
https://github.com/dotnet/fsharp/blob/release/dev16.5/eng/Versions.props#L26

However, it looks like we haven't parameterized the file correctly, and so we should fix that.

@KevinRansom
Copy link
Member

And some more unparameterized invalid places, where I think the actual value comes from:

I think that value is here: https://github.com/dotnet/fsharp/blob/release/dev16.5/vsintegration/src/FSharp.ProjectSystem.FSharp/VSPackage.resx#L467

and a few other places. We need to parameterize it I think.

@cartermp cartermp closed this Dec 20, 2019
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

Successfully merging this pull request may close these issues.

Product version in Visual Studio incorrectly says F# 4.6, not F# 4.7
2 participants