I have a question regarding the .NET SDK. When programming a connector with Visual Studio with DIS, how can I specify the .NET SDK version? Or how can I update an existing project to a newer SDK version?
Hi Michael,
Connector QActions currently target .NET Framework 4.8. (You can see this when you double click the project file in the solution explorer:<TargetFramework>net48</TargetFramework>)
On DataMiner, QActions are compiled using the .NET Compiler Platform (version 2.9) and during compilation it uses assembly references of the latest version of the .NET Framework it found on the Agent (see also QAction compilation).
Note that there is currently no support to let QActions target newer runtimes such as e.g. .NET 10.