It might be due to dependencies on other projects that are referenced in the main project. Try updating all the package versions to ensure they are consistent.
And run this command to on Package manager console
dotnet nuget locals all --clear
dotnet list package //check for the List package and compare each package versions
dotnet restore