Prerequisites
To write an agent, a version of Visual Studio that supports .NET Core 2.1 needs to be installed. According to the .NET Blog, .NET Core 2.1 is supported by Visual Studio 15.7, Visual Studio for Mac and Visual Studio Code.
You will also be using the XMPro IoT Framework NuGet package when building an agent, which can be found here
In the next section, we will be looking at each of the interfaces that can be implemented when building an agent. Please verify that you have the correct version of Visual Studio installed and move on to the next topic.
Comments are closed.