Hi @balu raju ,
It is possible.
SSIS packages are XML files with the extension *.dtsx
One single XML element controls what .Net Framework version is used by the Script Task.
So, you can use Notepad++ to make a change across multiple files on the file system
- from
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
- to
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
Just as a precaution, first copy *.dtsx packages on a side, or keep them under a Source Control.
So, if it will not work, you can easily recover working version of the packages.