-
Notifications
You must be signed in to change notification settings - Fork 70
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
Does it support .NET Framewrok 4.7.2? #37
Comments
Hello, can you provide more details about what the problem is? The library targets .NET Standard 2.0 which should support .NET Framework 4.7.2, but we do not actively test against .NET Framework. We will eventually drop .NET Framework/Standard support, leaving the historical releases that support it still available. But for now we do want to continue to support .NET Standard releases where feasible. Thanks! |
JaroWinkler jw = new JaroWinkler(); Method name : MoveNext Exception type : System.BadImageFormatException |
Version 5.1.0 works flawlessly, but 6.0 does not with 4.7.2
The text was updated successfully, but these errors were encountered: