Im having problems with restoring the package Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll from Visual Studio 2019. I tried each and every advice out there that I found. Cleared cache, deleted package folder, cleaned the whole project and rebuild, did everything that I could think of. Finally I decided to check if the actual path that is given exists and that's where I noticed that the path seems odd.
Picture of the message and the searched path:
It seems that after 'lib' there is a '/'symbol which seems out of place and should be '' instead. I looked at the projects that have reference this package, and they all give the path the correct way, and not what is quoted in the error message.
I have no idea how I can fix this, since it seems like everything is set correctly, but still not working.Any idea on what might be the cause of this problem ?