简体   繁体   中英

change target framework to net 5 in ssis 2019 script task

I am trying to change the target framework for my SSIS 2019 script task to .NET 5.0 from .NET 4.7 by installing other frameworks. My changes are reverted back to .NET 4.7 once I save and close out from the script task. Could you please guide me on how to make my changes stick or the ideal way to switch the target framework to .NET 5.0

在此处输入图像描述

This is by design!

Since SSIS 2017, you are not able to change the script task/component's target framework since it is forced by the SSIS TargetServerVersion property. As mentioned in the following post, this is by design: Script Task Target Framework - Cannot Change or Save .

Later, In the SSIS extension version 3.2 preview , they mentioned that:

Upgraded .NET framework version to 4.7 for script task/component when the target server version is SQL Server 2019

This means that using SQL Server 2019 as TargetServerVersion will force .NET framework 4.7 as target framework for all script tasks/components.


You can check more information about SQL Server and required .NET framework versions in the following article:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM