0

I need to access IoT Central app APIs from a WPF/C# .Net 4.7 Framework application. I found this C# SDK that is created from the REST APIs. using autorest.

https://github.com/Azure-Samples/azure-iot-central-samples-csharp

Should it be possible to generate a .Net Framework SDK in the same way ?

Duncan Groenewald
  • 8,496
  • 6
  • 41
  • 76

1 Answers1

0

The short answer is yes I just modified the sdk project file to set the 10 and the framework to net472 instead of net6.0 and it seems to compile and work just fine !

Duncan Groenewald
  • 8,496
  • 6
  • 41
  • 76