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 Tom and Pedro
Thank you so much for your replies!
I tried using Tom's version. I created a new solution and a global.json file. I then get an error message: "Package 'Skyline.DataMiner.Sdk 2.5.2' has a package type 'MSBuildSdk' that is not supported by project 'Internal\QAction_Helper'." Even after deleting the Action_helper, I still get an error message about QAction_2.
I actually wanted to create a solution and add EmberPlus.ConsumerLib, but when I do that, I get the following error message:
Package EmberPlus.ConsumerLib 0.0.13 is not compatible with net48 (.NETFramework,Version=v4.8). Package EmberPlus.ConsumerLib 0.0.13 supports: netstandard2.1 (.NETStandard,Version=v2.1)
How can I resolve this version conflict?
Thank you