Hello!
Burst is moving from being a package to becoming a part of the engine itself in Unity 6.6.
This means that in Unity 6.6+ you won’t need to include the Burst package in your project, as it will be a set of built-in modules instead.
Existing projects that reference the Burst package will still work, but in Unity 6.6+ the Burst package will just redirect to the built-in version instead.
This has the side-effect that if you have a local version of the Burst package in your project, it’ll break upon upgrading and you’ll not be able to make local changes to Burst in the future.
This change also means that updates to Burst will then be released as a part of the editor, instead of a separately as has been the case up until now.
If you reference the Burst package via Packages/manifest.json, then you don’t need to do anything. If you embed a local version of the Burst package in your project, you should be prepared to remove that local version when upgrading to Unity 6.6+.