hi
i switched from unity 2023.2.3 to unity 6 preview after opening and recompiling some of my projects throw the error
Library\PackageCache\com.unity.testtools.codecoverage\Editor\CoveragePreferences.cs(1,19): error CS0234: The type or namespace name ‘SettingsManagement’ does not exist in the namespace ‘UnityEditor’ (are you missing an assembly reference?)
Library\PackageCache\com.unity.testtools.codecoverage\Editor\CoveragePreferences.cs(31,19): error CS0246: The type or namespace name ‘Settings’ could not be found (are you missing a using directive or an assembly reference?)
i tried deleting those from package manager but they are locked
i tried deleting them from Packages/packages-lock.json but as soon as i start unity they come back
any advice how to delete this package ?