I have a solution that was little unclean and I decided to create a repository to save it, I cloned the empty project from DevOps and pasted in this new folder only the code needed in order to push something clean.
I fixed all the paths and the dependencies to project of the new solution and I have a problem
The project is .NetFramework 4.6.2
This doesn't happen only to one library but the only solution to have them work back again was to go to nuget.
The only way I have to get them working is from Nuget Package Manager finding the package: removing and reinstalling.
Other attempts that I did:
- unload and reload all the project
- Restore Nuget Packages from the solution
- unload single project and reload with full dependency tree