-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix F#/C# versions for .NET 6/7 #8949
Conversation
release-notes/7.0/releases.json
Outdated
"csharp-version": "10.0-preview", | ||
"fsharp-version": "6.0-preview", | ||
"csharp-version": "10.0", | ||
"fsharp-version": "7.0", | ||
"vb-version": "15.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be 16.9 like the others?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes nothing has changed with VB language versions.
@jaredpar I realized I had added the wrong C# version for .NET 7 on my changes. So requesting a new review after my changes to make sure I didn't make other mistakes. |
This pull request updates the Changes to version 6.0:
Changes to version 7.0: |
We got a customer feedback for the site complaining about .NET 7 needing to support F# 7
It seems we decreased the version starting with 7.0.11
Fixes https://github.com/dotnet/website/issues/5834