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

FSharp.Core, Version=7.0.0.0 #47

Closed
rastreus opened this issue Feb 1, 2023 · 1 comment · Fixed by #48
Closed

FSharp.Core, Version=7.0.0.0 #47

rastreus opened this issue Feb 1, 2023 · 1 comment · Fixed by #48
Assignees
Labels
bug Something isn't working

Comments

@rastreus
Copy link

rastreus commented Feb 1, 2023

I currently have a deployment with the following .NET SDKs available:

dotnet --list-sdks
3.1.404
5.0.403
6.0.400

When running a Fli test with version 1.0.0 and 0.11.0, I get the following error:

Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'FSharp.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'FSharp.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

Can the FSharp.Core version be set to greater than or equal to 6 in the paket.dependencies file so .NET 6 can be used?

nuget FSharp.Core >= 6

Thanks

@CaptnCodr CaptnCodr self-assigned this Feb 2, 2023
@CaptnCodr CaptnCodr added the bug Something isn't working label Feb 2, 2023
@CaptnCodr
Copy link
Owner

Hey @rastreus,
thank you for opening an issue to that.
This has been fixed in v1.0.1. It's already available at nuget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants