■現象
公式チュートリアルプロジェクトをインポートしたが、ビルドエラーが発生した。
■参考
https://forum.unity.com/threads/package-manager-throwing-numerous-errors.608191/
I've just found the solution which is working perfectly for me, here it is:
Create a new project, copy the manifest.json file from the "Package" folder(of a new project) and replace the Manifest.json file of your project(in which you're facing errors).
Or You can simply delete the Package folder from your project and unity will recreate it by itself self and the problem will be solved.
■対応
上記に従って、Packagesフォルダを削除すると自動的に再作成してビルドが通るようになった。