79589339

Date: 2025-04-23 19:11:36
Score: 1.5
Natty:
Report link

I had a similar problem. I was upgrading a nuget module (it happened to be EntityFramework) and I was getting the build error as described, but it was referencing an old version of the module.

I tried many of the potential solutions here, but none worked.

I had to manually edit the .csproj files and comment out all references to the old version of the module. That solved my issue.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Revtim