SSIS packages created using SQL Server (2005-2022) cannot be automatically upgraded to a later version without first performing a pre-upgrade step. First, open the .dtsx package file in a text editor such as Notepad. Next, replace all instances of 9.0.0.0 (if created using SQL Server 2005), 10.0.0.0 (2008), or 11.0.0.0 (2012), or 12.0.0.0 (2014) with either 10.0.0.0 (if upgrading to SQL Server 2008), 11.0.0.0 (2012), or 12.0.0.0 (2014), or 13.0.0.0 (2016), 14.0.0.0 (2017), 15.0.0.0 (2019), or 16.0.0.0 (2022) then save the modified file. Lastly, open the solution with BIDS (2008) or SQL Server Data Tools (2012/2017/2019/2022), which will automatically convert the solution and package.
Note that as of SQL Server 2014-2017, SQL Server Data Tools must be downloaded and installed separately; please refer to: https://docs.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-server-ver15
For SQL Server 2019, please see this article Adding Data Tools/Integration Services to Visual Studio 2019
*2019 requires mSQL version 2.3.6.7 or newer
For SQL Server 2022, see this article Adding Data Tools/Integration Services to Visual Studio 2022
*2022 requires mSQL version 2.4.4 or newer
If you need to downgrade a project - then please click here