-2

I am getting below nuget errors in MVC project and I tried uninstalling/installing packages.

enter image description here

F11
  • 3,703
  • 12
  • 49
  • 83
  • Yeah so someone updated that package and committed their packages.config but forget to commit their .csproj, or vice versa. Read [ask] and show what you have tried. Analyze and compare the packages.config and the .csproj. – CodeCaster Nov 02 '18 at 13:16

1 Answers1

0

Right click on the solution in Visual Studio and selecting Restore NuGet Packages, other suggestions here:

https://learn.microsoft.com/en-us/nuget/consume-packages/package-restore-troubleshooting

Tom John
  • 783
  • 5
  • 14