Packages autoupdate brokes project

When open project, Unity automatic updates some packages without asking (why?) and on next project open gets this
5338191--538548--upload_2020-1-5_12-18-48.png

Update logs

Get this error second time, with different projects and different Unity ver (2019.1.10 and 2.14)
To fix needs change manifest.json and next reinstal packages in manual mode, clear Library folder.

PS In both cases was the same packages

Hi @[sanya_kotov]( Packages autoupdate brokes project members/sanya_kotov.774078/),

The Package Manager update process kicks in automatically when opening a project from an older Unity version into a later Unity editor. It should not be done all the time, only that one time when you change editor version. Make sure you don’t erase the ProjectSettings folder by mistake. This is where the current project editor version is persisted.

Regards,

Pascal