We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Moq 4.7.1 depends on Castle.Core 4.0.0 which depends on System.ComponentModel.TypeConverter 4.0.1.
System.ComponentModel.TypeConverter 4.0.1 does not exist which causes every restore to check online for it.
The fix for this is to move to a version of Moq that does not depend on Castle.Core 4.0.0 when possible.
castleproject/Core#239
The text was updated successfully, but these errors were encountered:
Moq 4.7.1 -> 4.7.63
7821ecf
Fixes NuGet/Home#5032
884b3d8
No branches or pull requests
Moq 4.7.1 depends on Castle.Core 4.0.0 which depends on System.ComponentModel.TypeConverter 4.0.1.
System.ComponentModel.TypeConverter 4.0.1 does not exist which causes every restore to check online for it.
The fix for this is to move to a version of Moq that does not depend on Castle.Core 4.0.0 when possible.
castleproject/Core#239
The text was updated successfully, but these errors were encountered: