Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix F#/C# versions for .NET 6/7#8949

Merged
mairaw merged 6 commits into
mainfrom
fsharp-versions
Dec 14, 2023
Merged

Fix F#/C# versions for .NET 6/7#8949
mairaw merged 6 commits into
mainfrom
fsharp-versions

Conversation

@mairaw

@mairaw mairaw commented Nov 21, 2023

Copy link
Copy Markdown
Contributor

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

@mairaw mairaw changed the title Fix F# versions for .NET 7 Fix F#/C# versions for .NET 6/7 Dec 12, 2023
Comment thread release-notes/7.0/releases.json Outdated
"fsharp-version": "6.0-preview",
"csharp-version": "10.0",
"fsharp-version": "7.0",
"vb-version": "15.5",

Copy link
Copy Markdown
Contributor Author

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?

Copy link
Copy Markdown
Member

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.

@mairaw mairaw requested a review from jaredpar December 13, 2023 19:02
@mairaw

mairaw commented Dec 13, 2023

Copy link
Copy Markdown
Contributor Author

@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.

Comment thread release-notes/7.0/releases.json Outdated
@mairaw mairaw merged commit c6595a0 into main Dec 14, 2023
@mairaw mairaw deleted the fsharp-versions branch December 14, 2023 20:13
@Loboistaken

Copy link
Copy Markdown

This pull request updates the csharp-version and fsharp-version fields in the release-notes for versions 6.0 and 7.0. The most important changes include downgrading the csharp-version from 12.0 to 10.0 for version 6.0, and updating the csharp-version to 11.0 and the fsharp-version to 7.0 for version 7.0.

Changes to version 6.0:

Changes to version 7.0:

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.

4 participants