I think your issue may be related with nuget. Can you try the following ?
- Clearing the cache
- Restoring or re-installing the packages
- Changing the targetFramework
- Updating the Nuget Package manager
Sometimes, packages are renamed or replaced by other packages. You can search the NuGet Gallery to see if there is a new package that supersedes the one you're trying to install.