Home > Enterprise >  NuGet hash validation failed NU1403
NuGet hash validation failed NU1403

Time:07-27

I have a solution and it working on other developer's laptops, but on one by some reason during build, I see the next error:

Error NU1403 Package content hash validation failed for Lucene.Net.Contrib.3.0.3. The package is different than the last restore.

build is failed by this reason.

at packeges folder I see correct Lucene.Net.Contrib.3.0.3 , what could be a reson for it and how to fix ?

CodePudding user response:

clean up the global packaged folder fixed this issue. path is %userprofile%.nuget\packages

  • Related