-
Notifications
You must be signed in to change notification settings - Fork 79
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
Cannot upgrade to 6.0.0 when using .NET Framework 4.8 #268
Comments
Hey @manu-st, thank you for reaching out. Another workaround would be to migrate either to I hope I could help. 🙂 |
We decided for FsUnit to not target .NET Framework because there is no really need for it. |
There are quite a few of us who do not have the luxury to update to the non-.NET Framework and since .NUnit works just fine there, why not FsUnit too? I do not know if there are fundamental incompatibilities but if it compiles, it should work. |
I'm doing my best. |
Yes, it is technically possible to support .NET Framework, but we decided to target the latest LTS to simplify project maintenance, embrace new features and improvements as soon as possible, and keep the code base modern. Soon we will drop support for If you need to keep all dependencies updated and still stay on the .NET Framework and FsUnit is your only issue, we are really sorry about that. There is a workaround for you, you can create FsUnit project inside your solution, reference the latest NUnit package, and copy there few implementation files from here |
Description
I was trying to update my solution with the latest nuget packages and it would not allow upgrading FsUnit from 5.6.1 to 6.0.0 due to the following error:
Repro steps
Please provide the steps required to reproduce the problem
Expected behavior
It should hopefully be compatible with .NET Framework 4.8.
Actual behavior
Known workarounds
Stay at version 5.6.1.
Related information
The text was updated successfully, but these errors were encountered: