After importing the Entities package into Unity 2020.3.17f1, I get the following compiler error:
Library\PackageCache\com.unity.entities@0.17.0-preview.42\Unity.Entities\Serialization\BinarySerialization.cs(47,81): error CS8377: The type 'T' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList<T>'
downgrading the collections package doesn’t work (when I click the “update to 0.15.0-preview.21” button, it reimports things but doesn’t downgrade the package), maybe because others depend on it?