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 FSharp.Core dependency #2783

Merged
merged 1 commit into from
Jul 21, 2024

Conversation

Thorium
Copy link
Member

@Thorium Thorium commented Jul 14, 2024

This updates FSharp core to latest stable, but nothing else.

@Thorium
Copy link
Member Author

Thorium commented Jul 14, 2024

This is because some existing unit-tests seems to do add reference to FSharp.Core without declaring a version, so it downloads a latest, which used to be F# 6 but is now F# 8, so then the unit-tests raise something like:

"Paket resolved a FSharp.Core with version 8.x.x, but fake runs with a version of '6.x.x'. This is not supported. Please either lock the version via 'nuget FSharp.Core ' or upgrade fake. Read #2001 for details."

FSharp.Core dependency version is independent of any target-frameworks, so this is not touching that, target is still .NET6.

@xperiandri xperiandri merged commit 0145d17 into fsprojects:master Jul 21, 2024
3 checks passed
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