I tried everything here, both the current verified version of Timeline and Collab are throwing errors in Unity 2020.3.13f1.
I should add that I’m not downgrading, I upgraded from 2019.4 LTS to 2020.3 LTS
Timeline package errors:
Library\PackageCache\com.unity.timeline@1.4.8\Editor\Animation\BindingTreeViewDataSource.cs(195,37): error CS0433: The type '(T1, T2)' exists in both 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Library\PackageCache\com.unity.timeline@1.4.8\Editor\Animation\BindingTreeViewDataSource.cs(209,16): error CS0433: The type '(T1, T2)' exists in both 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Collab/Version control package errors:
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Components\AlertBox.cs(75,97): error CS8137: Cannot define a class or member that utilizes tuples because the compiler required type 'System.Runtime.CompilerServices.TupleElementNamesAttribute' cannot be found. Are you missing a reference?
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Components\AlertBox.cs(75,97): error CS8356: Predefined type 'System.ValueTuple`2' is declared in multiple referenced assemblies: 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Utilities\MenuUtilities.cs(37,23): error CS8137: Cannot define a class or member that utilizes tuples because the compiler required type 'System.Runtime.CompilerServices.TupleElementNamesAttribute' cannot be found. Are you missing a reference?
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Utilities\MenuUtilities.cs(37,23): error CS8356: Predefined type 'System.ValueTuple`2' is declared in multiple referenced assemblies: 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Models\IMainModel.cs(106,9): error CS8137: Cannot define a class or member that utilizes tuples because the compiler required type 'System.Runtime.CompilerServices.TupleElementNamesAttribute' cannot be found. Are you missing a reference?
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Models\IMainModel.cs(106,9): error CS8356: Predefined type 'System.ValueTuple`3' is declared in multiple referenced assemblies: 'System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' and 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Models\MainModel.cs(154,16): error CS8137: Cannot define a class or member that utilizes tuples because the compiler required type 'System.Runtime.CompilerServices.TupleElementNamesAttribute' cannot be found. Are you missing a reference?
Library\PackageCache\com.unity.collab-proxy@1.5.7\Editor\Collaborate\Models\MainModel.cs(154,16): error CS8137: Cannot define a class or member that utilizes tuples because the compiler required type 'System.Runtime.CompilerServices.TupleElementNamesAttribute' cannot be found. Are you missing a reference?
And many many more...