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

Bump F# packages for the .NET 9 release #229

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

baronfel
Copy link
Contributor

This updates the F# compiler libraries to the .NET 9 family. There were only minor changes around nullability, because F#9 supports emitting nullability attributes for F# types. All tests are green on my machine after this change.

Comment on lines 21 to 22
<PackageReference Include="FSharp.Compiler.Service" Version="43.9.101" />
<PackageReference Include="FSharp.Core" Version="9.0.101" />

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might as well make these *.201 now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good spot, just did so

"dependencies": {
"FSharp.Core": "[8.0.300]",
"FSharp.Core": "[9.0.101]",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these lock files need to be updated after a477958, too?

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.

2 participants