Modify the .NET Framework in an Integration Services project

When I create a new Integration Services project in Visual Studio 2013, I can choose the .NET platform for targeting. How can I see which .NET platform is targeting an existing project and could potentially change it?

0
source share
1 answer

You need to open one of the Script tasks and click the "Change script ..." button. This will open Script in a new instance of Visual Studio with Script in its own project. There you can change the properties of this project to change the target structure for this particular Script task.

0
source

Source: https://habr.com/ru/post/1676571/


All Articles