Question
DOTNET SDK and Linux
I would like to target Linux for an application I created using the DOTNET SDK. I see it targets NETSTANDARD2.0 and I did some poking around to look for any windows only calls. Only see some paths that are windows like hardcoded. I also saw this link from 3 years ago which clearly states the SDK is for windows only
ThingWorx Edge SDKs | Community
Also maybe I missed something in the documentation that states this but I am simply wondering if I can use this assembly in an application that targets Linux.
Thanks in advance

