Hello,
When you create a new project in the Studio profile it will ask you to choose the compatibility and you have 3 options to choose, Windows-Legacy, Windows & Cross-platform. You need to choose this totally based on environment on which the project will be executed📌
Windows - Legacy - Uses .NET Framework 4.6.1. the compatibility used in releases prior to 2021.10. This is the default option. From the 2023 enterprise version this option will not be available.
Windows - Uses .NET 6 (in Studio 2021.10.6 and later versions) or .NET 5 (in Studio 2021.10 versions prior to 2021.10.6) with Windows support.
Cross-platform - Uses .NET 6 (in Studio 2021.10.6 and later versions) or .NET 5 (in Studio 2021.10 versions prior to 2021.10.6) with cross-platform support. You can execute in Linux or Mac with the chrome based automation.
Those who are creating the new projects are recommended to use the Windows or Cross-platform compatibility and the projects in Windows-Legacy needs to migrate to Windows as new features and improvements will mostly be available only in projects with the Windows and cross-platform compatibilities.
Can check the below docs for more info:
https://lnkd.in/gimbHNuf
https://lnkd.in/gXHEZinm
Thanks